<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
strong {
/*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;
background: linear-gradient(transparent 70%,#F98191 40%);
color:#000;
padding:0 1px;*/
	color:#F90425;
}
u {
	background: linear-gradient( transparent 60%, #ff6600 0% );
	text-decoration: none;
	font-weight:bold;
}

/** ol 基本 **/
.article  ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  /*background: #ffff;*/
	margin-left:0.05em;
	margin-right:0.05em;
}
.article  ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
	font-size:16px;
}
.article ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #F90425;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/** ol 基本 ここまで **/

ol.s_list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
	
	margin:10px 15px;
	background-color:#fff;
	border:none;
	color:#3A3334;	
}

ol.s_list&gt;li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.2em;
	margin-bottom:2px;
}
ol.s_list&gt;li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/************ 紹介ボックス ********************/
/* リセット・回り込み解除 */
.clearfix {
    min-height: 1px;
	display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
	font-size: 0;
}
.clearfix:before{
    display: table;
    content: " ";	
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*全体ボックス*/
.wrapbox {
    padding-bottom: 15px;
    margin: 5px 0px 20px;
    border-bottom: 2px dotted #F94F66;
}

/*要約タイトル*/
.wraptitle{}

/*サービス・商品名box*/
.wrap-rank-info {}
/*サービス・商品名*/
h2.wrap-rank-name ,h3.wrap-rank-name {
    background-image: none;
    background-color: #F94F66;
    font-size: 28px;
    color: #fff;
    margin: 20px 0 0;
    text-align: left;
	border-bottom:0;
	font-size:1.3em;
}
h2.wrap-rank-name:after {
border-bottom:0 solid #FFF;
}
h2.rank-1, h2.rank-2, h2.rank-3, h2.rank-x, h3.rank-1, h3.rank-2, h3.rank-3, h3.rank-x {
	padding:15px 0px 15px 17%;
	background-size:15% auto;
	background-repeat: no-repeat;
	background-position: left center;
}
h2.rank-1 ,h3.rank-1 {
	background-image: url("/wp/wp-content/uploads/2020/02/rank1.png");
}
h2.rank-2 ,h3.rank-2 {
	background-image: url("/wp/wp-content/uploads/2020/02/rank2.png");
}
h2.rank-3 ,h3.rank-3 {
	background-image: url("/wp/wp-content/uploads/2020/02/rank3.png");
}
h2.rank-x ,h3.rank-x {
	background-image: url("/wp/wp-content/uploads/2020/02/fabric_medal_yellow.png");
}
h3.wrap-lead-title ,h4.wrap-lead-title {
	border-bottom:1px solid #FC2D79;
	color:#FC2D79;
	font-size:1.2em;
	padding-bottom:8px;
	text-align:center;
	padding-left: 2px;
}
h3.wrap-lead-title:after ,h4.wrap-lead-title:after ,h3.wrap-lead-title:before ,h4.wrap-lead-title:before {
	font-family: FontAwesome;
	content: "";
	border:0px solid transparent;
	display:none;
}

/*サービス詳細box*/
.wraprank-content {
padding: 10px 0;
border-bottom: 1px dotted #F94F66;
}
/*サービス詳細box　左側*/
.wraprank-con-left {
	width: 26%;
    float: left;
}
/*レビュー★画像box*/
.wrap-review-left {
font-size: 18px;
    margin-bottom: 8px;
    background: url() top left no-repeat;
    background-size: 220px;
    padding-top: 0px;
    padding-bottom: 3px;
    border-bottom: 3px ridge #F94F66;
}

/*左側 サービス・商品画像*/
.wraprank-con-left img,.wrap-review-left img {
    width: 100%;
	vertical-align: top;
	border: 0;
}

/*サービス・商品画像 box*/
.wrap-image-left {
font-size: 18px;
    margin-bottom: 3px;
    background: url() top left no-repeat;
    background-size: 220px;
    padding-top: 0px;
    padding-bottom: 3px;
    /*border-bottom: 3px solid #F94F66;*/
}
.wrap-image-left img[height="1"] {
	height:0;
}
.wrap-image-left img {
	/*margin-top:-22px;*/
}

/*サービス詳細box　右側*/
.wraprank-con-right {
    width: 72%;
    margin-left: 2%;
    float: left;
}
/*リスト格納用*/
.con-r-listbox{}
/*リスト格納用*/
.listpac{}

/*テーブル設定*/
.article table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
	border-color: #FFF;
	display: table;
    width: 100%;
    max-width: 100%;
}
.article tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.article table.detail-table {
    margin-bottom: 0;
    margin-top: 10px;
}
.table {
    width: 100%;
    max-width: 100%;
}

tr {
    display: table-row;
	text-align: left;
    vertical-align: inherit;
    border-color: inherit;
}
table.detail-table tr {
    border-bottom: 1px dotted #fff;
}
table.detail-table&gt;tbody&gt;tr&gt;th {
    width: 30%;
    font-size: 12px;
    border-top: initial;
    background-color: #F98191;
    padding-top: 10px;
}
.table&gt;thead&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px dotted #fff;
	font-weight:normal;
}
table.detail-table&gt;tbody&gt;tr&gt;td {
    font-size: 12px;
    border-top: initial;
    background-color: #F9CCD2;
    padding-top: 10px;
}
table.detail-table&gt;tbody&gt;tr&gt;th&gt;strong {
	color:#000;
}
table.detail-table&gt;tbody&gt;tr&gt;td&gt;strong {
	color:#000;
}



.font_s {
    font-size: 11px;
    margin: 0 !important;
    line-height: 13px;
    margin-top: 3px !important;
}

/** リンクボックス **/
.wrap-linkbox{
width: 80%;
margin: 0 auto;
	text-align:center;
}
.wrap-linkbox p {
	text-align:center;
	color:#F93650;
	font-size:1.2em;
	margin-bottom:0;
}
.wrap-linkbox br{
	line-height:0;
	height:0;
	display:none;
	
}
.link-guide {
	margin-top:3px;
	margin-bottom:0;
	font-weight:bold;
}
.link-guide:not(:last-child):after{
  font-family: 'FontAwesome';
  content: '\f0a7';
  display: block;
  font-size: 2em;
  color: #F93650;
  padding: 0.3em;
}

/* オススメbox */
.wrap-box27 {
    position: relative;
    margin: 2em 0 5px;
padding: 0.1em 0.2em;
    border: solid 3px #F93650;
}
.wrap-box27 .wrap-box27-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #F93650;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.wrap-box27&gt;h3,.wrap-box27&gt;h4{
    position: absolute;
    display: inline-block;

	top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #F93650;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;

	border-bottom: none;
		border-left: none;
	margin:0;

}
.wrap-box27 p {
    margin: 0; 
    padding: 0;
}
.wrap-box27 ul {
	font-size:14px;
	margin:5px 5px 5px 0;
}

/*ボタン*/
.wrap-btn-aria {
	display:block;
	padding-top:10px;
	padding-bottom:10px;	
}
.wrap-btn-center {
	text-align:center;
}
.wrap-btn-square-pop {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
  transition: .4s;
}
.wrap-btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.wrap-btn-square-pop:hover{
	color:#FFF;
  background: #F91130;/*背景色*/
  border-radius: 18px;/*角の丸み*/
}
/***** 紹介ボックス・ここまで ************************************/


/** メインキャラ・ふきだし ***/
.balloon5m {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon5m .faceiconm {
  float: left;
  margin-right: -90px;
margin-top:10px;
  width: 80px;
}
.balloon5m .faceiconm img{
  width: 100%;
  height: auto;
  border: solid 5px #F9435B;
  border-radius: 50%;
}
.balloon5m .chattingm {
  width: 100%;
}
.saysm {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
	border:4px solid #F9435B;
  border-radius: 12px;
  background: #fff;
}
.saysm&gt;p {
 ?margin-top: 6px;
  padding: 0;
	color:#000;
}
.saysm:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 23px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #F9435B;
}
.saysm p {
	margin: 0px 0px 6px;
  padding: 0;
}

/** ふきだし ***/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #F98191;
  border-radius: 50%;
}
.balloon5 .chatting {
  width: 100%;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
	border:3px solid #F98191;
  border-radius: 12px;
  background: #fff;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #F98191;
}
.says p {
  margin: 0;
  padding: 0;
}

/*ラベル付ボックス*/
.box27 {
    position: relative;
    margin: 2.5em 10px;
 &nbsp; &nbsp;padding: 0.5em 0.4em;
    border: solid 3px #DDF9D9;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
	padding: 0 12px;
    height: 25px;
    line-height: 30px;
font-size: 14px;
    background: #DDF9D9;
	color:#36CA1F;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
	font-feature-settings: "palt";
}
.box27 p {
    margin: 0.5em 0 0.5em; 
    padding: 0 0.5em;
	font-size:14px;
}
.box27&gt;ul&gt;li {
	font-family: "Helvetica Neue", Arial, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size:14px;
	line-height:1.9;
	margin-bottom:1em;
}
.box27&gt;ul&gt;li&gt;ol&gt;li ,.box27&gt;ol&gt;li {
	font-family: "Helvetica Neue", Arial, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size:12px;
	line-height:1.9;
	padding:0.2em 0.2em 0.2em 2.5em;
}
.box27&gt;ul&gt;li&gt;ol&gt;li:before ,.box27&gt;ol&gt;li:before{
	background-color:#36CA1F;
}
.box27&gt;ul {
	list-style:none;
}
.box27&gt;ul&gt;li:before {
	font-family: FontAwesome;
    margin-right: 0.4em;
    margin-left: -1em;
	content: '\f058';
	color:#36CA1F;
}
.box27&gt;ol {
	background-color:#FFF;
	margin:0;
}


/**ボタンデザイン**/
.btn-center {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1.25em 2.5em;
  text-decoration: none;
  color: #FFF;
  background: #F97587;/*背景色*/
  border-bottom: solid 2px #F90425;/*少し濃い目の色に*/
  border-radius: 8px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover{
	color:#FFF;
  background: #F91130;/*背景色*/
  border-radius: 18px;/*角の丸み*/
}



/** レビューbox ***/
.review-box-w1 {
  width: 100%;
  margin: 0.4em 0;
	padding:0.4em 0;
  overflow: hidden;
	/*border-bottom:1px dotted #F90425;*/
}
.review-box-w1 .review-faceicon {
  float: left;
  margin-right: -90px;
  width: 60px;
}
.reviewer-info {
	margin:0;
	font-size:12px;
	text-align:center;
	
}
.review-box-w1 .review-faceicon img{
  width: 100%;
  height: auto;
}
.review-box-w1 .review-come {
  width: 100%;
}
.review-says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 75px;
  padding: 10px 13px 10px;
  background: #fff;
  border-radius: 12px;
  border:4px solid #F9B3BD;
}
.review-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #F9B3BD;
}
.review-says p {
  margin: 0;
  padding: 0;
}
.review-says&gt;blockquote {
background: none repeat scroll 0 0 rgba(245, 245, 245, 0.0);
    border: none;
    margin: 0;
    padding: 0;
    position: relative;	
	font-size:14px;
}
.review-says&gt;blockquote&gt;p {
	color:#000;
	margin-top:8px;
}
.review-says&gt;blockquote:after {
    content: "";
}
.review-says&gt;blockquote:before {
    content: "";
}
.unb{
	border-bottom:1px dotted #F9435B;
}

/**　目次　**/
#toc_container{
	background-color:#F9E8D9;
	margin:10px 0px;
	padding:10px 2px;
}
#toc_container ul{
	padding:0 10px;	
}
#toc_container ul a{
text-decoration: none;
	color:#473E3F;
}
#toc_container p.toc_title {
	/*margin:10px -29px;*/
	padding:0px 10px 10px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	color:#473E3F;	
}
#toc_container ul&gt;li{
	list-style-type:none;
}

#toc_container ul.toc_list&gt;li{
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
    padding-left: 5px;	
}
#toc_container ul.toc_list&gt;li a{
	margin:6px 0 5px;
	display:inline-block;
	line-height:1.2em;
	}
#toc_container ul.toc_list&gt;li ul{
	margin-left:0;	
	font-size:14px;
}
#toc_container ul.toc_list&gt;li&gt;ul&gt;li{
	font-weight:bold;	
    position: relative;
    padding-left: 15px;	
}
#toc_container ul.toc_list&gt;li&gt;ul&gt;li:before{
    content: "";
    position: absolute;
	top: 0.68em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
	border-top:2px solid #8b6b4e;
    border-right: 2px solid #8b6b4e;
}
#toc_container ul.toc_list&gt;li&gt;ul&gt;li ul{
	padding-left:2em;
	font-size:14px;
}
#toc_container ul.toc_list&gt;li&gt;ul&gt;li ul&gt;li{
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 8px;
content: '.';
	color:#F90425;
}



/** 案内矢印用 **/
.guide-box{
width: 80%;
margin: 0 auto;
	text-align:center;
}

.guide-box&gt;p.ya_under {
	margin-top:20px;
	margin-bottom:3px;
	font-weight:bold;
	text-align:center;
	color: #F93650;
	line-height:120%;
}
.guide-box&gt;p.ya_under:after{
  font-family: 'FontAwesome';
  content: '\f0a7';
  display: block;
  font-size: 2em;
  color: #F93650;
  padding: 0.3em;
}

/*** 楽天用 ***/
.box-raku{
	text-align:center;
}
.box-raku table{
	text-align:center;
}
.box-raku tbody{
	text-align:center;
}
.box-raku tr{
	text-align:center;
}
.box-raku td{
	border:none;
	text-align:center;
}

/**  関連記事用  **/
.rel-box {
	display: block;
	clear: both;
	padding:20px 30px;
	margin:5px 30px;
	border:1px solid #9DAFCB;
	border-radius:5px;
	/*box-shadow: 0 0 8px #F9DBD9;*/
	position: relative;
}
.rel-box a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.rel-box a:hover {
	background-color:rgba(251,218,222,0.3);
}
.rel-pro {
	margin:2px 2px;
}
.rel-title {
	background-color:#9DAFCB;
	color:#FFF;

	margin-right:8px;
	margin-top:0px;
	font-size:13px;
	line-height:12px;
	font-weight:bold;
	padding:7px 15px 6px;
	border-radius:5px;
	display:inline-block;
}
.rel-header {

	font-weight:bold;
	/*color:#F90425;*/
	color:#5294B6;
	display:inline;
	text-decoration: underline;
}

/** 関連記事２ **/
.rel-box27 {
    position: relative;
    margin: 2.5em 2em 2em;
    padding: 1.5em 2em;
    border: solid 3px #F98191;
}
.rel-box27 .rel-box27-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    background: #F98191;
	color:#ffffff;
    font-weight: bold;
	font-size:12px;
    border-radius: 5px 5px 0 0;

}
.rel-box27 p {
    margin: 0; 
    padding: 0;
}
.rel-box27 p&gt;a {
	font-weight:bold;
	text-decoration:none;
}

/*--家でできる趣味--------------------------------------------------*/
.syumi_list {
}
.syumi_box {
	border:1px solid #DDD;
	border-radius:10px;
	padding:3px 0px 15px;
	margin:10px 2px 15px;
	box-shadow: 0px 0px 2px 1px #DDD;
}
.syumi_box_con {
	margin-bottom:20px;
	padding:0 10px;
	/*border-bottom:1px dotted #AAA;*/
	
}
.syumi_img {
	margin-top:0px;
	margin-bottom:0px;
}
.syumi_img a:hover img{
	opacity:0.7;
}
.cate_point {
  font-size: 0.8em;
	margin:10px 0px 2px;
	line-height:12px;
	text-align:right;
	margin-top:8px;
	color:#FF9205;
}
.cate_point&gt;a {
	color:#FFF;
	text-decoration:none;
	background-color:#FF9205;
	padding:3px 10px;
  border-radius: 15px;
	margin-right:5px;
}
.cate_point&gt;a:hover {
	color:#FEF4F4;
}
.sk_c {
	color:#00C7EA;
}
.sk_c&gt;a {
	background-color:#00C7EA;
}




.syumi_list&gt;h2 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
  background-color:transparent;
  border-left:0px solid #AAA;
  text-align:center;
}
.syumi_list&gt;h2:before {
  content: "";
  position: absolute;
  background: #ffd69d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
	opacity:0.4;
}
.syumi_list&gt;h2:after {
	border-bottom:0px solid #FFF;
}


.syumi_box&gt;h3 ,.syumi_box&gt;h2{
	background-color:#FFF;
	color:#000;
	border-bottom:2px solid #F9435B;
	border-left:0px solid #FFF;
	font-weight:normal;
	margin:0px 0px 0px;
	padding:20px 20px 10px;
	text-align:center;
}
.syumi_box&gt;h2:after {
	border:0px solid #FFF;
}




.syumi_box_con&gt;h4 ,.syumi_box_con&gt;h3 {
	color:#666;
	font-size:16px;
	position: relative;
	text-shadow: 0 0 2px white;
	padding-bottom:3px;
	border-bottom:3px dashed #FFA79F;
	border-left:0;
	margin-left:0.3em;
}
.syumi_box_con&gt;h4:before ,.syumi_box_con&gt;h3:before {
  content: "";
  position: absolute;
  background: #FFA79F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.syumi_box_con&gt;p.syumi_con {
	margin:2px 1.2em 16px 1.2em;
	font-size:14px;
}
.sc_sub_title {
	font-weight:bold;
	margin:2px 1.2em 0.5em 1.8em;
	font-size:14px;
}
.sc_sub_title:before {
	font-family: FontAwesome;
    margin-right: 0.4em;
    margin-left: -1em;
	content: '\f058';
	color:#F90425;
}

.sc_right {
	text-align:right;
}

.syumi_box_con&gt;ul {
	margin-top:20px;
	list-style:none;
}
.syumi_box_con&gt;ul&gt;li {
	font-family: "Helvetica Neue", Arial, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size:15px;
	line-height:1.5;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
.syumi_box_con&gt;ul&gt;li:before {
	font-family: FontAwesome;
    margin-right: 0.4em;
    margin-left: -1em;
	content: '\f058';
	color:#F90425;
}

.syumi_fotter-botton {
	margin:10px 1em 25px;
	overflow:hidden;
	padding:0.6em 1.2em;
}
.syumi_fotter-botton&gt;.syumi-fb-left {
	float:left;
	width:50%;
}
.syumi_fotter-botton&gt;.syumi-fb-right {
	float:left;
	width:50%;
}





.syumi_tag_list {
	padding:0px 10px 10px;
}
.syumi_tag_list&gt;ul {
margin: 0px;
  padding: 0;
  list-style: none;	
}
.syumi_tag_list&gt;ul li {
  display: inline-block;
  padding: 0.1em 0.8em;
  border-radius: 15px;
  text-decoration: none;
  color: #FFF;
  background: #72a1f7;
  font-size: 0.8em;
  margin-bottom:2px;
	margin-left:1px;
}
.syumi_tag_list&gt;ul li.tag_on_list{
 &nbsp;color:#FFF;
  background:  #FF1493;	
}
.syumi_tag_list&gt;ul li.cate_list {
	background:#FF9205;
}
.cate_ver {
		padding-top:5px;
	background:#FFEBD1;
	margin-bottom:30px;
}
.cate_ver&gt;p {
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	color:#844D00;
}

.syumi_tag_list&gt;ul li.cate_list_shikaku {
	background:#00C7EA;
}
.cate_ver_shikaku {
		padding-top:5px;
	background:#D1F8FF;
	margin-bottom:30px;
}
.cate_ver_shikaku&gt;p {
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	color:#005B6B;
}

.syumi_tag_list&gt;ul li a {
  text-decoration: none;
  color: #fafad2;
}
.syumi_tag_list&gt;ul li a:hover {
  color: #FFF;
}
.syumi_link_box{
	padding:0 10px;
}

.syumi_link_box&gt;h4 ,.syumi_link_box&gt;h3 {
	color:#666;
	position: relative;
  text-shadow: 0 0 2px white;
	padding-bottom:3px;
	border-bottom:3px dashed #FFA79F;
	margin-left:0.3em;
}
.syumi_link_box&gt;h4:before ,.syumi_link_box&gt;h3:before {
  content: "";
  position: absolute;
  background: #FFA79F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}


.syumi_link_box a {
	display:inline-block;
  padding: 0;
	margin-bottom:15px;
	margin-left:0;
	padding-left:1em;
	padding-top:0.1em;
	border-left: solid 8px #F90425;/*左側の線*/
	font-size:14px;
}
.syumi_tsushin_box {
	background: #FDEFF2;
	padding:3px;
	margin:2px 0 8px;
	/*border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;*/
}
.syumi_tsushin_box&gt;h3,.syumi_tsushin_box&gt;h4 {
	margin:10px 3px 15px;
	padding:8px 5px;
	color:#F90425;
	/*text-align:center;*/
	border-bottom:1px solid #F9435B;
	border-left-width:0px;
}


.tsushin_box {
	display:block;
	background-color:#FFF;
	margin:5px;
	padding:5px 10px;
	border:1px solid #DDD;
}
.tsushin_box&gt;.tsushin_header {
	font-size:8px;
	font-weight:bold;
	margin-top:3px;
}
.tsushin_header&gt;h2,.tsushin_header&gt;h3,.tsushin_header&gt;h4,.tsushin_header&gt;h5,.tsushin_header&gt;h6{
	font-size:10px;
	border:0px;
	padding:0;
	margin:3px 0 0 0;
	background:transparent;
}
.ts_num {
	border-radius:50%;
	padding:2px 8px;
	margin-right:3px;
	margin-left:-5px;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
}
.ts_red {background: #F90425;}
.ts_green {background: #04F739;}
.ts_blue-green {background: #00bcd4;}
.ts_gray {background: gray;}
.ts_blue {background: #04BAF7;}
.ts_skyblue {background: #00C7EA;}
.ts_orange {background: #FF9205;}

.tsushin_box&gt;.tsushin_top {
	font-weight:bold;
	margin-bottom:1em;
	margin-top:1.5em;
}
.tsushin_meta&gt;.tsushin_body-meta {
	font-size:12px;
	overflow:hidden;
	line-height:1.6em;
}
.tsushin_body-meta&gt;.tsushin_meta-left{
	width:45%;
	margin-right:2%;
	float:left;
}
.tsushin_body-meta&gt;.tsushin_meta-right{
	width:45%;
	float:right;
}
.tsushin_box&gt;.tsushin_body{
	overflow:hidden;
}
.tsushin_body&gt;.tsushin_meta{
	font-size:12px;
	overflow:hidden;
	width:49%;
	float:right;
}
.ts_mds {
	font-weight:bold;
	color:#F77487;
	margin-right:0.4em;
}
.tsushin_box&gt;.tsushin_con{
	margin:2px 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 10px;
	background:#EEE;
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
}
.tsushin_con_lead{
	margin:2px 10px;
	border-top:1px solid #F90425;
	border-bottom:1px solid #F90425;
	padding:10px 10px;
	background:#F7D7DC;
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
}
.tsushin_text{
	margin:2px 0px;
	/*border:1px solid #F90425;
	background:#F7E3E6;*/
	padding:10px 0px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:14px;
	color:#000;
}
.tsushin_text&gt;p {
	margin-bottom:8px;
}
.tsushin_text&gt;h2, .tsushin_text&gt;h3, .tsushin_text&gt;h4, .tsushin_text&gt;h5, .tsushin_text&gt;h6 {
	font-size:16px;
	border:0px;
	padding:0;
	margin:3px 0 5px 0;
	background:transparent;	
	color:#F90425;
}
.tsushin_kuchikomi_box&gt;h2, .tsushin_kuchikomi_box&gt;h3, .tsushin_kuchikomi_box&gt;h4, .tsushin_kuchikomi_box&gt;h5, .tsushin_kuchikomi_box&gt;h6 {
	font-size:16px;
	border:0px;
	padding:0;
	margin:3px 0 5px 0;
	background:transparent;	
	color:#F90425;
}



.tsushin_kuchikomi_box {}
.tsushin_meta&gt;.tsushin_meta-con{
}
.tsushin_meta&gt;.tsushin_meta-shikaku{
	border:1px solid #F77487;
	margin:0.8em 0.1em;
	padding:1em;
	line-height:2.2em;
}
.tms_14 {
	font-size:14px;
	margin-bottom:0.5em;
}
.tms_10 {
	font-size:12px;
	line-height:1.2em;
	margin-bottom:0.5em;
}
.tsushin_body&gt;.tsushin_img{
	width:49%;
	float:left;
	max-width:320px;	
}

.tsushin_fotter {
	overflow:hidden;
}
.tsushin_fotter&gt;span {
	font-size:12px;
	font-weight:bold;
	padding:0.4em;
	margin:0 0.5em 0.5em 0;
	border:1px solid #DDD;
	display:block;
	float:left;
	letter-spacing: -0.05em;
}
.ts_footer_icon {
	color:#70003B;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	padding:0.4em;
	margin:0 0.5em 0.5em 0;
	border:1px solid #DDD;
	background-color:#FFF2F9;
	border-radius:3px;
	display:block;
	float:left;
	letter-spacing: -0.06em;
}
.tsushin_box&gt;.tsushin_fotter-botton {
	margin:10px 0;
	overflow:hidden;
}
.tsushin_fotter-botton&gt;.ts-fb-left {
	float:left;
	width:50%;
}
.tsushin_fotter-botton&gt;.ts-fb-right {
	float:left;
	width:50%;
}
.ts_btn {
  color: #FFF;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
	display:block;
	width:98%;
	text-align:center;
	font-size:14px;
	padding:12px 3px;
}
.ts_btn:before {
	font-family: FontAwesome;
    margin-right: 0.4em;
    margin-left: -1em;
	content: '\f058';
	color:#FFF;
}
.ts_btn:hover {
	color:#FEF5C7;
	background:#F7D204;
	/*opacity:0.7;*/
}




/*------.syumi_tsushin_boxここまで-----------------------------------------------------------------*/

/*------.more-items-list-----------------------------------------------------------------*/

.more-items-list {
	  overflow: hidden;
}
.more-item-box {
	border:1px solid #AAA;
	width:24%;
	margin-left:0.5%;
	margin-bottom:0.8%;
	display:block;
}
.mi-fl-left {float:left;}
.mi-img {}
.mi-img img{
	/*width:100%;*/
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.mi-con {
	margin:0 5% 5%;
}
.mi-title {
	font-weight:bold;
	text-align:center;
	color:#02C39A;
	margin:5% 0 2%;
	text-decoration: solid none purple 0px;
	line-height:18px;
	display:block;
	height:38px;
}
.mi-description {
	font-size:0.5em;
	line-height:1.5em;
	color:#AAA;
	text-decoration:none;
}
.mi-link {
	font-size:0.5em;
	line-height:1.5em;
	text-align:right
}

/*------.more-items-listここまで-----------------------------------------------------------------*/

.syumi_title_box{
	padding-bottom:10px;
}

.syumi_title_box&gt;h2, .syumi_title_box&gt;h3 {
 &nbsp;position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
	border-left:0;
	border-bottom:0;
	margin-top:1.5em;
	background:transparent;
	padding:3px 10px 10px;
}
.syumi_title_box&gt;h2:before, .syumi_title_box&gt;h3:after {
  content: "";
  position: absolute;
  background: #FFA79F;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
	opacity:0.2;
} 
.syumi_title_img {
	margin:0px;
}

.syumi_tokki {
	padding:18px 20px 20px;
	margin:10px 10px 20px;
	background:#FDEFF2;
	/*border:3px dashed #FC8AA3;
	box-shadow:0 0 0 10px #FDEFF2;*/
}
.syumi_tokki&gt;p {
	color:#2B0007;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:12px;
}
.syumi_tokki&gt;h3, .syumi_tokki&gt;h4 {
	border-bottom:0;
	font-size:16px;
	color:#BA173A;
	margin:5px 0 3px;
	padding:0;
}



/*家でできる趣味box内 楽天box*/
.raku-box {
	padding: 5px;
    margin: 5px 0px 15px;
    border: 1px solid #FFF;
	border-radius:3px;
	background-color:#F9F2F3;
}
.raku-left {
	width: 38%;
    float: left;
	padding:5px;
}
.raku-left img{
	border:1px solid #F99AA7;
}
.raku-right {
    width: 54%;
    margin-left: 0.5%;
    float: left;
	padding:20px 5px 20px;
}
.raku-right&gt;p.raku-pro {
	display:block;
	font-size:14px;
}
.raku-right a {
	/*font-weight:bold;*/
}
.raku-box a:hover img {
	opacity:0.5;
}

.op1 {
	font-size:10px;
	color:#FFF;
	background-color:#F00;
	padding:1px 3px 1px 5px;
	margin-bottom:2px;
}

/*--家でできる趣味・ここまで------------------------------------------*/


/**************** Q&amp;A box *****************/

/********************************/
.balloon{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonAns{
  flex-direction: row-reverse;
}
.balloon-img{
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.balloon-text{
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
.balloon-text-inner{
  margin: auto;
	color:#000;
}
.balloon-text-inner&gt;p{
	color:#000;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonQue .balloon-text{
  margin: 0 0 0 15px;
  background: #F1F9D9;
}
.balloonAns .balloon-text{
  margin: 0 15px 0;
  background: #F9E5E8;
}
.balloonQue .balloon-text::before{
  left: -16px;
  border-right: 16px solid #F1F9D9;
}
.balloonAns .balloon-text::before{
  right: -16px;
  border-left: 16px solid #F9E5E8;
}
.balloon-img&gt;p {
	text-align:center;
	font-size:10px;
	margin-top:1px;
	margin-bottom:1px;
}

.balloon-text-inner&gt;blockquote {
background: none repeat scroll 0 0 rgba(245, 245, 245, 0.0);
    border: none;
    margin: 0;
    padding: 0;
    position: relative;	
}
.balloon-text-inner&gt;blockquote&gt;p {
	color:#000;
}
.balloon-text-inner&gt;blockquote:after {
    content: "";
}
.balloon-text-inner&gt;blockquote:before {
    content: "";
}
/**************** Q&amp;A box ここまで *****************/

/* タグ風デザイン */
p.like-tag {
	padding:3px 10px 3px 8px;
	color:#F7F5F2;
	font-size:12px;
}
.like-tag {
  position: relative;
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 0.8em;
  background-color:#F7AB07;
}
.like-tag:after {/*三角の部分*/
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #F7AB07;/*背景色*/
  border-width: 14px 12px;
  width: 0;
  height: 0;
}
.like-tag&gt;a {
  display: inline-block;
  padding: 0 3px 0 7px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  color: #747772;
  background: #F7AB07;/*背景色*/
  font-size: 13px;
}
.like-tag&gt;a:hover {
  color: #FFF;
}
/* タグ風デザイン・ここまで */

/**Tow Week News ２週間前のニュース**/
.TW_content {}
.TW_content&gt;h3 {
	font-size:18px;
	margin-top:20px;
}
.TW_content&gt;h4 {
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:20px;
	padding-bottom:1px;
}
.TW_content&gt;h4:before {
	content:"";
	background:#FFF;
	opacity:0;
}
.TW_content&gt;h4:after {
	border:0px solid #FFF;
}
.TW_content&gt;p{
	padding:5px 5px;
	font-weight:bold;
}
.TW_news{
	display:block;
	border:1px solid #DDD;
	font-size:15px;
	margin:2px 15px 5px;
}
.TW_cate{
	font-size:13px;
	margin-left:5px;
	color:#AAA;
	font-weight:normal;
}
.TW_news_link{
	font-weight:bold;
}
.TW_content&gt;p.TW_before{
	display:block;
	text-align:center;
	padding:30px 10px;
	border:1px solid #F92A46;
	margin:40px 32px 40px;
}
.TW_before_link{}

/**** 資格詳細 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.sk_Details {
	line-height:1.4em;
}
.sk_Details&gt;tr&gt;th {
	text-align:center;
	color:#F91C64;
}
.sk_Details&gt;tr&gt;th, .sk_Details&gt;tr&gt;td {
	padding:1.3em 0.8em;
	font-size:12.8px;
}

/**** キャンペーン用 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.campain-01 {
	background-color:#FF0;
	display:block;
	padding-bottom:1em;
	margin:10px 0;
}
.campain-body {
	overflow: hidden;
	padding:5px 20px;
}
.campain-top {
	font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1.5em;
	text-align:center;
	color:#F90425;
}
.campain-text{
	font-size:14px;
	overflow:hidden;
	width:49%;
	float:left;
}
.campain-list {
	font-size:14px;
	overflow:hidden;
	width:100%;
	float:left;	
}
.campain-list&gt;ul&gt;li {
    font-family: "Helvetica Neue",Arial,"Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: .5em;
    margin-top: .5em;
}
.campain-list&gt;ul {
	margin-top: 20px;
    list-style: none;
}
.campain-list&gt;ul&gt;li:before {
	font-family: FontAwesome;
    margin-right: .4em;
    margin-left: -1em;
    content: '\f058';
    color: #F90425;
}
.campain-img{
	width:49%;
	float:right;
	max-width:320px;	
}
.campain-footer {
	font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1.5em;
	text-align:center;
	width:100%;
	height:3em;
	display:block;
	position: relative;
}

.campain-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #FFF;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
	display:block;
	width:80%;
	text-align:center;
	font-size:14px;
	padding:12px 3px;
}
.campain-btn:before {
	font-family: FontAwesome;
    margin-right: 0.4em;
    margin-left: -1em;
	content: '\f058';
	color:#FFF;
}
.campain-btn:hover {
	color:#FEF5C7;
	background:#F7D204;
	/*opacity:0.7;*/
}

/**　メリット　**/
.merit {
  position: relative;/*相対位置*/
padding: 1em 0.5em 1em 1.5em  !important;/*アイコン分のスペース*/
	border-left:0px !important;
  line-height: 1.4;/*行高*/
  color: #F90425;/*文字色*/
  background: #fffff4;
}

.merit:before {
  font-family: FontAwesome;/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 1em;/*アイコンの位置*/
  color: #F90425; /*アイコン色*/
}

/********************************************************************************/

.rtu {}
.rtu td {
	border-color:#FFF;
}


ul.top_menu{}
ul.top_menu&gt;li{font-size:18px;}
ul.top_menu&gt;ul{margin-top:0.5em; margin-bottom:0.8em;}
ul.top_menu&gt;ul&gt;li{font-size:12px; list-style-type:none;}

/***2023導入 ここから****************************************************************/
/**** 比較表用 ******************************/
.hk23-contents {
	overflow: auto;
	overflow-y: hidden;
	transform: rotateX(180deg);	
}
.hk23-table{
  transform: rotateX(180deg);
}

.hk23-table&gt;table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #5e5e5e;
	width: 100%;
	/*min-width: 850px;*/
	table-layout:fixed;
	font-size:14px;
	margin:0;
}
.hk23-table th {color:#FFF; background-color:#0084d1; border:6px solid #FFF !important; text-align:center; padding:10px !important;}
.hk23-table tr {border-bottom:2px solid #FFF !important;}
.hk23-table td {text-align:center; padding:8px !important;	border:6px solid #FFF !important;
	/*border-left:6px solid #FFF !important;
	border-top:0px solid #FFF !important;
	border-right:6px solid #FFF !important;
	border-bottom:0px solid #FFF !important;*/
}
.hk23-table td p {margin:0 0 0.3em 0 !important; padding:0 10px !important; /*line-height:140%  !important;*/}
.hk23-table th p {margin:0 0 0.3em 0 !important; padding:0 0px !important; line-height:120%  !important;}

.hk23-table td p.none-pad {padding:0 !important;}
.hk23-table td blockquote ul {margin:0;}

.ht23tr01 {}
.ht23tr01&gt;td, .ht23td01 {background-color:#CEF5FF; }
.ht23tr01&gt;th {background-color:#CEF5FF; color:#0084d1;}

.ht23tr02 {}
.ht23tr02&gt;td, .ht23td02 {background-color:#E8FAFF;}
.ht23tr02&gt;th {background-color:#E8FAFF; color:#0084d1;}
.ht23tr01&gt;th a, .ht23tr02&gt;th a {color:#0084d1 !important;}

.hk23_inTH {background-color:#009DFF !important; color:#FFF !important; line-height:1.2em;}
.hk23_inTotal {margin:2em 0 0;}

.hk23-table&gt;table th&gt;a {color:#FFF;}
.hk23-table&gt;table th&gt;strong&gt;a {color:#FFF;}
.hk23-table&gt;table th&gt;strong {color:#FFF;}
.hk23-table&gt;table th.td_cent01,
.hk23-table&gt;table td.td_cent01{
	text-align: center;
}
.hk23-table&gt;p {margin:0.2em;}
.hk23-table ul {padding-left:10px; list-style: none;}
.hk23-table li {text-indent: -1em; padding-left:1em; margin-bottom:0.4em;}

.hk23-table blockquote {background-color: transparent; border-color:transparent; background-image:none; padding:0; margin:0;}
.hk23-table blockquote:before {content:"";}
.hk23-table blockquote:after {content:"";}

.al-left {text-align:left !important;}
.al-right {text-align:right !important;}
.th-ko {background-color:#59BFFF !important; color:#FFF !important;}


.tak-Tag-box {font-weight:normal !important;}

/** ランキングユニット **/
.hk23-ran {border-radius:10px; margin:0.5em 0 1em;}
.hk23-ran-b00 {border:1px solid #AAA;}

.hk23-ran p {}

.hk23-ran-img {}
.hk23-ran-img img {width:100%;}

.hk23-ran_title {position: relative; background: #f1f8ff; padding: 1em 1em; border-left: solid 3.4em #5c9ee7; margin:1em 18px 0.4em;}

.hk23-ran_title h2,.hk23-ran_title h3, .hk23-ran_title h4 {padding:0; margin:0; color:#2541B2; background-color:transparent; border:0px;}
.hk23-ran_title h3:first-letter {color:#2541B2;}

.hk23-ran_title:before {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif; position: absolute; padding: 0em; color: white; font-weight: 900; left: -3.45em;  top: 52%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width:3em; text-align:center; font-size:0.85em;}
.hk23-ran_num-01:before {content: "1";}
.hk23-ran_num-02:before {content: "2";}
.hk23-ran_num-03:before {content: "3";}
.hk23-ran_num-04:before {content: "4";}
.hk23-ran_num-05:before {content: "5";}
.hk23-ran_num-06:before {content: "6";}
.hk23-ran_num-07:before {content: "7";}
.hk23-ran_num-08:before {content: "8";}
.hk23-ran_num-09:before {content: "9";}
.hk23-ran_num-10:before {content: "10";}
.hk23-ran_num-11:before {content: "11";}
.hk23-ran_num-12:before {content: "12";}
.hk23-ran_num-13:before {content: "13";}
.hk23-ran_num-14:before {content: "14";}
.hk23-ran_num-15:before {content: "15";}
.hk23-ran_num-16:before {content: "16";}
.hk23-ran_num-17:before {content: "17";}
.hk23-ran_num-18:before {content: "18";}
.hk23-ran_num-19:before {content: "19";}
.hk23-ran_num-20:before {content: "20";}
.hk23-ran_num-21:before {content: "21";}
.hk23-ran_num-22:before {content: "22";}
.hk23-ran_num-23:before {content: "23";}
.hk23-ran_num-24:before {content: "24";}
.hk23-ran_num-25:before {content: "25";}
.hk23-ran_num-26:before {content: "26";}
.hk23-ran_num-27:before {content: "27";}
.hk23-ran_num-28:before {content: "28";}
.hk23-ran_num-29:before {content: "29";}
.hk23-ran_num-30:before {content: "30";}

.hk23-ran_num-topic:before {font-family: FontAwesome; content: "\f040";}

.hk23-ran h4 {margin-left:18px; margin-right:18px;}
.hk23-ran h4:before {content:'\f02b'; font-size: 0.7em;}

/* h4初期化 */
.hk23-ran_title h4:before {content: ""; background: #FFF; width: 0px; height: 0px;}
.hk23-ran_title h4:after {border:0px;}



.hk23_btn {padding:1em; text-align:center; display:block; font-size:1em; font-weight:bold; color:#FFF; text-decoration:none; margin-top:20px; margin-bottom:50px; box-shadow: 0px 2px 4px gray; border-radius: 5px;}

.hk23_btn:hover ,.hk23_btn-h:hover ,.hk23_btn-m:hover {opacity: 0.5;}
.hk23_cp {font-weight:bold;	letter-spacing:-0.05em;	text-align:center; margin-bottom:-15px;}

.hk23_btn-h {padding:1em; text-align:center; display:block; font-size:1em; font-weight:bold; color:#FFF; text-decoration:none; margin:20px 0.25em 50px; box-shadow: 0px 2px 4px gray; border-radius: 5px; width:50%;}
.hk23_btn-hm {padding:0.2em; text-align:center; display:block; font-size:1em; font-weight:bold; color:#FFF; text-decoration:none; margin:0.5em 0em 0.5em; box-shadow: 0px 2px 4px gray; border-radius: 5px; width:50%;}

.hk23_btnBox {display: flex; justify-content: center;}

.hk23_btn-m {padding:0.2em; text-align:center; display:block; font-size:1em; font-weight:bold; color:#FFF; text-decoration:none; margin-top:0.5em; margin-bottom:0.5em; box-shadow: 0px 2px 4px gray; border-radius: 5px;}


.bc_red {background-color:#CE0030;}
.bc_orenge {background-color:#FF4400;}
.bc_green {background-color:#00CE9E;}
.bc_blue {background-color:#0060CE;}

ul.hk23_pint {list-style-type:none; padding-left:15px; margin:0; }
ul.hk23_pint&gt;li{text-align:left; margin:0.4em 0 0.4em; line-height:1.2em;}
ul.hk23_pint&gt;li:before {font-family: FontAwesome; margin-right: 0.4em; margin-left: -1em; content: '\f058'; color:#36CA1F;}
ul.hk23_pint&gt;p {font-size:0.95em; color:#2541B2; display:block; margin:20px 0 2px; line-height:100%; text-align:left; padding-left:0;}
ul.hk23_pint&gt;p.lead {font-size:0.95em; color:gray; font-weight:bold;}

/**見出し**/
.hk23_lead01 {
  position: relative;
  padding: 0.6em;
  background: #00B5ED;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:120%;
}
p.hk23_lead01 {
	line-height:140%;
	padding:10px 18px;
	margin-bottom:25px;
	border-radius:10px;
}

.hk23_lead01:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 8px solid transparent;
  border-top: 8px solid #00B5ED;
  width: 0;
  height: 0;
}

.hk23prCard {position:relative; display:block; padding:0.3em;}
.hk23prBox {display: flex; margin:0.5em;}
.hk23prCon {display:block; padding:0.3em; font-size:0.85em;}
.hk23prCon p {margin:0 0 0.5em; padding:0 0.2em; line-height:1.5em;}

.hk23prCard .box-title {position: absolute; display: inline-block; top: -41px; left: -3px; padding: 0 9px; height: 25px; line-height: 25px; font-size: 16px; background: #62c1ce; color: #ffffff; font-weight: bold; border-radius: 5px 5px 0 0;}


/* ボックスデザイン ************/

/* チェックポイント */
.hk23-ran-point {position: relative; border: solid 2px #5C9EE7; background: #F1F8FF; line-height: 1.4; padding: 0.4em 0.5em; margin: 2em 18px 2em;}
.hk23-ran-point:after {/*タブ*/ position: absolute; font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif; font-weight: 900; content: '\f0a7\ CHECK POINT'; background: #5C9EE7; color: #fff; left: 0px; bottom: 100%; border-radius: 5px 5px 0 0; padding: 5px 7px 3px; font-size: 0.7em; line-height: 1; letter-spacing: 0.05em;}

.hk23-ran-point ul,.hk23-ran-point ol {color: #668ad8;/*文字色*/ background: #f1f8ff; /*背景色*/ padding: 0.5em 0.5em 0.5em 2em;margin:0;	font-weight:bold;}
.hk23-ran-point ul li,.hk23-ran-point ol li { line-height: 1.5; padding: 0.5em 0;}
.hk23-ran-point ol li,.hk23-ran-point ol li { line-height: 1.5; padding: 0.5em 0 0.5em 2em;}

/* 汎用 影付き */
.hk23-box30 {margin: 2em 0; background: #f1f1f1; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);}
.hk23-box30 .box-title {font-size: 1.2em; background: #5fc2f5; padding: 4px; text-align: center; color: #FFF;  font-weight: bold; letter-spacing: 0.05em;}
.hk23-box30 p {padding: 15px 20px; margin: 0;}

/* 汎用 横長タイトル */
.hk23-box29 {margin: 2em 0; background: #dcefff;}
.hk23-box29 .box-title {font-size: 1.2em; background: #5fb3f5; padding: 4px; text-align: center; color: #FFF; font-weight: bold; letter-spacing: 0.05em;}
.hk23-box29 p {padding: 15px 20px; margin: 0;}

/* 汎用 タブタイトル */
.hk23-box27 {position: relative; margin: 2em 0; padding: 0.5em 1em; border: solid 3px #62c1ce;}
.hk23-box27 .box-title {position: absolute; display: inline-block; top: -27px; left: -3px; padding: 0 9px; height: 25px; line-height: 25px; font-size: 17px; background: #62c1ce; color: #ffffff; font-weight: bold; border-radius: 5px 5px 0 0;}
.hk23-box27 p {margin: 0; padding: 0;}



/***2023導入 ここまで*************************************************************** /



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

	main.main {
		padding:5px;
	}

.tsushin_body&gt;.tsushin_meta{
	width:100%;
}	
.tsushin_body&gt;.tsushin_img{
	width:100%;
}	
.tsushin_box&gt;.tsushin_fotter&gt;span {
	font-size:8px;
	}

.more-item-box {
	width:48%;
	}	

	.campain-text,.campain-img,.campain-list{
		width:100%;
}
	
}



/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
	.cstmreba .booklink-image,
	.cstmreba .kaerebalink-image,
	.cstmreba .tomarebalink-image {
		width:100%;
		float:none;
	}
	.cstmreba .booklink-link2&gt;div,
	.cstmreba .kaerebalink-link1&gt;div,
	.cstmreba .tomarebalink-link1&gt;div {
		width: 32.33%;
		margin: 0.5%;
	}
	.cstmreba .booklink-info,
	.cstmreba .kaerebalink-info,
	.cstmreba .tomarebalink-info {
	  text-align:center;
	  padding-bottom: 1px;
	}
}






/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
	.cstmreba .booklink-link2&gt;div,
	.cstmreba .kaerebalink-link1&gt;div,
	.cstmreba .tomarebalink-link1&gt;div {
		width: 49%;
		margin: 0.5%;
	}
}
</pre></body></html>