@charset "UTF-8";
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

    http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
picture {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
/*    max-width: 100%;*/
    width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
input, select {
    vertical-align:middle;
}
*:focus {
    outline: none;
}
/*---------------------------------------------
d
---------------------------------------------*/
html,
body{
    width: 100%;
    margin: auto;
    min-height: 100%;
}
html{
    font-size: 0.625rem;
    position: relative;
    height: 100%;
    /*     overflow: hidden;*/
}
body {
    min-width: 320px;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",'Noto Sans JP', "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444;
    font-size: 2.0rem;
    line-height: 1.8;
    /*font-feature-settings : "pkna";*/
}
.f-sans{
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",'Noto Sans JP', "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f-serif {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* icon font */
@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?mgqqzx");
    src: url("fonts/icomoon.eot?mgqqzx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?mgqqzx") format("truetype"), url("fonts/icomoon.woff?mgqqzx") format("woff"), url("fonts/icomoon.svg?mgqqzx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon_"], [class*=" icon_"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
article a[target=_blank]::after,
.side a[target=_blank]::after {
    font-family: 'icomoon';
    content: '\e90b';
    /*font-size: .9em;*/
    margin: 0 3px 0 5px;
}
article a[target=_blank].no_icon::after,
.side a[target=_blank].no_icon::after{
    display: none!important;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
}
a {
    color: #1c64bb;
    text-decoration: underline;
}
a:hover {
    /*opacity: 0.8;*/
    cursor: pointer;
}
a:focus {
    outline: none;
}

*:active {
  opacity: 1 !important; }
*:hover {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
a.c-fade-btn:hover {
    opacity: 0.8;
}
.cf {
  *zoom: 1; }
  .cf:before {
    content: "";
    display: table; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

/*---------------------------------------------
style
---------------------------------------------*/
body{
       /* background: url(../dm/dm.png) no-repeat center; */
       background-position-y: 11px;
       /* background-position-x: 0px; */
       /* background-size: 102%; */
       /* overflow:hidden; */
}
.TODO{
    height:1200px;
    border-top:1px solid #c00;
    padding-top: 500px;
    margin-top: 500px;
}
h1,h2,h3,h4{
    line-height: 1.6;
}
.c-media__image{
    float: left;
    margin-right: 25px;
}
.c-media__image--right{
    float:right;
    margin-right:0;
    margin-left:30px;
}
.c-media__body{
    overflow: hidden;
}
.-pcOnly,
.pcOnly{
    display: inline-block;
}
.-spOnly,
.spOnly {
    display: none;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
body {
    min-width: 320px;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",'Noto Sans JP', "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444;
    font-size: 1.6rem;
    line-height: 1.8;
    font-feature-settings : "pkna";
}
.-pcOnly,
.pcOnly {
    display: none;
}
.-spOnly,
.spOnly {
    display: inline-block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:584px) {

}



/*---------------------------------------------
header
---------------------------------------------*/
.header{
  background-color: #fff;
}
.headerTop_headTitle{
    padding: 24px 0;
    line-height: 1.4;
    color:inherit;
    text-decoration: none;
    display: block;
    text-align: center;
}
.headerTop_headTitle--title{
  font-size:5.0rem;
}
.headerTop_headTitle--title span{
  display: block;
  font-size:1.6rem;
}
.headerTop_headTitle--title img{width: 640px;}
.headerNav{
    background: #ad1d47;
    font-size: 0;
}
.headerNav .list{
    text-align: center;
    display: block;
}
.headerNav .listitem{
    display: inline-block;
}
.headerNav .listitem a{
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
}
.headerNav .listitem a:hover{
  background-color: #ed296a;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
.header{
  background-color: #fff;
}
.headerTop_headTitle{
    padding: 12px 0 24px;
    line-height: 1.4;
    color:inherit;
    text-decoration: none;
    display: block;
    text-align: center;
}
.headerTop_headTitle--title{
  font-size: inherit;
}
.headerTop_headTitle--title span{
  display: block;
  font-size:1.4rem;
  margin-bottom: 8px;
}
.headerTop_headTitle--title img{width: 640px;}
.headerNav{
    background: #ad1d47;
    font-size: 0;
}
.headerNav .list{
    text-align: center;
    display: block;
    padding: 0;
}
.headerNav .listitem{
    display: inline-block;
}
.headerNav .listitem a{
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
}
.headerNav .listitem a:hover{
  background-color: #ed296a;
}
}


/*---------------------------------------------
footer
---------------------------------------------*/
.pagetop{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    /*opacity:0;*/
}
.pagetop.fixedF{
    position: fixed;
}
.pagetop a{
    position: relative;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,1);
}
.pagetop a::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translate(-15%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
}
.footer{
    position: relative;
    background-color: #ad1d47;
    color: #fff;
}
.footer .copyright{
    text-align: center;
    display: block;
    font-size: 1.4rem;
    padding-top:20px;
    padding-bottom: 40px;
}
.footerNav{
    padding-top: 10px;
}
.footerNav__list{
    text-align: center;
}
.footerNav__listitem{
    display: inline-block;
    border-right: 1px solid #fff;
}.footerNav__listitem:first-child{
    border-left: 1px solid #fff;
}
.footerNav__listitem a{
    color: inherit;
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
    padding: 0 20px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {

}



/*---------------------------------------------
topic path
---------------------------------------------*/
.topicPath{
    background-color: #fff1e1;
    /* border: 1px solid #000; */
}
.topicPath .list.c-inner{
    width: 1118px;
}
.topicPath .list{
    padding: 4px 0;
    font-size: 0;
}
.topicPath .listitem{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-right: 15px;
}
.topicPath .listitem::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(0,0,0,.4);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.topicPath .listitem:last-child::before{
    display: none;
}
.topicPath .listitem a{
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
}
.topicPath .listitem a:hover{
    text-decoration: underline;
}
.topicPath .listitem a span{}
.topicPath .listitem a:hover span{}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
.topicPath{
    padding: 0 16px;
}
.topicPath .list.c-inner{
    width: auto;
}
}



/*---------------------------------------------
content
---------------------------------------------*/
.wrapper{
    background-color: rgba(173, 29, 71, 0.22); 
}
main{
    background-color: #fff; 
    position: relative;
    padding: 80px 32px 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainVisual + main{
    padding-top:32px;
}
.c-inner{
    width: 1190px;
    margin:auto;
}
figcaption{
    font-size: 1.4rem;
    text-align: right;
    margin-top:5px;
}

.mainVisual{
}
.mainVisual .list{
    background-color: #fff;
    padding: 32px;
    padding-bottom: 0;
}
.mainVisual .listitem{}
.mainVisual .listitem figure{}
.mainVisual .listitem .pic{
    border-radius: 10px;
    overflow: hidden;
}

.blog,
.page,
.archive{
    width:746px;
}
.blog .sectionHeadInfo{
    font-size: 1.2rem;
    color: #999;
}
.blog .sectionHeadInfo .list{}
.blog .sectionHeadInfo .listitem{
    display: inline-block;
    padding-right: 0px;
    margin-right: 4px;
    /* border-right: 1px solid #999; */
    height: auto;
    line-height: 1;
}
.blog .sectionHeadInfo .listitem:last-child{
    border-right: 0;
}
.blog .sectionHeadInfo .listitem a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: rgba(204, 0, 0, 0.48);
    border-radius: 24px;
    padding: 4px 8px;
}
.blog .sectionHeadInfo .listitem a:hover{
    background-color: rgba(204, 0, 0, 1);
}
.blog .sectionHeadInfo .date{}
.blog .sectionHeadInfo .category{}
.blog .sectionSns .list{
    text-align: center;
    padding: 8px 16px;
}
.blog .sectionSns .listitem{display: inline-block;text-align: center;min-width: 131px;margin-left: 8px;}
.blog .sectionSns .listitem:first-child{margin-left:0;}
.blog .sectionSns .listitem:last-child{display: block;width:100%;padding: 0 0;margin-top: 9px;margin-left:0;}
.blog h1{font-size: 2.4rem;margin-bottom: 8px;/* color: #ad1d47; */font-weight: bold;}
.blog .post-thumbnail{margin-bottom: 40px;border-radius: 8px;overflow: hidden;}

.side{
  width:340px;
}
.sideTop{
    padding-top:30px;
}
.sideSingle{
  padding-top: 0;
}
.sidePage{
  padding-top: 10px;
}
.sectionSide{

}
.sectionSide + .sectionSide{
    margin-top: 64px;
}
.sectionSide h3{
    line-height: 1;
    padding: 16px 16px;
    font-size: 2.0rem;
    color: #fff;
    background-color: #ad1d47;
    margin-bottom: 24px;
    border-radius: 8px;
    border-bottom: 8px solid #fff1e1;
}
.sectionSide .sideBanner{
    width:300px;
    margin:auto;
}
.sectionSide .sideBanner > li + li{
    margin-top:16px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
.wrapper{
    background-color: rgba(173, 29, 71, 0.22); 
}
main{
    background-color: #fff;
    position: relative;
    padding: 40px 32px 80px;
    display: inherit;
    display: inherit;
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
.mainVisual + main{
    padding-top:32px;
}
.c-inner{
    width: auto;
    margin:auto;
    padding-left: 16px;
    padding-right: 16px;
}
figcaption{
    font-size: 1.4rem;
    text-align: right;
    margin-top:5px;
}

.mainVisual{
}
.mainVisual .list{
    background-color: #fff;
    padding: 32px;
    padding-bottom: 0;
}
.mainVisual .listitem{}
.mainVisual .listitem figure{}
.mainVisual .listitem .pic{
    border-radius: 10px;
    overflow: hidden;
}

.blog,
.page,
.archive{
    width: auto;
}
.blog .sectionHeadInfo{
    font-size: 1.2rem;
    color: #999;
}
.blog .sectionHeadInfo .list{}
.blog .sectionHeadInfo .listitem{
    display: inline-block;
    padding-right: 0px;
    margin-right: 4px;
    /* border-right: 1px solid #999; */
    height: auto;
    line-height: 1;
}
.blog .sectionHeadInfo .listitem:last-child{
    border-right: 0;
}
.blog .sectionHeadInfo .listitem a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: rgba(204, 0, 0, 0.48);
    border-radius: 24px;
    padding: 4px 8px;
}
.blog .sectionHeadInfo .listitem a:hover{
    background-color: rgba(204, 0, 0, 1);
}
.blog .sectionHeadInfo .date{}
.blog .sectionHeadInfo .category{}
.blog .sectionSns .list{
    text-align: center;
    padding: 8px 0 0;
}
.blog .sectionSns .listitem{display: inline-block;text-align: center;min-width: 100px;margin-top: 0;margin-left: 5px;margin-bottom: 10px;}
.blog .sectionSns .listitem:last-child{display: inline-block;width: inherit;padding: 0 0;margin-top: 0;margin-left: 5px;}
.blog h1{font-size: 2.4rem;margin-bottom: 8px;/* color: #ad1d47; */font-weight: bold;}
.blog .post-thumbnail{margin-bottom: 40px;border-radius: 8px;overflow: hidden;}

.side{
  width: auto;
  margin-top:80px;
}
.sideTop{
    padding-top:0;
}
.sideSingle{
  padding-top: 0;
}
.sidePage{
  padding-top: 0;
}
.sectionSide{

}
.sectionSide + .sectionSide{
    margin-top: 40px;
}
.sectionSide h3{
    line-height: 1;
    padding: 16px 16px;
    font-size: 2.0rem;
    color: #fff;
    background-color: #ad1d47;
    margin-bottom: 24px;
    border-radius: 8px;
    border-bottom: 8px solid #fff1e1;
}
.sectionSide .sideBanner{
    width:300px;
    margin:auto;
}
.sectionSide .sideBanner > li + li{
    margin-top:16px;
}
}



/*---------------------------------------------
blogBody
---------------------------------------------*/
.blogBody{}
.blogBody h2{
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background-color: #ad1d47;
    margin: 64px 0 24px;
    padding: 16px 24px;
    border-radius: 8px;
    border-bottom: 8px solid #fff1e1;
}
.blogBody h3{
    font-size: 2.8rem;
    font-weight: bold;
    color: #ad1d47;
    text-align: center;
    border-bottom: #ad1d47 4px solid;
    margin: 50px 0 40px;
    padding: 0 0 8px 0;
}
.blogBody h4{
    font-size: 2.6rem;
    margin-bottom: 20px;
    border-left: 8px solid #ad1d47;
    padding: 8px 0 8px 8px;
    line-height: 1;
}
.blogBody h5{
    font-size: 2.4rem;
    margin-bottom: 24px;
}
.blogBody h6{
    font-size: 2.2rem;
    margin-bottom: 24px;
}
.blogBody pre{}
.blogBody p{
    line-height: 2.2;
    margin-bottom: 2rem;
    color: #333;
}
.blogBody blockquote{
    background-color: #f4f4f4;
    padding:40px 40px 1px;
    margin-bottom:2rem;
    position: relative;
}
.blogBody blockquote::after{
    position: absolute;
    top: 0px;
    right: 0px;
    content: '”';
    font-family: sans-serif;
    font-size: 6em;
    opacity: .1;
    line-height: 1;
}
.blogBody strong{
    font-weight: bold;
}
.blogBody em{}
.blogBody ul{
    margin-bottom: 2rem;
    padding-left: 3rem;
}
.blogBody ul li{
}
.blogBody ol{
    margin-bottom: 2rem;
    padding-left: 3rem;
}
.blogBody ol li{}
.blogBody a{
    /*color: inherit;*/
    /*font-size:2.4rem;*/
}
.blogBody a:hover{}
.blogBody table{
    width:100%;
    background-color: #eee;
    table-layout: fixed;
    margin-bottom: 60px;
}
.blogBody table tr{}
.blogBody table th{
    padding: 15px;
    border: 1px solid #cdcdcd;
    position: relative;
}
.blogBody table td{
    padding: 15px;
    border: 1px solid #cdcdcd;
    position: relative;
    background-color: #fff;
}
.blogBody hr{}
.blogBody img{
    width:100%;
    height:auto;
}
.blogBody .ex-stamp{
    width:420px;
    margin:auto;
}
.blogBody .ex-stamp--small,
.blogBody .ex-small{
    width:240px;
    margin:auto;
}
.blogBody .ex-60p{
    width:60%;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
.blogBody{}
.blogBody h2{
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background-color: #ad1d47;
    margin: 40px 0 24px;
    padding: 16px 24px;
    border-radius: 8px;
    border-bottom: 8px solid #fff1e1;
}
.blogBody h3{
    font-size: 2.0rem;
    font-weight: bold;
    color: #ad1d47;
    text-align: center;
    border-bottom: #ad1d47 4px solid;
    margin: 30px 0 20px;
    padding: 0 0 8px 0;
}
.blogBody h3 br{
    display: none;
}
.blogBody h4{
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-left: 8px solid #ad1d47;
    padding: 8px 0 8px 8px;
    line-height: 1.4;
}
.blogBody h5{
    font-size: 1.6rem;
    margin-bottom: 24px;
}
.blogBody h6{
    font-size: 1.6rem;
    margin-bottom: 24px;
}
.blogBody pre{}
.blogBody p{
    line-height: 2.2;
    margin-bottom: 2rem;
    color: #333;
}
.blogBody blockquote{
    background-color: #f4f4f4;
    padding:40px 40px 1px;
    margin-bottom:2rem;
    position: relative;
}
.blogBody blockquote::after{
    position: absolute;
    top: 0px;
    right: 0px;
    content: '”';
    font-family: sans-serif;
    font-size: 6em;
    opacity: .1;
    line-height: 1;
}
.blogBody strong,
.blogBody b{
    font-weight: bold;
}
.blogBody em{}
.blogBody ul{
    margin-bottom: 2rem;
    padding-left: 3rem;
}
.blogBody ul li{
}
.blogBody ol{
    margin-bottom: 2rem;
    padding-left: 3rem;
}
.blogBody ol li{}
.blogBody a{
    /*color: inherit;*/
    /*font-size:2.0rem;*/
    /*line-height: 1.4;*/
}
.blogBody a:hover{}
.blogBody table{
    width:100%;
    background-color: #eee;
    table-layout: fixed;
    margin-bottom: 60px;
}
.blogBody table tr{}
.blogBody table th{
    padding: 15px;
    border: 1px solid #cdcdcd;
    position: relative;
}
.blogBody table td{
    padding: 15px;
    border: 1px solid #cdcdcd;
    position: relative;
    background-color: #fff;
}
.blogBody hr{}
.blogBody img{
    width:100%;
    height:auto;
}
.blogBody .ex-stamp{
    width:420px;
    margin:auto;
}
.blogBody .ex-60p{
    width:auto;
}
}



/*---------------------------------------------
sns
TODO:hover時の動作
---------------------------------------------*/
.sectionSns{
    background-color: #f5f5f5;
    padding: 4px 0 8px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 8px;
}
.sectionSns--bottom{
    margin-top:160px;
}
.sectionSns .headNote{
    font-size: 1.4rem;
    display: block;
    /* position: absolute; */
    /* top: 3px; */
    /* left:0; */
    color: #999;
    padding-left: 16px;
}
.sectionSns--bottom .headNote{
    display: none;
}
  .post_sns-shareBox {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    }
    .post_sns-shareBox a:hover{
        opacity:.8;
    }
    .post_sns-shareBox ul {
      text-align: center; }
      @media screen and (max-width: 1080px) {
        .post_sns-shareBox ul {
          display: table;
          table-layout: fixed;
          width: 100%; } }
      .post_sns-shareBox ul li {
        display: inline-block;
        text-align: center;
        min-width: 200px;
        margin-top: 0;
        margin-right: 10px; }
        @media screen and (max-width: 1080px) {
          .post_sns-shareBox ul li {
            min-width: auto;
            display: table-cell;
            padding-right: 10px;
            box-sizing: border-box; }
            .post_sns-shareBox ul li:last-child {
              padding-right: 0; } }
        @media screen and (max-width: 1080px) {
          .post_sns-shareBox ul li a span {
            line-height: 1;
            font-size: 1.2rem; }
            .post_sns-shareBox ul li a span:first-child {
              font-size: 1.4rem;
              margin-bottom: 8px;
              display: n;
              } }
        @media screen and (max-width: 480px) {
          .post_sns-shareBox ul li a span {
            display: block;
            line-height: 1.2; }
            .post_sns-shareBox ul li a span:first-child {
              margin-bottom: 5px; } }
        @media screen and (max-width: 320px) {
          .post_sns-shareBox ul li a span {
            font-size: 10px; }
            .post_sns-shareBox ul li a span:first-child {
              font-size: 1.2rem; } }
        .post_sns-shareBox ul li a span:before {
          font-size: 1.8rem;
          font-weight: normal; }
          @media screen and (max-width: 1080px) {
            .post_sns-shareBox ul li a span:before {
              margin: 0; } }
    .linkBtn a{
        line-height: .8;
        padding: 2px 8px 6px;
    }
    @media screen and (max-width: 1080px) {
        .linkBtn a{
            line-height: 1.2;
            padding: 2px 2px 4px;
        }
    }

  .linkBtn-facebook a {
    color: #fff;
    /* padding: 4px 8px; */
    border: 4px solid #3b5998;
    background-color: #3b5998;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 2px 0 #1c315f;
    display: block;
    text-decoration: none;
    }
    @media screen and (max-width: 480px) {
      .linkBtn-facebook a {
        padding: 8px 10px; } }
    .linkBtn-facebook a:before {
      background: rgba(0, 0, 0, 0.08); }
    .linkBtn-facebook a:active {
      box-shadow: none;
      top: 2px; }
    .linkBtn-facebook a span {
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .linkBtn-facebook a span {
            font-size: 1.2rem;
        }
      }
  .linkBtn-twitter a {
    color: #fff;
    /* padding: 4px 8px; */
    border: 4px solid #1da1f2;
    background-color: #1da1f2;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 0 #0467a4;
    display: block;
    text-decoration: none;
    }
    @media screen and (max-width: 480px) {
      .linkBtn-twitter a {
        padding: 8px 10px; } }
    .linkBtn-twitter a:before {
      background: rgba(0, 0, 0, 0.08); }
    .linkBtn-twitter a:active {
      box-shadow: none;
      top: 2px; }
    .linkBtn-twitter a span {
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .linkBtn-twitter a span {
            font-size: 1.2rem;
        }
      }
  .linkBtn-line a {
    color: #fff;
    /* padding: 4px 8px; */
    border: 4px solid #00c300;
    background-color: #00c300;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 0 #008000;
    display: block;
    text-decoration: none;
    }
    @media screen and (max-width: 480px) {
      .linkBtn-line a {
        padding: 8px 10px; } }
    .linkBtn-line a:before {
      background: rgba(0, 0, 0, 0.08); }
    .linkBtn-line a:active {
      box-shadow: none;
      top: 2px; }
    .linkBtn-line a span {
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .linkBtn-line a span {
            font-size: 1.2rem;
        }
      }
  .linkBtn-hatena a {
    color: #fff;
    /* padding: 4px 8px; */
    border: 4px solid #00a4de;
    background-color: #00a4de;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 0 #0467a4;
    display: block;
    text-decoration: none;
    }
    @media screen and (max-width: 480px) {
      .linkBtn-hatena a {
        padding: 8px 10px;
        } }
    .linkBtn-hatena a:before {
      background: rgba(0, 0, 0, 0.08); }
    .linkBtn-hatena a:active {
      box-shadow: none;
      top: 2px; }
    .linkBtn-hatena a span {
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .linkBtn-hatena a span {
            font-size: 1.2rem;
        }
      }
  .linkBtn-mail a {
    color: #c00;
    /* padding: 4px 8px; */
    background-color: #fff;
    border: 4px solid #c00;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 0 #bc6e6e;
    display: block;
    text-decoration: none;
    }
    @media screen and (max-width: 480px) {
      .linkBtn-mail a {
        padding: 8px 10px; } }
    .linkBtn-mail a:before {
      background: rgba(0, 0, 0, 0.08); }
    .linkBtn-mail a:active {
      box-shadow: none;
      top: 2px; }
    .linkBtn-mail a span {
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .linkBtn-mail a span {
            font-size: 1.2rem;
        }
      }
  .linkBtn-clipboard a {
    color: #ffffff;
    /* padding: 4px 8px; */
    background-color: #df858e;
    border: 4px solid #da858d;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 0 rgb(175, 28, 69);
    display: block;
    text-decoration: none;
    }
    @media screen and (max-width: 480px) {
      .linkBtn-clipboard a {
        padding: 8px 10px; } }
    .linkBtn-clipboard a:before {
      background: rgba(0, 0, 0, 0.08); }
    .linkBtn-clipboard a:active {
      box-shadow: none;
      top: 2px; }
    .linkBtn-clipboard a span {
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .linkBtn-clipboard a span {
            font-size: 1.2rem;
        }
      }
  .linkBtn-iconArrow a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-size: 1.1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .linkBtn-iconBlank a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    font-size: 1.4rem;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
}



/*---------------------------------------------
form
---------------------------------------------*/
input[type=text],
input[type=email],
textarea{
    display: block;
    width: 100%;
    /* height: 4.0rem; */
    padding: 8px;
    font-size: 2.0rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
}
input[type=submit]{
    background-color: #e2e2e2;
    font-size: 2.6rem;
    color: rgba(0,0,0,.5);
    padding: 8px 32px;
}
.mw_wp_form .error {
    padding: 0px 16px;
    background-color: #ffeaea;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {

}



/*---------------------------------------------
archive
---------------------------------------------*/
.headArchive{
    /* border-top: 4px solid #ad1d47; */
    padding: 0px 0 80px;
    /* padding-top: 24px; */
}
.headArchive .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.headArchive .listitem{}
.headArchive .listitem.pic{margin-right: 24px;flex-basis: 100px;}
.headArchive .listitem.pic span{
    display: block;
    line-height: 1;
    font-size: 6rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #ad1d47;
    padding: 24px;
    color: #fff;
}
.headArchive .listitem.text{flex-basis: auto;}
.headArchive .listitem.text h1{
    color: #ad1d47;
    font-weight: bold;
    font-size: 2.4rem;
}
.headArchive .listitem.text p{
    font-size: 1.6rem;
    line-height: 1.6;
}
.headArchive .listitem.text p span{
    color: #a71f45;
}
.archiveList{}
.archiveList .list{}
.archiveList .listitem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 2px solid #eee;
}
.archiveList .listitem:nth-child(1){
    border-top: 2px solid #eee;
}
.archiveList .listitem .pic{
    width: 320px;
    margin-right: 16px;
}
.archiveList .listitem .pic a{}
.archiveList .listitem .text{
    width: 400px;
}
.archiveList .listitem h3{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
}
.archiveList .listitem h3 a{
    text-decoration: none;
    color: inherit;
}
.archiveList .listitem h3 a:hover{
    color:#a71f45;
}
.archiveList .listitem p{
    font-size: 1.6rem;
    color: #666;
    line-height: 1.6;
}
.archiveList .listitem p a{
    display: block;
    margin-top: 16px;
}
.archiveList .listitem .date{
    font-size: 1.2rem;
    margin-bottom: 16px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
.headArchive{
    /* border-top: 4px solid #ad1d47; */
    padding: 0px 0 40px;
    /* padding-top: 24px; */
}
.headArchive .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.headArchive .listitem{}
.headArchive .listitem.pic{margin-right: 16px;flex-basis: 100px;}
.headArchive .listitem.pic span{
    display: block;
    line-height: 1;
    font-size: 4rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #ad1d47;
    padding: 14px;
    color: #fff;
}
.headArchive .listitem.text{flex-basis: auto;}
.headArchive .listitem.text h1{
    color: #ad1d47;
    font-weight: bold;
    font-size: 2.4rem;
}
.headArchive .listitem.text p{
    font-size: 1.6rem;
    line-height: 1.6;
}
.headArchive .listitem.text p span{
    color: #a71f45;
}
.archiveList{}
.archiveList .list{}
.archiveList .listitem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 2px solid #eee;
}
.archiveList .listitem:nth-child(1){
    border-top: 2px solid #eee;
}
.archiveList .listitem .pic{
    width: 240px;
    margin-right: 16px;
}
.archiveList .listitem .pic a{}
.archiveList .listitem .text{
    width: 400px;
}
.archiveList .listitem h3{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
}
.archiveList .listitem h3 a{
    text-decoration: none;
    color: inherit;
}
.archiveList .listitem h3 a:hover{
    color:#a71f45;
}
.archiveList .listitem p{
    font-size: 1.6rem;
    color: #666;
    line-height: 1.6;
}
.archiveList .listitem p a{
    display: block;
    margin-top: 16px;
}
.archiveList .listitem .date{
    font-size: 1.2rem;
    margin-bottom: 16px;
}
}



/*---------------------------------------------
pagination
---------------------------------------------*/
.pagination{
    
}
/*---------------------------------------------------------------------------------------------------------------------------------------
responsiv--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {

}



/*---------------------------------------------
xxx
---------------------------------------------*/









