/* CSS Document */

/*
 general
-------------------------------------------------------------*/
html {
    background-color: transparent;
    background-image: none;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    position: relative;
    min-width: 1000px;
    background: url(/common/img/bgAllWrap.png);
    line-height: 1.6;
    font-family:  "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
	color: #333333;
	overflow: visible;
    border-top: #2fa7e0 solid 16px;
}

p img {
   vertical-align: bottom;
}
a{
    transition: opacity 0.3s;
}
a:link{
    color: #2fa7e0;
    text-decoration: none;
}
a:visited{
    color: #2fa7e0;
    text-decoration: underline;
}
a:hover{
    opacity: 0.5;
    color: #2fa7e0;
    text-decoration: underline;
}
a:active{}




/*
 pankuzu
-------------------------------------------------------------*/
.outDisc{
    position: absolute;
//    top: -16px;
    box-sizing: border-box;
}
.outDisc__txt{
    width: 1000px;
    height: 16px;
    line-height: 1.6;
//    color: #fff;
    font-size: 1.0rem;
    font-size: 10px;
    overflow: hidden;
	margin-top:38px;
	color:#777;
}
@media screen and (max-width:768px){
    .outDisc{
//        top: -34px;
    }
}

/*
 container
-------------------------------------------------------------*/
.container{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/*
 header
-------------------------------------------------------------*/
.l-header{
    margin-bottom: 8px;
}
.headTtl{
    margin: 0;
//    padding: 24px 12px 24px 0;
    padding: 0 12px 14px 0;
    font-size: 28px;
    font-weight: bolder;
    line-height: 1.2;
}
.headTtl span{
    display: inline-block;
//    font-size: 16px;
    font-size:20px;
    font-weight: bolder;
}
.headTtl a{
    color: #000;
}
.headTtl a:hover{
    color: #666;
    text-decoration: none;
}


/*
 contents
-------------------------------------------------------------*/
.contents{}
.breadNavi{
    margin-bottom: 8px;
}
.breadNaviList{
    font-size: 10px;
    font-size: 1.0rem;
}
.breadNaviList__item{
    float:left;
}
.breadNaviList__item:after{
    content: "＞";
    display: inline-block;
    margin: 0 2px;
    color: #999;
}
.breadNaviList__item:last-child:after{
    content: "";
}
.breadNaviList__item a{
    color: #999;
    text-decoration: none;
}

/*
 main contents
-------------------------------------------------------------*/
.mainContents{
    float: right;
    width: 728px;
}
/*
.mainVisual{
    position: relative;
    width: 727px;
    height: 276px;
    margin-bottom: 32px;
    background: url(/wp-content/themes/01/img/bgMainVisual.png) 0 0 no-repeat;
}
.mainVisualBox{
    position: absolute;
    top: 50%;
    left: 320px;
    margin-top: -76px;
}
.mainVisualBox__speech {
	position: relative;
	display: inline-block;
    margin-bottom: 16px;
	padding: 8px 16px;
	width: auto;
	color: #3e86a8;
	text-align: center;
	border: 1px solid #999;
    border-radius: 3px;
    background: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bolder;
	z-index: 0;
}
.mainVisualBox__speech:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.mainVisualBox__speech:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #999 transparent transparent transparent;
    z-index: -1;
}
.mainVisualBox__txt{
    font-size: 3.2rem;
    font-weight: bolder;
    color: #3e86a8;
    margin-right: 24px;
    line-height: 1.5;
}
*/

.contentsList{
    width: 728px;
    margin-bottom: 32px;
    padding: 16px;
    border: 1px solid #ccc;
    background: #eee;
    box-sizing: border-box;
}
.contentsList__txt{
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.contentsList__block{
    margin: 0 0 16px 32px;
}
.contentsList__block__item-01{
    margin-bottom: 4px;
}
.contentsList__block__item-02{
    margin: 0 0 4px 24px;
}
.contentsList__block__item-01 a,
.contentsList__block__item-02 a{
    text-decoration: underline;
}
.contentsList__block__item-01 a:hover,
.contentsList__block__item-02 a:hover{
    text-decoration: none;
}
.pageTtl-h1{
    margin-bottom: 16px;
    padding: 8px;
    background: #2fa7e0;
}
.pageTtl-h1 span{
    display: block;
    padding: 16px 8px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}
.contentsTtl-h1{
    margin-bottom: 16px;
    padding: 12px 8px;
    border-bottom: 3px solid #2fa7e0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
}
.ttlMidashiL{
	 margin-bottom: 16px;
    padding: 8px;
    border-top: 1px dashed #2fa7e0;
    border-bottom: 1px dashed #2fa7e0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and (max-width:768px){
	.ttlMidashiL{
		font-size:20px !important;
	}
}
/*ttlMidashiXL ttlMidashiXL--img*/
.ttlMidashiXL {
    position: relative;
    margin-bottom: 24px;
//    padding: 8px;
	padding:14px;
    line-height: 1.4;
    border-radius: 4px;
//    background: #73bc32;
	background:#2fa7e0;
    box-sizing: border-box;
    color: #fff;
//    font-size: 28px;
//    font-size: 2.8rem;
	font-size:22px;
}
.ttlMidashiXL--img {
    margin-top: 18px;
    margin-bottom: 32px;
    padding-right: 30px;
}

/*
.contentsTtl-h2{
    margin-bottom: 16px;
    padding: 8px;
    border-top: 1px dashed #2fa7e0;
    border-bottom: 1px dashed #2fa7e0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
}
*/
.ttlMidashiM{
    margin-bottom: 16px;
    padding: 8px;
    border-left: 8px solid #2fa7e0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
/*
.contentsTtl-h3{
    margin-bottom: 16px;
    padding: 8px;
    border-left: 8px solid #2fa7e0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
*/
.ttlMidashiS{
    position:relative;
    margin-bottom: 16px;
    padding-left:30px;
    border-bottom:2px solid #2fa7e0; /* 下線：太さ 線の種類 色 */
    font-weight: bold; /* フォント太さ */
    color: #2fa7e0; /* テキスト色 */
    font-size: 1.25em; /* フォントサイズ */
    line-height: 38px; /* 見出しの高さの幅 */
}
.ttlMidashiS:before{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:12px; 
    width:12px; 
    display:block; 
    position:absolute; 
    top:14px; 
    left:7px; 
    background-color:#2fa7e0; /* 下の円の色 */
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
    z-index: 1;
}
.ttlMidashiS:after{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:15px; 
    width:15px; 
    display:block; 
    position:absolute; 
    top:7px; 
    left:2px; 
    background-color:#2fa7e0; /* 上の円の色 */
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    opacity:0.50;
}
*/
.ttlMidashiSS{
	font-size:1.8rem;
}
/*
.contentsTtl-h4{
    position:relative;
    margin-bottom: 16px;
    padding-left:30px;
    border-bottom:2px solid #2fa7e0; /* 下線：太さ 線の種類 色 *//*
    font-weight: bold; /* フォント太さ *//*
    color: #2fa7e0; /* テキスト色 *//*
    font-size: 1.25em; /* フォントサイズ *//*
    line-height: 38px; /* 見出しの高さの幅 *//*
}
.contentsTtl-h4:before{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:12px; 
    width:12px; 
    display:block; 
    position:absolute; 
    top:14px; 
    left:7px; 
    background-color:#2fa7e0; /* 下の円の色 *//*
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
    z-index: 1;
}
 
.contentsTtl-h4:after{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:15px; 
    width:15px; 
    display:block; 
    position:absolute; 
    top:7px; 
    left:2px; 
background-color:#2fa7e0; /* 上の円の色 *//*
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    opacity:0.50;
}
*/


.contentsTtl-h5{
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    padding: 8px 8px 8px 20px;
}
.contentsTtl-h5:before{
    display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 0px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #2fa7e0;
	border-bottom: 1px solid #2fa7e0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.commonTxt{
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6;
}
@media screen and (max-width:768px){
    .commonTxt{
        margin:0 10px 10px;
        line-height:1.5;
    }
}
/*
.contentsTxt{
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6;
}
*/
.contentsImgLeft{
    float: left;
    margin: 0 16px 16px 0;
}
.contentsImgRight{
    float: right;
    margin: 0 0 16px 16px;
}
.contentsImgCenter{
    margin: 0 8px 8px 0;
    text-align: center;
}

.pageLink{
    margin-bottom: 40px;
    border: 4px solid #2fa7e0;
    background: #fff;
}
.pageLink__list{
    margin: 0 16px 0;
}
.pageLink__list:last-child{
    margin-bottom: 16px;
}
.pageLink__list__item{
    width: 340px;
    border-bottom: 1px dashed #eee;
    line-height: 1.2;
}
.pageLink__list__item a{
    position: relative;
    display: block;
    padding: 16px 0 12px 12px;
}
.pageLink__list__item a:before{
    display: block;
    content: '';
    position: absolute;
    top: 18px;
    left: 2px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border: 6px solid transparent;
    border-left: 6px solid #2fa7e0;
    margin-right: 4px;
    color: #fedd00;
}
.pageLink__list__item--floatL{
    float: left;
}
.pageLink__list__item--floatR{
    float: right;
}

/* pointList を参照 */
.listBox{
    margin-bottom: 16px;
}
.listBox__item{
    margin-bottom: 8px;
    line-height: 1.2;
}
.listBox__item:before{
    content:"";
    display: inline-block;
    margin-right: 8px;
    border: solid 6px #2fa7e0;
    border-radius: 100%;
}
/**/
.pointList{
    margin-bottom: 16px;
}
.pointList__item{
    margin-bottom: 8px;
    line-height: 1.2;
}
.pointList__item:before{
    content:"";
    display: inline-block;
    margin-right: 8px;
    border: solid 6px #2fa7e0;
    border-radius: 100%;
}


.quote{
    position: relative;
    margin-bottom: 16px;
    padding: 32px 16px 16px 64px;
    border: solid 1px #ccc;
    background: #eee;
}
.quote:before{
    content: "“";
    position: absolute;
    top: -30px;
    left: 10px;
    font-size: 120px;
    font-size: 12.0rem;
    color: #999;
}

.mainRank{
    margin: 40px 0;
    padding-bottom: 1px;
}
.mainRank__ttl{
    padding: 16px 8px 12px;
    color: #fff;
    line-height: 1;
    background: #2fa7e0;
    font-size: 20px;
    font-size: 2.0rem;
}
.mainRankBox{
    margin: 0;
    border: 4px solid #2fa7e0;
    box-sizing: border-box;
}
.mainRankBox__link{
    display: block;
    margin: 0 8px;
    padding: 16px 0;
    border-bottom: 2px dotted #ccc;
}
.mainRankBox__link:last-child{
    border-bottom: none;
}
.mainRankBox__link:hover{
    text-decoration: none;
    opacity: 1;
}
.mainRankItem{
    display: table;
    margin-bottom: 8px;
}
.mainRankItem:last-child{
    margin-bottom: 0px;
}
.mainRankItem__number{
    display: table-cell;
    padding: 2px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.mainRankItem__number:before{
    content: url(../img/icnRank_small.png);
    display: inline-block;
    margin-right: 8px;
}
.mainRankItem__number:after{
    content: url(../img/icnRank_small.png);
    display: inline-block;
    margin-left: 8px;
}
.mainRankItem__number--01{
    background: #ffe00f;
}
.mainRankItem__number--02{
    background: #d2d2d2;
}
.mainRankItem__number--03{
    background: #d49816;
}
.mainRankItem__number--04{
    background: #b3e0f5;
}
.mainRankItem__number--05{
    background: #b3e0f5;
}
.mainRankItem__name{
    display: table-cell;
    width: 576px;
    padding-left: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
}
.mainRankItem__name:hover{
    text-decoration: underline;
}
.mainRankItem__img{
    display: table-cell;
    width: 120px;
    box-sizing: border-box;
}
.mainRankItem__cont{
    display: table-cell;
    width: 576px;
    padding-left: 16px;
    vertical-align: top;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
}
.mainRankItem__cont__txt{
    margin-bottom: 8px;
}
.mainRankItem__cont__list{
    margin-bottom: 8px;
}
.mainRankItem__cont__list__item{
    margin-bottom: 4px;
    line-height: 1.2;
}
.mainRankItem__cont__list__item:before{
    content:"";
    display: inline-block;
    margin-right: 8px;
    border: solid 5px #2fa7e0;
    border-radius: 100%;
}
.mainRankItemBtn{
    float: right;
}
.mainRankItemBtn__detail{
    float: left;
    width: 160px;
    margin: 0 8px 8px;
    padding: 8px 0;
    background: #32b16c;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    transition: opacity 0.3s;
}
.mainRankItemBtn__official{
    float: left;
	 display:block;
	width: 280px!important;
	margin: 0 0 8px;
    padding: 8px 0;
    background: #FF6E00;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4px;
    box-shadow: 0px 5px 0px rgba(148,79,26,1);
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.mainRankItemBtn__detail:hover,
.mainRankItemBtn__official:hover {
    opacity: 0.5;
}
.categoryTtl{
    position: relative;
    width: 686px;
    height: 104px;
    margin: 16px 0 32px 42px;
    padding: 24px 16px 0px 120px;
    border-radius: 4px;
    border: 1px solid #2fa7e0;
    background: #fff url(../img/bgCategoryTtl.png) right 0 no-repeat;
    box-sizing:border-box;
}
.categoryTtl:before{
    position: absolute;
    top: -30px;
    left: -42px;
    content: url(../img/icnCategoryTtl.png);
}


.categoryTtl__txt{
    font-size: 32px;
    font-size: 3.2rem;
    color: #2fa7e0;
    font-weight: bold;
}
.categoryTtl__txt span{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}

/* 修正 */
.contentsTbl{
    width: 100%;
    margin-bottom: 16px;
}
.contentsTbl__row{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.contentsTbl__row__head{
    padding: 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #b0dcf1;
    vertical-align: middle;
    line-height: 1.2;
}
.contentsTbl__row__data{
    padding: 12px 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.2;
}
/*
.contentsTbl{
    width: 100%;
    margin-bottom: 16px;
}
.contentsTbl__box{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.contentsTbl__box__ttl{
    padding: 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #b0dcf1;
    vertical-align: middle;
    line-height: 1.2;
}
.contentsTbl__box__item{
    padding: 12px 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.2;
}
*/

.ctaBox{
    margin-bottom: 32px;
}
.ctaBox__btn{
    text-align: center;
}

/*
.soudanBtn{
    margin: 32px 0;
}
.soudanBtn__link{}
.soudanBtn__link a{
    display: block;
    width: 450px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 4px;
    background: #32b16c;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.soudanBtn__link a:hover{
    text-decoration: none;
    opacity: 0.8;
}
*/
.topInfo{
    margin-bottom: 32px;
    padding: 16px;
    background: #f5f5f5;
}
.topInfo__list{
    margin: 0;
}
.topInfo__list__item{
    display: table;
    margin: 0 0 6px 16px;
    line-height: 1.2;
}
.topInfo__list__item span{
    display: table-cell;
    padding-right: 8px;
}
.topInfo__list__item a{
    display: table-cell;
    margin-right: 8px;
}

.topInfo__ttl{
    margin-bottom: 16px;
    padding: 0 0 4px 4px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px dotted #ccc;
    box-sizing: border-box;
}
.topInfo__ttl:before{
    content:"";
    display: inline-block;
    margin-right: 8px;
    border: solid 6px #faf9f6;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #2fa7e0;
}
.catList{
    margin: 0;
}
.catList__item{
    display: table;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 16px 0;
    line-height: 1.2;
    border-bottom: 1px dashed #ccc;
}
.catList__item span{
    display: table-cell;
    padding-right: 8px;
    width: 80px;
}
.catList__item a{
    display: table-cell;
    margin-right: 8px;
}
.archiveList{
    margin: 0 0 32px;
}
.archiveList__item{
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: dashed 2px #ccc;
}
.archiveList__item__ttl{
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
}
.archiveList__item__txt{
    margin-bottom: 12px;
}
.archiveList__item__img{
    float: left;
    width: 200px;
    margin: 0 16px 16px 0;
}
.archiveList__item__more{
    float: right;
}
.archiveList__item__more a{
    display: block;
    padding: 12px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}

.speechBox{
    margin-bottom: 32px;
}
.speechBox__img{
    float: left;
    width: 150px;
    margin: 0 24px 0 0;
}
.speechBox__balloon{
    float: right;
    width: 550px;
    min-height: 180px;
    background: #fff;
    border: 3px #ccc solid;
    border-radius: 4px;
	position: relative;
	display: inline-block;
	padding: 16px;
	z-index: 0;
    box-sizing: border-box;
}
.speechBox__balloon:before {
	content: "";
	position: absolute;
	top: 75px;
    left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.speechBox__balloon:after {
	content: "";
	position: absolute;
	top: 75px; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ccc transparent transparent;
	z-index: -1;
}

.contentsTxt__link{
    padding-left: 16px;
    background: url(../img/icnArrow.png) 0 0 no-repeat;
    background-size: 14px;
}

.mainRankItemTable{
    margin-bottom: 16px;
    width:100%;
}
.mainRankItemTable__row{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.mainRankItemTable__row__head{
    padding: 14px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #ffe00f;
}
.mainRankItemTable__row__data{
    font-size:19px;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 700;
    text-decoration: underline!important;
    color: #FF6E00!important;
}
.mainRankItemTable__row__data__2{
    font-size:15px;
    color: #333!important;
    text-decoration: none!important;
}
.mainRankItemTable__row__tel__link{
    font-size: 19px;
    font-weight: 700;
    text-decoration: underline!important;
    color: #FF6E00!important;
}
.osusumeBox{
    margin-bottom: 32px;
    background: url(../img/imgOsusumeGirl.png) top left no-repeat;
    background-size: 200px;
}
.osusumeBox:before{
    content: "";
    display: block;
    height: 45px;
    background: url(../img/imgOsusumeArrow.png) top center no-repeat;
    background-size: 170px;
}

.osusumeBox__speechBubble {
	position: relative;
	display: inline-block;
    margin-left: 150px;
	padding: 16px;
	width: 548px;
	background: #fff;
	border: solid 1px #000;
	z-index: 0;
}
.osusumeBox__speechBubble:before {
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:-9px;
	width:0;
	z-index:1;
	border:10px solid transparent;
	border-right-color:#fff;
	border-left-width:0;
}
.osusumeBox__speechBubble{
    width:75%;
}
.osusumeBox__speechBubble:after {
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:-10px;
	width:0;
	border:10px solid transparent;
	border-right-color:#000;
	border-left-width:0;
}
.osusumeBox__speechBubble__ttl{
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ff6d21;
    font-weight: bold;
}
.osusumeBox__speechBubble__txt{
    margin-bottom: 8px;
    line-height: 1.4;
}
.osusumeBox__speechBubble__link{
    margin-bottom: 8px;
}
.osusumeBox__speechBubble__link a{
    display: block;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.osusumeBox__speechBubble__link a:hover{
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}


.btnBox-pat01{
	font-size: 1.8rem;
}
.btnBox-pat01 a{
    position: relative;
    display: block;
	width: 85%;
	min-height: 20px;
	margin: 0 auto 24px;
    padding: 14px 16px 14px 56px;
    text-decoration: none;
    color: #FFF;
    background: #71CD2A;
    border-bottom: solid 2px #396B12;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.btnBox-pat01 a span{
	font-size: 1.2rem;
}
.btnBox-pat01 a:before{
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -18px;
	padding: 10px 8px 6px;
	border-radius: 50%;
	background: #fff;
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	color: #FFCD00;
	line-height: 1;
}
.btnBox-pat01 a:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btnBox-pat02{
	font-size: 1.8rem;
}
.btnBox-pat02 a{
    position: relative;
    display: block;
	width: 85%;
	min-height: 20px;
	margin: 0 auto 24px;
    padding: 14px 16px 14px 56px;
    text-decoration: none;
    color: #FFF;
    background: #71CD2A;
    border-bottom: solid 2px #396B12;
    border-radius: 30px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.btnBox-pat02 a span{
	font-size: 1.2rem;
}
.btnBox-pat02 a:before{
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -18px;
	padding: 10px 8px 6px;
	border-radius: 50%;
	background: #fff;	font-family: "Font Awesome 5 Free";
	content: "\f063";
	color: #FFCD00;
	line-height: 1;
}
.btnBox-pat02 a:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btnBox-pat03{
	font-size: 1.8rem;
}
.btnBox-pat03 a{
    position: relative;
    display: block;
	width: 85%;
	min-height: 20px;
	margin: 0 auto 24px;
    padding: 14px 16px 14px 56px;
    text-decoration: none;
    color: #FFF;
    background: #ff8100;
    border-bottom: solid 4px #d06d08;
    border-radius: 4px;
    font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.btnBox-pat03 a span{
	font-size: 1.2rem;
}
.btnBox-pat03 a:before{
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -18px;
	padding: 10px 8px 6px;
	border-radius: 50%;
	background: #fff;	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	color: #71CD2A;
	line-height: 1;
}
.btnBox-pat03 a:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btnBox-pat04{
	font-size: 1.8rem;
}
.btnBox-pat04 a{
    position: relative;
    display: block;
	width: 85%;
	min-height: 20px;
	margin: 0 auto 24px;
    padding: 14px 16px 14px 56px;
    text-decoration: none;
    color: #FFF;
    background: #ff8100;
    border-bottom: solid 4px #d06d08;
    border-radius: 30px;
    font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.btnBox-pat04 a span{
	font-size: 1.2rem;
}
.btnBox-pat04 a:before{
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -18px;
	padding: 10px 8px 6px;
	border-radius: 50%;
	background: #fff;	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	color: #71CD2A;
	line-height: 1;
}
.btnBox-pat04 a:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.txtred{
	color:#FF0000;
	font-weight:bold;
}
.txtorange{
	color:#FF6600;
	font-weight:bold;
}
.txtgreen{
	color:#008000;
	font-weight:bold;
}
.txtblue{
	color:#167FA6;
	font-weight:bold;
}
.txtblack{
	font-weight: bold;
}
.txtred120{
	font-weight: bold;
	color: #ff0000;
	font-size: 120%;
}
.txtorange120{
	font-weight: bold;
	color: #FF6900;
	font-size: 120%;
}
.txtgreen120{
	font-weight: bold;
	color: #409526;
	font-size: 120%;
}
.txtblue120{
	color:#167FA6;
	font-weight:bold;
	font-size: 120%;
}
.txtblack120{
	font-weight: bold;
	font-size: 120%;
}
.markerYellow{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.markerGreen{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #b2eaff 60%);
}
.markerRed{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffa2a2 60%);
}


.speechBox{
	margin-bottom: 24px;
}
.speechLeft{
	margin: 0;
}
.speechLeft__img{
	float: left;
	width: 100px;
}
.speechLeft__img img{
	width: 100%;
}
.speechLeft__txt{
	float: left;
	max-width: 610px;
 	position: relative;
	display: inline-block;
	margin: 15px 0 24px 15px;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 12px;
	box-sizing: border-box;
}
.speechLeft__txt:before {
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:-9px;
	width:0;
	z-index:1;
	border:10px solid transparent;
	border-right-color:#fff;
	border-left-width:0;
}
 
.speechLeft__txt:after {
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:-10px;
	width:0;
	border:10px solid transparent;
	border-right-color:#000;
	border-left-width:0;
}

.speechRight{
	margin: 0;
}
.speechRight__img{
	float: right;
	width: 100px;
}
.speechRight__img img{
	width: 100%;
}
.speechRight__txt{
	float: right;
	max-width: 610px;
 	position: relative;
	display: inline-block;
	margin: 15px 15px 24px 0;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 12px;
	box-sizing: border-box;
}

.speechRight__txt:before {
	border:10px solid transparent;
	border-left-color:#fff;
	border-right-width:0;
	right:-9px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
	width:0;
	z-index:1;
}
 
.speechRight__txt:after {
	border:10px solid transparent;
	border-left-color:#000;
	border-right-width:0;
	right:-10px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
	width:0;
}

.contents__tbl01{
	width: 100%;
	margin: 0 0 24px;
	table-layout: fixed;
	font-size: 1.4rem;
}
.contents__tbl01__row{
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.contents__tbl01__row__head{
	padding: 4px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #2fa7e0;
	vertical-align: middle;
	color: #fff;
}
.contents__tbl01__row__data{
	padding: 4px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	vertical-align: middle;
}


.contents__list01 {
	counter-reset: my-counter;
	list-style: none;
	margin: 0 10px 16px;
	padding: 0;
}
 
.contents__list01__item {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.contents__list01__item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #2fa7e0;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}




/*
 sidebar
-------------------------------------------------------------*/
.side{
    width: 240px;
    float: left;
}
.sideMenu{
    margin-bottom: 24px;
    padding-bottom: 1px;
    border: 1px solid #2fa7e0;
    border-top: 5px solid #2fa7e0;
}
.sideMenu__ttl{
    position: relative;
    padding: 12px 8px 3px 30px;
    line-height: 1.3;
    font-weight: bolder;
    font-size: 16px;
}
.sideMenu__ttl:before{
    display: block;
    content: '';
    position: absolute;
    top: 18px;
    left: 8px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border: 8px solid transparent;
    border-top: 8px solid #2fa7e0;
}
.sideMenu__link{
    background: #fff;
    margin: 0 8px 8px;
}
.sideMenu__link__item{
    border-bottom: #ccc dotted 1px;
}
.sideMenu__link__item:last-child{
    border-bottom: none;
}
.sideMenu__link__item a{
    position: relative;
    display: block;
    padding: 8px;
    font-size: 12px;
}
@media screen and (max-width:768px){
	.sideMenu__link__item a{
		font-size:13px;
	}
}
/*
.sideMenu__link__item a:before{
    display: block;
	content: '';
	position: absolute;
	top: 14px;
	left: 8px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #2fa7e0;
	border-bottom: 1px solid #2fa7e0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
.related_post_title {}
ul.related_post {
    background: #fff;
    margin: 0 0 8px;
}
ul.related_post li {
    border-bottom: #ccc dashed 1px;
}
ul.related_post li:last-child{
    border-bottom: none;
}
ul.related_post li a {
    position: relative;
    display: block;
    padding: 8px 8px 8px 20px;
    font-size: 12px;
    font-size: 1.2rem;
}
ul.related_post li a:before{
    display: block;
	content: '';
	position: absolute;
	top: 14px;
	left: 8px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #2fa7e0;
	border-bottom: 1px solid #2fa7e0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.related_post li img {
}

.wp_rp_footer{
    display: none;
}

/*
 footer
-------------------------------------------------------------*/
.foot{
    padding-top: 24px;
    background: #2fa7e0;
}
.footContBox{
    width: 1000px;
    margin: 0 auto 24px;
    padding: 16px;
    border: dashed #999 1px;
    background: #fff;
    box-sizing: border-box;
}
.footContBox__txt{
    margin-bottom: 8px;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
}
.footContBox__txt:last-child{
    margin-bottom: 0;
}
.footCopy{
    width: 100%;
}
.footCopy__txt{
    width: 1000px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.footCopy__txt a{
    color: #fff;
}
.footCopy__txt a:hover{
}

/* 2021.06.23 */
.footContBox__textCenter{
    text-align:center;
}
.footContBox__link__border{
    color:#999;
}

@media screen and (max-width:768px){
    .foot{
        padding:16px;
    }
}





.discBox{
	margin: 0 0 40px;
	border: solid #999 1px;
	box-sizing: border-box;
	border-radius: 5px;
    font-size: 16px;
	font-size: 1.6rem;
}
.discBox__ttl{
	padding: 12px;
	background: #B2EAFF;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.discBox__ttl:before {
    content: "★";
    color: #fff;
	margin-right: 4px;
}
.discBox__data{
	margin: 0;
	padding: 12px;
}

.numberList {
	counter-reset: my-counter;
	list-style: none;
	margin: 0 10px 16px;
	padding: 0;
}
 
.numberList__item {
  margin: 0 0 24px;
  padding-left: 20px;
  position: relative;
}
.numberList__item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #2fa7e0;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.numberList__item:last-child {
  margin-bottom: 0;
}

.summaryBox{
	margin: 0 0 40px;
	padding: 24px;
	border: solid 1px #B2EAFF;
	background: #EBF9FF;
	border-radius: 4px;
    font-size: 16px;
	font-size: 1.6rem;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 28px;
}
.pagetop a {
    display: block;
    background-color: #2fa7e0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
	border-radius: 4px;
	border: 1px solid #fff;
}
.pagetop a span{
	display: block;
	font-size: 1.2rem;
}
.pagetop a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
/*---------------------------------------------------------------

調整用CSS

---------------------------------------------------------------*/
.mt0{margin-top: 0; !important}
.mt5{margin-top: 5px; !important}
.mt10{margin-top: 10px; !important}
.mt15{margin-top: 15px; !important}
.mt20{margin-top: 20px; !important}
.mt25{margin-top: 25px; !important}
.mt30{margin-top: 30px; !important}
.mt35{margin-top: 35px; !important}
.mt40{margin-top: 40px; !important}
.mt45{margin-top: 45px; !important}
.mt50{margin-top: 50px; !important}
.mt55{margin-top: 55px; !important}
.mt60{margin-top: 60px; !important}
.mt65{margin-top: 65px; !important}
.mt70{margin-top: 70px; !important}
.mt75{margin-top: 75px; !important}
.mt80{margin-top: 80px; !important}
.mt85{margin-top: 85px; !important}
.mt90{margin-top: 90px; !important}
.mt95{margin-top: 95px; !important}
.mt100{margin-top: 100px; !important}

.mb0{margin-bottom: 0; !important}
.mb5{margin-bottom: 5px; !important}
.mb10{margin-bottom: 10px; !important}
.mb15{margin-bottom: 15px; !important}
.mb20{margin-bottom: 20px; !important}
.mb25{margin-bottom: 25px; !important}
.mb30{margin-bottom: 30px; !important}
.mb35{margin-bottom: 35px; !important}
.mb40{margin-bottom: 40px; !important}
.mb45{margin-bottom: 45px; !important}
.mb50{margin-bottom: 50px; !important}
.mb55{margin-bottom: 55px; !important}
.mb60{margin-bottom: 60px; !important}
.mb65{margin-bottom: 65px; !important}
.mb70{margin-bottom: 70px; !important}
.mb75{margin-bottom: 75px; !important}
.mb80{margin-bottom: 80px; !important}
.mb85{margin-bottom: 85px; !important}
.mb90{margin-bottom: 90px; !important}
.mb95{margin-bottom: 95px; !important}
.mb100{margin-bottom: 100px; !important}

.fs10{font-size: 1.0em; !important}
.fs12{font-size: 1.2em; !important}
.fs13{font-size: 1.3em; !important}
.fs14{font-size: 1.4em; !important}
.fs15{font-size: 1.5em; !important}
.fs16{font-size: 1.6em; !important}
.fs17{font-size: 1.7em; !important}
.fs18{font-size: 1.8em; !important}
.fs19{font-size: 1.9em; !important}
.fs20{font-size: 2.0em; !important}
.fs21{font-size: 2.1em; !important}
.fs22{font-size: 2.2em; !important}
.fs23{font-size: 2.3em; !important}
.fs24{font-size: 2.4em; !important}
.fs25{font-size: 2.5em; !important}
.fs26{font-size: 2.6em; !important}
.fs27{font-size: 2.7em; !important}
.fs28{font-size: 2.8em; !important}
.fs29{font-size: 2.9em; !important}
.fs30{font-size: 3.0em; !important}

.txtred{
	color:#FF0000;
	font-weight:bold;
}
.txtorange{
	color:#FF6600;
	font-weight:bold;
}
.txtgreen{
	color:#008000;
	font-weight:bold;
}
.txtblue{
	color:#167FA6;
	font-weight:bold;
}
.txtblack{
	font-weight: bold;
}
.txtred120{
	font-weight: bold;
	color: #ff0000;
	font-size: 120%;
}
.txtorange120{
	font-weight: bold;
	color: #FF6900;
	font-size: 120%;
}
.txtgreen120{
	font-weight: bold;
	color: #409526;
	font-size: 120%;
}
.txtblue120{
	color:#167FA6;
	font-weight:bold;
	font-size: 120%;
}
.txtblack120{
	font-weight: bold;
	font-size: 120%;
}
.markerYellow{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.markerGreen{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #b2eaff 60%);
}
.markerRed{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffa2a2 60%);
}

.red{ color: #ff0000!important; }
.blue{ color: #167FA6!important; }
.green{ color: #409526!important; }

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }

.imgLeft{
	display: block;
	float: left;
	margin: 0 16px 8px 0;
	width: 30%;
}
.imgCenter{
	display: block;
	margin: 8px auto;
	width: 100%;
}
.imgRight{
	display: block;
	float: right;
	margin: 0 0 8px 16px;
	width: 30%;
}



/*
 other
-------------------------------------------------------------*/
/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}

.txtRed{
    color:#FF0000;
    font-weight:bold;
}
.txtOrange{
    color:#FF6600;
    font-weight:bold;
}
.txtBlue{
    color:#167FA6;
    font-weight:bold;
}



/* レイアウト微修正 */
/* 2020/05/01 CSS 追加 */
.flowChart {
    margin-bottom: 40px;
}
.flowChart__item--green {
//    background: #EFFFE6;
	 background:#deebf9;
    border: none;
    color: #333;
}
.flowChart__item {
    margin-bottom: 65px;
    padding: 16px;
//    background: #fff;
//    border: 1px solid #707070;
    border-radius: 10px;
    position: relative;
}
.flowChart__item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
	 font-weight:bold;
	position: absolute;
    font-size: 40px;
    margin-left: -20px;
    left: 50%;
    bottom: -65px;
//    color: #73bc32;
	color:#2fa7e0;
}
.flowChart__item_none:before{
	 content:"";
}
.flowChart__item_none{
		margin-bottom:-20px;
}

/* 2020/05/01 CSS追加 */
.meritBox {
    width: 720px;
    margin-bottom: 40px;
    border: solid #d2d2d3 2px;
    box-sizing: border-box;
}
.meritBoxMerit {
    float: left;
    width: 50%;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.meritBoxDemerit__ttl {
//    background: #238052;
	background:#217bd7;
    color: #fff;
    text-align: center;
}
.meritBoxDemerit__ttl span {
    display: inline-block;
    height: 35px;
    margin: 8px 0;
    padding-left: 40px;
    background: url(/img/icnDemerit_01.png) left center no-repeat;
    background-size: 28px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.meritBoxDemerit__item {
    margin: 8px 8px 0 8px;
    padding: 8px 4px 16px 40px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    background: url(/img/icnDemerit_02.png) left top 8px no-repeat;
    background-size: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.txtblue120 {
    color: #167FA6;
    font-weight: bold;
    font-size: 120%;
}
.meritBoxDemerit--borderL {
    border-left: solid #d2d2d3 2px;
    box-sizing: border-box;
}
.meritBoxDemerit {
    float: right;
    width: 50%;
}
.meritBoxMerit__ttl {
//    background: #72bc32;
	background:#2fa7e0;
    color: #fff;
    text-align: center;
}
.meritBoxMerit__ttl span {
    display: inline-block;
    height: 35px;
    margin: 8px 0;
    padding-left: 40px;
    background: url(/img/icnMerit_01.png) left center no-repeat;
    background-size: 28px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.meritBoxMerit__item {
    margin: 8px 8px 0 8px;
    padding: 8px 4px 16px 40px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    background: url(/img/icnMerit_02.png) left top 4px no-repeat;
    background-size: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

/* 2020/05/01 CSS追加 */
.moreLink{
	margin-bottom:24px;
}



/* 2020/08/04/ CSS追加 */
@media screen and (max-width:768px){
    body{
        width:100% !important;
        min-width:100% !important;
    }
    .outDisc__txt{
        width:100% !important;
        margin-top:-16px;
			color:#fff;
    }
    .container{
        width:100% !important;
    }
    .mainVisual{
        width:100% !important;
        height:120px !important;
        background-size:100% !important;
    }
    .mainVisualBox__txt{
        font-size: 1.5rem !important;
        margin-right:0;
        padding-top: 30px;
        padding-left: 160px;
        padding-right: 13px;
        line-height: 1.5;
        overflow:hidden;
    }
    .headTtl{
        padding: 12px 12px 14px 12px !important;
    }
    .l-header{
        margin-bottom: 15px !important;
    }
    .mainContents{
        float:none !important;
        width:100% !important;
        overflow:hidden !important;
        margin-top:-18px;
    }
    .contentsList{
        width: 95% !important;
        margin: 0 auto 40px !important;
    }
    .footContBox{
        width:100% !important;
    }

    .mainRankItem{
        display:block !important;
    }
    .mainRankItem__name{
        width:100%;
    }
    .mainRankItem__cont{
        width:100%;
        padding:0;
    }
    .categoryTtl{
        width:100%;
    }

    .speechBox__balloon{
        width:100%;
    }

    .speechLeft__txt{
        width:100%;
    }

    .speechRight__txt{
        width:100%;
    }

    .footContBox{
        width:100%;
    }

    .footCopy__txt{
        width:100%;
    }

    .meritBox{
        width:100%;
    }

    .side{
        width:100%;
    }

    .osusumeBox__speechBubble{
        width:100%;
        margin-left:0;
        box-sizing:border-box;
    }

    .osusumeBox__speechBubble p img{
        width:100%;
    }

    .mainVisualBox{
        position:static;
        margin-top:0;
    }
    .mainRankItem__img{
        display:block !important;
        width:80% !important;
        margin:20px auto !important;
    }
    .mainRankItem__img > img{
        width:100%;
        height:auto;
    }
    .contentsTbl{
        width:95% !important;
        margin:0 auto !important;
        margin-bottom:16px !important;
    }
    .contentsTtl-h2{
        width:95%;
        margin:0 auto;
    }
    .quote{
        width:74% !important;
        margin:0 auto 20px !important;
        padding: 18px 16px 16px 47px !important;
    }
    .quote:before{
        top:0;
        font-size:6rem;
    }
    .osusumeBox{
        background:none !important;
    }
    
    .osusumeBox:before{
        margin-top: 30px !important;
        margin-bottom: -10px;
    }
    .osusumeBox__speechBubble{
        width:95% !important;
        margin:10px !important;
    }
    .osusumeBox__speechBubble:before{
        display:none !important;
    }
    .osusumeBox__speechBubble:after{
        display:none !important;
    }
    .discBox{
        width:96% !important;
        margin:0 auto 30px !important;
    }
    
    .breadNaviList{
        width:96% !important;
        margin:0 auto !important;
    }
    .mainRankItemTable{
        width: 96% !important;
        margin:0;
        margin: 20px auto;
    }
    .mainRankItem__cont__txt{
        width: 96% !important;
        margin:0;
        margin:0 auto;
        font-size:15px;
    }
    .mainRankItem__cont__list{
        width: 96% !important;
        margin:0 !important;
        margin: 20px auto !important;
        font-size:15px !important;
    }
    .mainRankItemBtn{
        float:none !important;
    }
    .mainRankItemBtn__official{
        float:none !important;
        width: 300px !important;
        display: block !important;
        margin: 0 auto 10px !important;
    }
    .contentsList__block {
        margin: 0 0 16px 3px !important;
    }
    .ttlMidashiS {
        border-bottom: dashed 1px #ccc !important;
        font-size: 1.8rem !important;
        margin: 0 10px 24px !important;
        line-height: 1.6 !important;
        padding-bottom: 10px !important;
    }
    .mainRankItemTable__row__head{
        width: 40% !important;
        padding: 0 4% 3% !important;
        font-size: 15px !important;
    }
    .mainRankItemTable__row__data{
        font-size:20px !important;
        text-align:center !important;
    }
}

.headTtl-subtitle{
    font-size: 13px !important;
    display: block;
    margin-top: 35px;
    color: #000 !important;
}
@media screen and (max-width:768px){
    .headTtl-subtitle{
        margin-top:18px !important;
        margin-left:15px;
    }
}

.sp-show{
    display:none !important;
}
@media screen and (max-width:768px){
    .pc-show{
        display:none !important;
    }
    .sp-show{
        display:block !important;
    }
}


/* 管理画面 adminバーのレイアウト対策CSS */
#wpadminbar{
    position:fixed !important;
}


/* ページ途中に差込みできる「公式サイトへ（例）」ボタン（オレンジ色）のCSS */
.mainRankItemBtn__official__singleItems{
	margin:10px 0;
	overflow:hidden;
}
.mainRankItemBtn__official__singleItems__link{
    display: block;
    width: 330px;
    margin: 0 auto 8px;
    padding: 8px 0;
    background: #FF6E00;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px 5px 0px rgba(148,79,26,1);
    transition: opacity 0.3s;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
	.mainRankItemBtn__official__singleItems__link{
		float: none !important;
		width: 300px !important;
		display: block !important;
		margin: 0 auto 10px !important;
	}
}

/* ページ途中に差し込みできる */
.mainRankItemBtn__official__singleItems__2{
	margin:10px 0;
	overflow:hidden;
}
.mainRankItemBtn__official__singleItems__link__2{
    display: block;
    width: 330px;
    margin: 0 auto 8px;
    padding: 8px 0;
    background: #0da63c;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px 5px 0px #086524;
    transition: opacity 0.3s;
    box-sizing: border-box;
}
.mainRankItemBtn__official__singleItems__link__2 .fas{
    display:inline-block;
    margin-right:5px;
}
@media screen and (max-width:768px){
	.mainRankItemBtn__official__singleItems__link__2{
		float: none !important;
		width: 300px !important;
		display: block !important;
		margin: 0 auto 10px !important;
	}
}
.mainRankItem__name a{
    color:#333!important;
}



/* トップページのデザイン修正　CSS */
.contentsList{
    background: #f6f6f6!important;
    border:none!important;
    padding:30px;
}d
.ttlMidashiM{
    font-size:21px!important;
}
.ttMidashiM__img{
    display:block;
    margin:0 auto;
}
/* おすすめの理由 */
.reason__box__list{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
}
.reason__box__list__items{
    width:32%;
    background:#2FA7E0;
    padding:10px;
    box-sizing:border-box;
    position:relative;
    border-radius:10px;
}
.reason___box__list__items__title{
    padding: 14px 0 12px;
    color: #fff;
    font-size: 16px;
    text-align:center;
}
.reason___box__list__items__title__1{
    height:50px;
}
.reason___box__list__items__title__2{
    height:50px;
}
.reason___box__list__items__title__3{
    line-height:50px;
}
.reason___box__list__items__title__4{
    height:50px;
}
.reason___box__list__items__title__5{
    line-height:30px;
}
.reason___box__list__items__title__6{
    line-height:30px;
}
.reason___box__list__items__title__7{
    height:46px;
}
.reason___box__list__items__title__8{
    line-height: 20px;
}
.reason___box__list__items__title__9{
    height:46px;
}
.reason___box__list__items__title__10{
    height:46px;
}
.reason___box__list__items__title__11{
    height:46px;
}
.reason___box__list__items__title__12{
    height:46px;
}
.reason___box__list__items__title__3{

}
.reason___box__list__items__title__4{
    height: 64px;
    line-height: 23px;
}
.reason___box__list__items__title:before{
    content: "理由１";
    display: inline-block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #2188AE;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    margin: auto;
}
.reason___box__list__items__title__2:before,
.reason___box__list__items__title__5:before,
.reason___box__list__items__title__8:before,
.reason___box__list__items__title__11:before{
    content: "理由2";
}
.reason___box__list__items__title__3:before,
.reason___box__list__items__title__6:before,
.reason___box__list__items__title__9:before,
.reason___box__list__items__title__12:before{
    content: "理由3";
}
.reason__box__list .commonTxt{
    height:58%;
    padding: 16px;
    background: #fff;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    border-radius: 0 0 5px 5px;
    font-size:13px;
}
@media screen and (max-width:768px){
    .ttlMidashiM{
        font-size:18px!important;
    }
    .ttMidashiM__img{
        width: 90%;
        height: auto;
    }
    .reason__box__list{
        display:block;
    }
    .reason__box__list__items{
        width: 90%;
        margin:0 auto 40px;
        padding-bottom:22px;
    }
    .reason___box__list__items__title__1{
        height:46px;
    }
    .reason___box__list__items__title__2{
        height:44px;
    }
    .reason___box__list__items__title__3{
        height:19px;
        line-height:1;
    }
    .reason___box__list__items__title__4{

    }
    .reason___box__list__items__title__5{
        height:26px;
    }
    .reason___box__list__items__title__6{
        height:26px;
    }
    .reason___box__list__items__title__7{
        height:46px;
    }
    .reason___box__list__items__title__8{
        height:46px;
    }
    .reason___box__list__items__title__9{
        height:46px;
    }
    .reason___box__list__items__title__10{
        height:26px;
    }
    .reason___box__list__items__title__11{
        height:46px;
    }
    .reason___box__list__items__title__12{
        height:26px;
    }
    .commonTxt__description{
        margin: 20px auto 50px!important;
    }
}

/* 口コミ・評判 */
.comment__box__list{
    display:flex;
    justify-content:space-between;
}
.comment__box__list__items{
    width:32%;
}
.comment__box__list__items .commonTxt{
    font-size:14px;
}
.comment__box__list__items .quote{
    position: relative;
    margin-bottom: 16px;
    padding: 32px 16px 16px 16px;
    background:#FFFAEE;
    border-radius:10px;
    border:none;
    font-size:13px;
}
.comment__box__list__items .quote:before{
    top: -15px;
    font-size:60px;
    color:#dcb352;
}
.contentsTtl-h2{
    text-align: center;
    margin: 30px 0;
}
.commonTxt__description{
    margin: 20px 0;
    padding: 20px;
    background: #e7f7fd;
}

@media screen and (max-width:768px){
    .commonTxt{
        font-size:15px;
    }
    .comment__box__list{
        display:block;
    }
    .comment__box__list__items{
        width:100%;
    }
    .comment__box__list__items .quote{
    
    }
    .contentsTtl-h2{
        margin: 30px auto;
        width: 72%;
    }
}

.content__box__wrap{
    padding:30px;
    border:1px solid #F6FAFB;
    background:#F6FAFB;
    border-radius:20px;
    margin-bottom:40px;
}
.contentsTbl__row__data{
    background:#fff;
}

.osusumeBox__speechBubble p a img{
    width:100%;
}

.discBox__data{
    background:#fff;
}


@media screen and (max-width:768px){
    .mainRankItemTable__row__data{
        font-size:15px!important;
    }
    .mainRankItemTable__row__tel__link{
        font-size:15px!important;
    }
}

.banner__img__1{
    width:200px;
}
@media screen and (max-width:768px){
    .banner__img__1{
        width:100%;
    }
}