@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP_Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP_Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
font-family: 'SonnyCond-Black';
  src: url('../fonts/SonnyCond-Black.otf)');
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
:root {
  font: 16px/1.5 sans-serif;
  letter-spacing: 0.025em;
  --main-color: #5BB7D5;
  --main-color: #51c7e3;
  --main-color2: #0d90be;
  --main-color2: #51c7e3;
  --link-color: #036eb4;
  --bg-color: #E8E8E8;
  --border-color: #77C5DE;
  --txt-color: #333;
  --h-color:#1989b1;
  --h-color: #54b8d2;
  --font-family: "Noto Sans JP", Noto Sans JP, sans-serif;
  --font-family2: "Noto Sans JP", Noto Sans JP, sans-serif;
  --contents-width: 100%;

	--color_main: var(--main-color);
	--border01: solid 1px var(--color_main);
	--border02: solid 1px var(--color_main);
	--border03: dashed 2px var(--color_border);
	--border04: solid 4px var(--color_gray);
	--color_border: rgba(200,200,200,.5);
	--color_gray: rgba(200,200,200,.15);
	--swl-box_padding: 1.5em;
	--color_mark_blue: #b7e3ff;
	--color_mark_green: #bdf9c3;
	--color_mark_yellow: #fde49d;
	--color_mark_orange: #fde49d;
}
body{
	font-size: 16px;
	font-family:var(--font-family:);
	color: var(--txt-color);
	box-sizing: border-box;
	line-height: 1.8em;
	background-color: #ffffff;
	word-break: break-all;
	padding-top: 57px;
}
h1,h2,h3,h4,h5{
	line-height: 1.5;	
}

h2,h3,h4{
	margin-top: 25px;	
}
p{
	margin-top: 1.5em;
	line-height: 1.8;
}
p + p{
	margin-top: 0.75em;
}
table{
	font-size: 12px;
	padding: 12px;
}
main{
	line-height: 1.8;	
}
/*
パーツ一律
margin-top: 1.5em;

パーツのbox類（囲み枠など）
padding: 20px;

行間（line-height）	通常テキスト（文章）
line-height: 1.8;

見出しなど2、3行で収まるテキスト	
line-height: 1.5;	
*/
img{
	max-width: 100%;
	width: auto;
	vertical-align: bottom;
}
a img{
	border:0;
}
a img:hover{
	opacity:0.6;
}
img{
	margin:0;
}
p{
	margin-bottom:15px;
	line-height:1.5;
}
a:link{
	color:#1111cc;
	text-decoration:none;
	font-weight:bold;
}
a:visited{
	color:#1111cc;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#5890F4;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:#1111cc;
	text-decoration:none;
	font-weight:bold;
}
.clear{
	clear:both;
}
.clear hr{
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.down{
	display:none;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.center img{
	display:block;
	width:100%;
	vertical-align:bottom;
	margin:10px 0;
}
.right{
	text-align:right;
}
.alignright {
	float: right;
	margin:10px;
}
.alignleft {
	float: left;
	margin:10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bold{
	font-weight:bold;
}
.aka,red{
	color:#f00;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
small{
	font-size:70%;
}
.bigtxt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
.down{
	display:none;
}
.absolute{
	position:absolute !important;
}
a img:hover{
	opacity:0.6;
}
table{
	width:100%;
	box-sizing:border-box;
	margin:25px auto;
}
table.small{
	font-size:87%;
}
table caption{
	margin-bottom:15px;
	font-weight:bold;
	text-decoration:underline;
}
table th,
table td{
	padding:10px;
	border:1px solid #ccc;
	vertical-align:middle;
}
table th {
	background-color:#ecf5f9;
	min-width: 85px;
}

table td{
	background-color:#fff;
}
table td p:nth-last-of-type(1){
	margin-bottom:0;
}
table thead th{
	color:#fff;
	background-color:#1199CC;
	font-weight:bold;
}
table th.waku,
table td.waku{
	border:2px solid #f00 !important;
}
table th.waku{
	background-color:#ffefef;
}
section.parts{
	padding:30px 0;
	border-bottom:1px dashed #eee;
	margin-bottom:30px;
}
.sorce{
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	margin:20px auto;
}
.full_img{
	width:100%;
	margin:30px auto;
}
.full_img img{
	width:100%;
	vertical-align:bottom;
}
.big_txt{
	font-weight:bold;
	font-size:110%;
}
.img_box{
	width:100%;
	margin:20px auto;
}
.img_box img{
	width:100%;
	vertical-align:bottom;
}
.imgl {
	float: left;
	padding-right: 10px;
}
ol {
	padding: 10px;
	padding-left: 30px;
	list-style-type: decimal;
	background-color: #fafafa;
	margin: 20px auto;
}
ol li {
	margin-bottom: 10px;
	font-weight: bold;
}
ol li:nth-last-of-type(1){
	margin-bottom:0;
}
.right_link_txt{
	text-align:right;
}
.right_link_txt a{
	text-decoration:underline;
}
.right_link_txt a:hover{
	text-decoration:none;
}
.right_link_txt:before{
	content:"\f105";
	color:#003C7B;
	font-family:FontAwesome;
	display:inline-block;
	margin-right:7px;
}
.clearfix hr{
	display:none;
}
.red{
	color:#f00;
}
.bold{
	font-weight:bold;
}
input{
	-webkit-appearance: none;
}
p{
	margin-bottom:20px;
	line-height:1.7;
}
p:nth-last-of-type(1){
	margin-bottom:0;
}
.sp_none{
	display:none !important;
}
.notfondImg{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 800px;
}
#overlay{
	position:fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
	width: 100%;
	height: 100vh;
}

#overlay.active{
	display:block
}
/* ------------------------------
ドラッグの色変更
------------------------------ */
::selection {
	background:#E1EFEE; /* Safari */
}
::-moz-selection {
	background:#E1EFEE; /* Firefox */
}

/* ------------------------------
HEADER
------------------------------ */
.header{
	background-color: #fff;
	border-bottom: 2px solid var(--border-color);
	padding: 1px 0;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 9999;
}

a.header__logo{
	display: block;
	width: 150px;
	margin: 0 auto -5px;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}

.header__logo small {
    color: var(--main-color2);
    font-size: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -5px;
}

header #searchform{
	display: none;
}
.header__nav{
	display: none;
}

.header__searchMenuBtn{
	border-radius: 300px;
	background-color: var(--main-color2);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none;
	position: relative;
	z-index: 100;
	display: inline-block;
	background-image: url("../img/cm_ico_searchMenuBtn_bk.svg");
	position: absolute;
	right: 10px;
	top: 5px;
}

body{
	overflow-x: hidden;
}

.header__searchMenuArea{
	width: 80%;
	display: inline-block;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	right: -40%;
	margin-right:-40%;
	top:0;
	position: fixed;
	transition: 0.3s;
	z-index: 10000;
	box-shadow: 1px 0 8px 0 rgb(0 0 0 / 35%);
	    height: -webkit-fill-available;
}

.header__searchMenuArea.active{
	right: 0;
	margin-right:0%;
}

.header__searchMenuArea-list{
	margin: 0 -20px 0;
	width: calc(100% + 40px);
	border-top: 1px solid var(--main-color2);
}

.header__searchMenuArea-item a{
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 1.0;
	position: relative;
	color: var(--main-color2);
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid var(--main-color2);
}

.header__searchMenuArea-item a::after{
	content: "";
	right: 5px;
	top: 50%;
	margin-top: -7.5px;
	background-image: url("../img/chevron-right-grey.svg");
	width: 10px;
	height: 15px;
	background-size: 10px 15px;
	display: inline-block;
	position: absolute;
}

.header__searchMenuArea #searchform{
	position: relative;
}
.header__searchMenuArea .search{
    position: relative;
    background: #eee;
    border: none;
    padding: 15px 65px 15px 20px;
    border-radius: 300px;
    right: -1px;
    min-width: 180px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.header__searchMenuArea input[type="image"] {
    border-radius: 300px;
    background-color: var(--main-color2);
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: none;
    position: relative;
    z-index: 100;
    position: absolute;
    right: -5px;
    top: 0;
}

/* ------------------------------
CONTENTS
------------------------------ */
.contents{
	width: var(--contents-width);
	margin: 0 auto;	
	padding: 0;
}
.contents p{
	padding: 10px 0;
	margin: 20px auto 0;
}

/* ------------------------------
スライダー
------------------------------ */

.topSlider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -3px !important;
  left: 0;
  width: 100%;
}

.topSlider .swiper-pagination-bullet-active{
  background-color: var(--main-color2);
}

.sp .swiper-slide{
  background-color: #fff;
  padding: 10px;
  width: calc(100% - 40px) !important;
  box-sizing: border-box;
  margin: 20px;
}

.swiper-slide a{
  display: block;
  color: var(--main-color2);
  text-decoration: none;
  font-weight: normal;
}

.swiper-slide a:hover{
  opacity: 0.6;
}

.swiper-slide a .sp_img{
	margin-bottom: -30px;
}

.swiper-slide a .img{
  padding: 10px;
  width: 100%;
  display: none;
}

.swiper-slide a .txt{
  padding: 10px;
  width: 100%;
}

.swiper-slide a .txt .cat{
  display: inline-block;
  background-color: var(--main-color2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 5px 10px;
}

.swiper-slide a .txt .ttl{
  overflow: hidden;
  width: calc(100% - 20px);
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.swiper-slide a .txt .lead{
  overflow: hidden;
  border-top: 1px solid var(--main-color2);
  margin-top: 15px;
  padding-top: 15px;
  width: calc(100% - 20px);
  height: 55px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.topSlider{
  border-bottom: 3px solid var(--main-color2);
}

.sp_img{
	display: block;
}

.sp_img img{
  width: calc(100% + 20px) !important;
  margin: -10px -10px 0px;
  display: block;
  max-width: fit-content;
}

/* ------------------------------
TOP
------------------------------ */
.topSlider{
	background-color: #e2e2e2;	
}
.topSlider .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.topSlider figure{
	margin: 0;
}

.swiper-slide{
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin: 20px;
}

.contents.top h2{
	font-size: 40px;
	text-align: center;
	line-height: 1.0;
	margin:0px auto 0;
	font-family: var(--font-family2);
	font-style: normal;
	color: var(--h-color);
}

.contents.top h2 small{
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-weight: bold;
	color: var(--h-color);
}

.top .contents__inner section{
	background: #f1f1f1;
	padding: 30px 0;
}

.newArticles__cards{
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-evenly; 
  gap:30px;
}

.newArticles__card{
  background: #fff;
  margin-top: 20px;
  width: 100%;
  display: block;
  padding: 10px;
}

.newArticles__card a{
  text-decoration: none;
  color: var(--main-color2);
}

.newArticles__card a:hover{
  opacity: 0.6;
}

.newArticles__card-img{
  position: relative;
}

.newArticles__card-img img{
	width: calc(100% + 20px);
	margin: -10px -10px 0px;
	display: block;
	max-width: none;
}

.newArticles__card-cat{
  position: absolute;
  bottom: 0;
  left: -10px;
  display: inline-block;
  background-color: var(--main-color2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 5px 10px;
}




.newArticles__card-lead{
	font-size: 12px;
	line-height: 1.5;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newArticles__moreLink a{
	margin: 20px auto 0;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	border-radius: 8px;
	display: block;
	line-height: 1.0;
	padding: 25px 0;
	width: calc(100% - 40px);
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}

.topCatecory__moreLink a::after,
.newArticles__moreLink a::after{
    content: "";
    background-image: url(../img/angle-right-wh.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 20px;
    margin-top: -10px;
    display: inline-block;
}

.topCatecory__moreLink a:hover,
.newArticles__moreLink a:hover{
	opacity: 0.6;
}

.ranking__card-lead{
	font-size: 12px;
	line-height: 1.5;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;	
}


.ranking__cards{
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.ranking__card{
  background: #fff;
  margin-top: 20px;
  width: 100%;
  display:block;
}

.ranking__card a{
  text-decoration: none;
  color: var(--main-color2);
}

.ranking__card a:hover{
  opacity: 0.6;
}

.ranking__card-img{
  position: relative;
}

.ranking__card-img img{
	width: 100%;
	max-width: none;
}

.ranking__card-cat{
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: var(--main-color2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 5px 10px;
}

.ranking__card-ttl{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.ranking__card-txt{
  padding: 10px;
}

.ranking__card-lead{
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ranking__moreLink a{
  margin: 60px auto 0;
  background-color: var(--main-color2);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  display: block;
  line-height: 1.0;
  padding: 25px 0;
  width: calc(100% - 120px);
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

section.ranking .ranking__cards{
  counter-reset: number 0; 
}

section.ranking .ranking__cards .ranking__card-img::before{
  counter-increment: number 1;  
  display: inline-block;
  content: counter(number); 
  position: absolute;
  font-size: 22px;
  text-align: center;
  line-height: 1.0;
  font-family: var(--font-family2);
  font-style: normal;
  left: 0;
  top: 0;
  min-width: 40px;
  line-height: 40px;
  height: 40px;
  padding: 0px 5px 0px 0;
  box-sizing: border-box;
  background: var(--main-color2);
  color: #fff;
}


section.ranking .ranking__cards .ranking__card:nth-of-type(1) .ranking__card-img::before{
  background-color: #c0a418;
}

section.ranking .ranking__cards .ranking__card:nth-of-type(2) .ranking__card-img::before{
  background-color: #90968e;
}

section.ranking .ranking__cards .ranking__card:nth-of-type(3) .ranking__card-img::before{
  background-color: #955e3c;
}


.top .contents__inner section.topCategory{
  padding:30px 0;
}

.topCatecory__list{
  margin: 40px auto;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.topCatecory__item{

}


.topCatecory__title{
  font-size: 140%;
  font-weight: bold;
  margin: 20px auto 0;
  padding:0 20px
}

.topCatecory__moreLink a{
  margin: 30px auto 0;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  display: block;
  line-height: 1.0;
  padding: 25px 0;
  width: calc(100% - 40px);
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

.topCatecory__item{
  display: inline-block;
  background: #fff;
  width: 100%;
  text-decoration: none;
  color: var(--main-color2);
  margin-top: 30px;
}

.topCatecory__item:nth-of-type(1){
	margin-top: 0;
}

/*
.topCatecory__list{
  display: flex;
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;  
}
*/

.topCatecory__item a{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--main-color2);
  padding-bottom: 20px;
}

.topCatecory__item a:hover{
  opacity: 0.6;
}

.topCatecory__item-tag,
.topCatecory__item-subTitle,
.topCatecory__item-title,
.topCatecory__item-img{
}

.topCatecory__item-title{
  padding: 20px;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.topCatecory__item-subTitle{
  font-size: 13px;
  line-height: 1.5;
  padding:0 20px;
  font-weight: normal;
}

.top section.contents__theContent{
  padding: 60px;
}

.topCatecory__item-tag{
  padding-left:10px ;
}

.topCatecory__item-tag .tag{
  font-size: 10px;
  color: #000;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

.topCatecory__item-tag .tag::before{
  content: "";
  background-image: url("../img/tag_img.png");
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

/* ------------------------------
FOOTER
------------------------------ */
footer {
}
.footer {
	background-color: var(--main-color);
	background-color: #8bdcef;
	color: #fff;
}
.footer_inner {
	width: var(--contents-width);
	margin: 0 auto;
	padding: 20px 0 5px 0;
}
.footer a {
	color: #fff !important;
}
.footer .link {
	text-align: center;
}
.footer .link ul li {
	display: inline;
}
.footer .link ul li a {
	font-weight: normal;
	font-size: 12px;
}
.footer .link ul li:after {
	content: "  |  ";
}
.footer .link ul li:nth-last-of-type(1):after {
	display: none;
}
#COPYRIGHT {
	background-color: #6c8dc9;
}
#COPYRIGHT .copyright_inner {
	width: var(--contents-width);
	margin: 0 auto;
	padding: 5px 0 20px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer__toTop a{
	width: 100%;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	min-width: 48px;
	border-bottom: 1px solid var(--border-color);
}

.footer__toTop a:hover{
	opacity: 0.6;
}

.footer__toTop a img{
	display: inline-block;
	height: 10px;
	vertical-align: middle;
}

.footer__info{
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid var(--border-color);
}

.footer__info img{
	width: 240px;
	display: block;
	margin: 0 auto 20px;
	vertical-align: bottom;
}

.footer__link{
	text-align: center;
	padding: 20px 0;
}

.footer__link-list{
	text-align: center;
}

.footer__link-item{
	display: inline-block;
}

.footer__link-item a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0 5px;
	font-size: 12px;
}

.footer__link-item a:hover{
	text-decoration: underline;
}
.copyright{
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}



.bottom{
  background: #f7f7f7;
  padding: 20px 0 40px;
}

.bottom__inner{
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.bottomCategory,
.bottomKeyword{
  padding:10px;
  box-sizing: border-box;
  width: 100%;
}

.bottomCategory{
	margin-top: 40px;
}

.bottom__ttl{
  font-size: 30px;
  font-family: var(--font-family2);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-style: normal;
  color: var(--h-color);
}

.bottom__ttl small{
  font-size: 10px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: var(--h-color);
}

.bottom__link{
  margin: 20px auto 0;
  padding:0 30px;
}

.bottom__link-item{
  display: inline-block;
  margin-top: 10px;
}

.bottom__link-item a{
  display: inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 8px 10px 8px 8px;
  border: 1px solid #51c7e3;
  font-size: 14px;
  font-weight: bold;
  color: #51c7e3;
  border-radius: 5px;
  line-height: 1.0;
  text-decoration: none;
}

.bottom__link-item a::before{
  content: "# ";
}

.bottom__link-item a:hover{
  text-decoration: underline;
  opacity: 0.7;
}

/* ------------------------------
SIDEBAR
------------------------------ */
.sidebar h2{
	font-size: 30px;
	text-align: center;
	line-height: 1.0;
	margin:80px auto 0;
	font-family: var(--font-family2);
	font-style: normal;
	color: var(--h-color);
}

.sidebar h2 small{
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-top: 3px;
  color: var(--h-color);
}

.sidebarRanking{
	margin: 20px auto 0;
}

.sidebarRanking__item{
	margin: 20px auto 0;
}

.sidebarRanking__item a{
	position: relative;
	display: block;
	min-height: 100px;
	text-decoration: none;
	color: var(--main-color2);
}

.sidebarRanking__item a:hover{
	opacity: 0.6;
}

.sidebarRanking__item-img{
	display: inline-block;
	height: 100px;
	width: 100px;
	vertical-align: bottom;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.sidebarRanking__item-img img{
	width: auto;
	height: 100%;
	vertical-align: bottom;
	max-width:none;
}

.sidebarRanking__item-cat{
  display: inline-block;
  background-color: var(--main-color2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 5px 10px;

	position: relative;
	left: 120px;
	top: -5px;
	box-sizing: border-box;
}

.sidebarRanking__item-ttl{
	display: inline-block;
	position: relative;
	left: 120px;
	box-sizing: border-box;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
	line-height: 1.3;
	height: auto;
	width: calc(100% - 120px);
	font-size: 14px;
}

.sidebar__pickup{

}

.sidebar__pickup-box{
	margin: 20px auto 0;
}

.sidebar__pickup-box img{
	width: 100%;
	height: auto;
}

.sidebar__pickup-box a{
	color: var(--main-color2);
	text-decoration: none;
}

.sidebar__pickup-boxCat{
	color:#ccc;
	text-decoration: none;
	font-size: 10px;
}

.sidebar__pickup-box h3{
	margin: 0 auto;
  font-size: 15px;
  padding: 5px 0 0;
  line-height: 1.5;
}

.sidebar__pickup-box a:hover{
	opacity: 0.6;
}


/* ------------------------------
SINGLE　投稿
------------------------------ */
body.single{
  background-color: #F7F7F7;
	width:100%;
	box-sizing:border-box;
}

.flexContents{
  width: 100%;
  display: block;
  margin: 0px auto 20px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

main.single{
  width: 100%;
}

.single__eyecatch{
  margin: 0 auto 20px;
}

.single__eyecatch img{
  width: 100%;
  vertical-align: bottom;
}

.single__head-title{
  font-size: 22px;
  margin-top: 15px;
  line-height: 1.5;
}

.single__head-lead{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 7px;
  color: var(--main-color2);
  margin: 10px auto 0;
}

.single__head-category a{
    display: inline-block;
    background-color: var(--main-color2);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.0;
    padding: 5px 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.single__head-category a:hover{
  opacity: 0.6;
}

.single__head-date{
  margin-top: 20px;
  font-size: 10px;
  color: #aaa;
}

.update,
.release{
  display: inline-block;
}

.update{
  margin-left: 10px;
}

/* ------------------------------
PAGE　ページ
------------------------------ */
body.page{
  background-color: #F7F7F7;
}

main.page{
  width: 100%;
}


/* ------------------------------
関連記事
------------------------------ */

.recommend_article{
	margin:40px auto 0;
}


.recommend_article-ttl{
	text-align:center;
	font-weight:bold;
	font-size:120%;
	padding:20px 0;
	color:#1199CC
}

.recommend_article-ttl::before{
	content:"― ";
	color:#1199CC
}

.recommend_article-ttl::after{
	content:" ―";
	color:#1199CC
}

.recommend_article .entry_box {
	position: relative;
}

.recommend_article .entry_box a{
	text-decoration: none;
	color: inherit;
}

.recommend_article .entry_box a:hover{
	cursor:pointer;
	opacity:0.6;
}

.recommend_article .entry_box .txt .view_count{
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 14px;
}

.recommend_article .entry_box a{
	margin-bottom:20px;
	display:block;
	text-decoration:none;
	color:#111;
	border-bottom:1px dotted #ccc;
	padding-bottom: 20px;
}

.recommend_article .entry_box:nth-last-of-type(1) a{
	margin-bottom:0;
}

.recommend_article .entry_box a .img{
	width:100%;
	float:none;
	position:relative;
}

.recommend_article .entry_box a .img img{
	width:100%;
	vertical-align:bottom;
}

.recommend_article .entry_box a .txt{
	margin:10px auto;
}

.recommend_article .entry_box a .txt .category{
	font-size:87%;
	color:#77C5DE;
	font-weight:normal;
}
	
.recommend_article .entry_box a .view_count{
	font-size:12px;
	font-weight:normal;
}

/* ------------------------------
CATEGORY　カテゴリー
------------------------------ */
body.archive{
  background-color: #F7F7F7;	
}
.category__header{
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
  width: calc(var(--contents-width) - 20%);
  margin: 0 auto;
  padding: 0;
}

.category__header-heading{
	font-size: 30px;
	text-align: center;
	line-height: 1.0;
	margin:80px auto 0;
	font-family: var(--font-family2);
	font-style: normal;
	color:#54b8d2;
}

.category__header-heading small{
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color:#54b8d2;
}

.category__header-desc{
		margin: 15px auto 0;
    text-align: center;
    font-size: 16px;
}


.category__tag{
  margin: 20px auto 0;
  padding:0 30px;
}

.category__tag-item{
  display: inline-block;
}

.category__tag-item a{
  display: inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 8px 10px 8px 8px;
  border: 1px solid #0d90be;
  font-size: 12px;
  font-weight: bold;
  color: #0d90be;
  border-radius: 5px;
  line-height: 1.0;
  margin-top: 10px;
  text-decoration: none;
}

.category__tag-item a::before{
  content: "# ";
}

.category__tag-item a:hover{
  text-decoration: underline;
  opacity: 0.7;
}


.cardList{
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.cardList__item{
  background: #fff;
  margin-top: 30px;
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.cardList__item a{
  text-decoration: none;
  color: var(--main-color2);
}

.cardList__item a:hover{
  opacity: 0.6;
}

.cardList__item-img{
  position: relative;
}

.cardList__item-cat{
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: var(--main-color2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 5px 10px;
}

.cardList__item-txt{
  padding: 10px;
}

.cardList__item-ttl{
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}

.cardList__item-lead{
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


/* ------------------------------
PARTS
------------------------------ */
.h1{
  font-size: 24px;
  margin-top: 15px;
  line-height: 1.5;	
}

.h2{
	margin: 30px auto 0;
  border-bottom: 2px solid var(--h-color);
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: left;
  color: var(--txt-color);
  font-size: 21px;
}


.h3{
	margin: 30px auto 0;
  border-bottom: solid 1px var(--h-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  color: var(--txt-color);
}


.h4{
	margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  color:  var(--h-color);
}

.h5{
	margin: 30px auto 0;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  color: var(--txt-color);
}



.linkBtn a{
	display: block;
	margin: 40px auto 20px;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	font-size: 120%;
	padding: 15px;
	border-radius: 4px;
	text-decoration: none;
}

.linkBtn a:hover{
	opacity: 0.6;
}

.theContent p {
  font-size: 1rem;
  margin-top: var(--spacing-1);
}

.theContent p + p {
  margin-top: var(--spacing-half);
}
.theContent p + img {
  margin-top: var(--spacing-1);
}

.theContent .subhead + p {
  margin-top: var(--spacing-half);
}

.subHead::before {
    content: "●";
    color: var(--main-color);
    font-size: 16px;
    margin: 0 5px 0 0;
}

.theContent hr{
	border: none;
	border-top: 1px solid #d9d9d9;
	margin: 40px;
}

.simpleBox{
	margin: 40px auto 0;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 2px;
}

.listBox{
	margin: 40px auto 0;
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 2px;
	border: 1px solid #ecf5f9;
}

.listBox ul li{
	margin: 15px auto 0;
	font-weight: bold;
}

.listBox ul li:before{
	content: "・";
	color: var(--main-color);
	margin-right: 5px;
}

.listBox ul li:nth-of-type(1){
	margin-top: 0;
}

.txtLink{
	margin: 20px auto 0;
}

.txtLink::before,
.txtLink__right::before,
.txtLink__center::before{
	content: "»";
	margin: 0 0 5px 0;
	font-size: 25px;
	position: relative;
	top: 2px;
	color: var(--link-color);
}

.txtLink__center{
	margin: 20px auto 0;
	text-align: center;
}

.txtLink__right{
	margin: 20px auto 0;
	text-align: right;
}

.fukidashiBox{

}

.fukidashiBox__fukidashi{
	padding: 15px;
	padding-left: 50px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
	background-color: #f6dddd;
	font-weight: bold;
}

.fukidashiBox__fukidashi::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-top-color: #f6dddd;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: 100%;
    left: 25px;
}

.fukidashiBox__fukidashi::before{
	content: "“";
	position: absolute;
	left: 20px;
	font-weight: normal;
	top: 0px;
	color: var(--main-color);
	font-size: 40px;
}


.fukidashiBox__data{
	padding-top: 10px;
	vertical-align: bottom;
	margin: 20px auto;
}

.fukidashiBox__data-icon{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 300px;
	overflow: hidden;
	vertical-align: bottom;
}

.fukidashiBox__data-icon img{
	width: 100%;
	vertical-align: bottom;
}

.fukidashiBox__data-name{
	display: inline-block;
	line-height: 60px;
	padding:0 20px;
	box-sizing: border-box;
	vertical-align: bottom;
}


.infoTable__area{
	background-color: #f2f2f2;
	padding: 15px;
	margin: 40px auto 0;
}

.infoTable__title{
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }

.infoTable{
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
	border-top: 1px dotted #ccc;
}

.infoTable th{
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	background-color: #e5e5e5;
	padding: 5px 10px;
	width: 100px;
}

.infoTable td{
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	padding: 5px 10px;
}


.subTitle{
	font-size: 115%;
	font-weight: bold;
	margin: 20px auto 0;
}

.subTitle + p{
	margin-top: 0px;
}

.subTitle::before{
	content: "▼ ";
}

.underline,
.marker {
  font-weight: bold; 
  display: inline;
  background: linear-gradient(transparent 75%, #ffc069 75%);
  padding: 0
}
.color{
	color: var(--main-color);
}
.b {
  font-weight: bold;
}
.s12,
.smaller {
  font-size: 12px;
  line-height:1.5;
  display: inline-block;
}
.s10{
  font-size: 10px;
  line-height:1.4;
  display: inline-block;
}
.caution,
.single-content .caution {
    font-size: 10px !important;
    line-height: 1.25;
    color: #6d6d6d;
    margin-top: 8px;
}
.single-content .caution_right {
    font-size: 10px !important;
    line-height: 1.25;
    color: #6d6d6d;
    margin-top: 8px;
    text-align:right;
}

/* 20230809　追加CSS */
.theContent p {
    margin-top: 16px;
}

.table__scroll {
    overflow-x: scroll;
}

.komidashi {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
	font-weight: 700;
	font-size: 1.1rem;
}

.komidashi:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0em;/*アイコンの位置*/
  top: -0.05em;/*アイコンの位置*/
	color: #b9e6df;
}

.komidashi[data-type="title"]:before {
  color: #b9e6df;
}

.pink-b{
	font-weight:bold;
	color:#cf2e2e;
}

.mininote {
    line-height: 1em;
    font-size: 0.7em;
    opacity: 0.8;
    margin-top: 16px;
}

.swl-marker {
    display: inline;
    padding: 2px;
}

.mark_yellow {
	display: inline;
	padding: 2px;
	background: -webkit-linear-gradient(transparent 64%,var(--color_mark_yellow) 0%);
	background: linear-gradient(transparent 64%,var(--color_mark_yellow) 0%);
	font-weight: 700;
}

.has-border.-border01 {
    border: var(--border01);
    margin-bottom: 0px;
    margin-top: 28px;
}

.has-border, div.has-background, p.has-background {
    padding: var(--swl-box_padding);
}



ul.check_list li:after,
ul.check_list li:before {
    position: absolute;
    content: '';
    display: block;
    background: #e89ec0;
    top: 0.43em;
    left: 0.5em;
    height: 11px;
    width: 2px;
    border-radius: 10px;
    transform: rotate(45deg);
}

ul.check_list li:before {
    top: 0.6em;
    left: 0.1em;
    height: 8px;
    transform: rotate(-45deg);
}



ul.check_list li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
}

.theContent table {
    border: none;
    border-spacing: 0;
    line-height: 1.5;
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.theContent h2:not(.h2){
	padding:1rem 0;
	border-top:3px solid #8bdcef;
	border-bottom:3px solid #8bdcef;
}

.theContent h3:not(.h3){
	border-bottom:3px solid #8bdcef;
}

.theContent h4:not(.h4) {
  padding: 0.2rem 1rem;
  border-left: 4px solid #8bdcef;
}

.b{
	font-weight: bold;
}

.btn {
  text-align: center;
}

.btn a {
  margin: 24px auto 0;
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  transition: transform 0.25s, box-shadow 0.25s;
  z-index: 1;
  background-color: #68D3BE;
  min-width: 30%;
  padding: 0.75em 1.5em;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 16px;
  text-align: center;
}

.btn a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn a:hover {
  box-shadow: 0 0 0 transparent!important;
  transform: translate3d(0, 4px, 0);
}

.c-fixBtn {
  background: #ffffff77;
  border: 1px solid var(--color_main);
  border-radius: var(--swl-radius--8,0);
  box-shadow: var(--swl-box_shadow);
  color: var(--color_main);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  line-height: 1;
  opacity: .75;
  overflow: hidden;
  text-align: center;
  transition: all .25s;
  width: 38px;
  border-radius: 50%;
  transition: background-color .25s,color .25s;
	bottom: 0.5em;
	right: 0.5em;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	position: fixed;
}

.c-fixBtn img{
	width: 16px;
	position: relative;
	top: -2px;
	display: block;
	margin: 0 auto;
}

.box-inyo {
  position: relative;
  margin: 20px auto 0px;
  padding: 5px 20px 10px 45px;
  background: #f5f5f5;
  border-left: solid 5px #8bdcef;
}

.box-inyo:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: var(--font-family2);
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.box-matome {
  margin: 20px auto 20px 20px;
  padding: 20px;
  border: 1px solid #4a4a4a;
}
.box-matome-ttl {
  position: relative;
  left: -40px;
  background-color: #8bdcef;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.flow_design {
  display: grid;
}

.flow_design ul {
  padding: 0;
}

.flow_design li {
  list-style-type: none;
}

.flow_design dd {
  margin-left: 0;
}

.flow > li {
  padding: 40px 10px;;
}

.flow > li:not(:last-child) {
  border-bottom: 2px solid #8bdcef;
  position: relative;
}

.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #8bdcef;
}

.flow > li:not(:last-child)::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow > li dl {
  margin: 0;
}

.flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.flow > li dl dt .icon02 {
  font-size: 12px;
  color: #fff;
  background: #8bdcef;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0.5em;
}

.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  padding: 15px;
}

.Qa-Box .Qa dd {
  background: #fff4f5;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1199cc;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ef8b99;
  width: 2em;
  height: 2em;
}




ul.check_list li:after,
ul.check_list li:before {
    position: absolute;
    content: '';
    display: block;
    background: #e89ec0;
    top: 0.43em;
    left: 0.5em;
    height: 11px;
    width: 2px;
    border-radius: 10px;
    transform: rotate(45deg);
}

ul.check_list li:before {
    top: 0.6em;
    left: 0.1em;
    height: 8px;
    transform: rotate(-45deg);
}



ul.check_list li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
}

.theContent table {
    border: none;
    border-spacing: 0;
    line-height: 1.5;
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.theContent h2:not(.h2){
	padding:1rem 0;
	border-top:3px solid #8bdcef;
	border-bottom:3px solid #8bdcef;
}

.theContent h3:not(.h3){
	border-bottom:3px solid #8bdcef;
}

.theContent h4:not(.h4) {
  padding: 0.2rem 1rem;
  border-left: 4px solid #8bdcef;
}

.b{
	font-weight: bold;
}

.btn {
  text-align: center;
}

.btn a {
  margin: 24px auto 0;
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  transition: transform 0.25s, box-shadow 0.25s;
  z-index: 1;
  background-color: #68D3BE;
  min-width: 30%;
  padding: 0.75em 1.5em;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 16px;
  text-align: center;
}

.btn a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn a:hover {
  box-shadow: 0 0 0 transparent!important;
  transform: translate3d(0, 4px, 0);
}

.c-fixBtn {
  background: #ffffff;
  border: 1px solid var(--color_main);
  border-radius: var(--swl-radius--8,0);
  box-shadow: var(--swl-box_shadow);
  color: var(--color_main);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  line-height: 1;
  opacity: .75;
  overflow: hidden;
  text-align: center;
  transition: all .25s;
  width: 38px;
  border-radius: 50%;
  transition: background-color .25s,color .25s;
	bottom: 0.5em;
	right: 0.5em;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	position: fixed;
}

.c-fixBtn img{
	width: 16px;
	position: relative;
	top: -2px;
	display: block;
	margin: 0 auto;
}

.komidashi2 {
  font-weight: bold;
  border: 3px solid #8bdcef;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.1rem;
}
.komidashi2::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.komidashi2::after {
  content: '';
  background-color: #8bdcef;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

.komidashi3 {
  font-weight: bold;
  border: 3px solid #ffa9b1;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.1rem;
}
.komidashi3::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.komidashi3::after {
  content: '';
  background-color: #ffa9b1;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

.box-point {
    position: relative;
    margin: 3.5em 0 1.5em;
    padding: 0.5em 1em;
    border: solid 3px #51c7e3;
}
.box-point .box-point-title {
    position: absolute;
    display: inline-block;
    top: -42px;
    left: -3px;
    padding: 8px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #51c7e3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
	box-sizing: initial;
}

.box-point2 {
    position: relative;
    margin: 3.5em 0 1.5em;
    padding: 0.5em 1em;
    border: solid 3px #ffa9b1;
}
.box-point2 .box-point2-title {
    position: absolute;
    display: inline-block;
    top: -42px;
    left: -3px;
    padding: 8px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ffa9b1;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
	box-sizing: initial;
}

.pa {
    text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: -20px;
}

ul.dot-b {
　font-weight: bold;
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}
ul.dot-b li {
	font-weight: bold;
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.5;
}
ul.dot-b li:before{
  content: '';
  position: absolute;
  background-color: #b8e9f5;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 10px;
  top: 13px;
}

.kanren {
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: normal !important;
}

.c-point {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 20px;
  
}
.c-point-ttl {
  position: relative;
  left: -40px;
  background-color: #8bdcef;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex;
}

.c-point p {
	margin:auto
}

.c-point1 {
    margin: 20px 0px 0px 20px;
    padding: 0px 0px 0px 20px;
  
}

.c-point1 p {
	margin:auto
}
/* ----------------------------------------------------------------------
特殊ふきだし
---------------------------------------------------------------------- */
.speach_balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
	margin-top: 20px;
}

.speach_balloon_text {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2;
  /*margin-bottom: 3em;*/
  min-height: 80px;
  padding: 22px 28px;
  position: relative;
}

.speach_balloon_text>*:last-child {
  margin-bottom: 0 !important;
}

.speach_balloon_text::before,
.speach_balloon_text::after {
  border-color: transparent;
  border-style: solid;
  content: '';
  pointer-events: none;
  height: 0;
  margin-top: -10px;
  width: 0;
  position: absolute;
  right: 100%;
  top: 40px;
}

.speach_balloon_user {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 36px;
  margin-bottom: 2em;
  min-width: 80px;
  text-align: center;
}

.speach_balloon_user_image {
  border-radius: 50%;
  height: 80px !important;
  width: 80px;
  object-fit: cover;
}

.speach_balloon_user_name {
  font-size: 87.5%;
  line-height: 1.2;
  margin-top: 12px;
}

.speach_balloon_user_name:only-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0;
  min-height: 80px;
}

.speech_balloon_left1 .speach_balloon_text::before,
.speech_balloon_left2 .speach_balloon_text::before {
  border-width: 8px 10px 8px 0;
  border-right-color: #ddd;
  margin-right: 2px;
}

.speech_balloon_left1 .speach_balloon_text::after,
.speech_balloon_left2 .speach_balloon_text::after {
  border-width: 8px 10px 8px 0;
  margin-right: -1.5px;
  border-right-color: #fff;
}

.speech_balloon_right1 .speach_balloon_user,
.speech_balloon_right2 .speach_balloon_user {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  margin-left: 36px;
  margin-right: 0;
}

.speech_balloon_right1 .speach_balloon_text::before,
.speech_balloon_right2 .speach_balloon_text::before {
  border-width: 8px 0 8px 10px;
  border-left-color: #ddd;
  margin-left: 2px;
  left: 100%;
}

.speech_balloon_right1 .speach_balloon_text::after,
.speech_balloon_right2 .speach_balloon_text::after {
  border-width: 8px 0 8px 10px;
  margin-left: -1.5px;
  border-left-color: #fff;
  left: 100%;
}
.speech_balloon_left2 .speach_balloon_text { 
	background-color: #ffffff;
	border-color: #8bdcef;
	color: #000000;
}
.speech_balloon_left2 .speach_balloon_text::before { 
	border-right-color: #8bdcef;
}