/*
Theme Name: ictnewswp21
Description: ICT news WP テーマ
*/

/* 共通 */

body {
    margin: 0;
    color: #333;
    font-family: arial, sans-serif;
    line-height: 2;
    overflow-x: hidden;
}
img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 2rem;
}
strong {
    color: #ff0000;
}
em {
    font-weight: bold;
    font-style: normal;
}
/* パン屑リスト */

.breadcrumbs ol {
    margin: 0.5rem 0 2rem 0;
    padding: 0;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li::after {
    content: '>';
    padding: 0 1rem;
}
.breadcrumbs li:last-child::after {
    display: none;
}
/* 見出し */

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
    font-weight: 400;
    border: none;
}
h1 {
    margin: 0;
    padding: 5rem 2rem;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    background-image: url(images/h1_bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
h2 {
    margin: 2rem 0;
    padding: 0.5rem 0 0.5rem 3.5rem;
    font-size: 1.8rem;
    vertical-align: middle;
    background-image: url(images/h2_icon.png);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: left 5px;
}
h2.waku {
    margin: 2rem 0;
    padding: 0.8rem 1.2rem;
    color: #1eaa39;
    font-size: 1.4rem;
    vertical-align: middle;
    border: 2px solid #1eaa39;
    border-radius: 5px;
    background-image: initial;
    background-size: initial;
    background-repeat: initial;
    background-position: initial;
}
h3 {
    margin-bottom: 2rem;
    padding: 0.8rem 1.2rem;
    color: #fff;
    border: none;
    font-size: 1.4rem;
    border-radius: 5px;
    background-color: #1eaa39;
}
h4 {
    margin: 1.4rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #f60;
}
.lead {
    margin: 1rem 0 3rem 0;
    color: #1eaa39;
    font-size: 1.4rem;
    text-align: center;
}
/* --- サブメニュー（カテゴリ内横断） ----------------------------------- */
.submenu ul {
    margin: 0 0 3rem 0;
    padding: 0;
	display:flex;
	list-style-type: none;
}
.submenu li {
width:100%;
    letter-spacing:normal;
    margin: 0;
    padding: 0.5rem 1rem;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.submenu li:first-child {
    padding-left: 1.5rem;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.submenu li:last-child {
    padding-right: 1.5rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.submenu li.active {
    color: #fff;
    background-color: #666;
}
.submenu li.active a {
    color: #fff;
    background-color: #666;
    display: block;
}
.submenu li a {
    display: block;
}
/* --- カードボタン ----------------------------------- */

.card_btn {
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.card_btn_body {
    padding: 1rem;
}
.card_btn_body a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.card_btn_tit {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
    font-weight: 400;
}
.card_btn_tit a {
    font-size: 1.2rem;
    line-height: 1.5;
    vertical-align: middle;
}
/* --- 中ボタン ----------------------------------- */

.naka_btn {
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.naka_btn_body {
    padding: 1rem;
}
.naka_btn_tit {
    padding-right: 1rem;
            font-family: 'M PLUS Rounded 1c', sans-serif;
}
.naka_btn_tit a {
    font-size: 1.2rem;
    line-height: 1.5;
    vertical-align: middle;
}
.naka_btn_comment {
    font-size: 0.8rem;
    line-height: 1.5;
    padding-top: 0.5rem;
}
.naka_btn_tit::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 1.7rem;
    right: 1rem;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
}
.nana_btn .naka_btn_tit::after {
    top: 40%;
}
.shinchiku_btn .naka_btn_tit::after {
    top: 44%;
}
.syuugou_btn .naka_btn_tit::after {
    top: 44%;
}
.shinchiku_btn img {
	width: 100px;
	vertical-align: middle;
	color: #fdb92c;
	margin-top: -20px;
}
.shinchiku_btn {
	overflow: hidden;
	padding: 2.5rem 1rem;
}
.syuugou_btn {
	padding: 1.1rem 0 1rem 0.5rem;
}
.shinchiku_btn .small,
.syuugou_btn .small {
	color: #ff0000;
}
.syuugou_btn img {
	width: 46px;
}
.naka_btn a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.naka_btn.aka_btn {
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
    background-color: #ff0000;
    border: 0px solid #ccc;
    border-radius: 5px;
}
.naka_btn.aka_btn:hover {
    background-color: #ff3333;
}
.naka_btn.aka_btn a {
	color: #fff !important;
}
.naka_btn.aka_btn .naka_btn_tit::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* --- 中ボタン（サムネイル） ----------------------------------- */

          .thumbnail_btn {
            position: relative;

            margin-bottom: 2rem;
            padding: 0;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
          }

          .thumbnail_btn_body a::after {
            position: absolute;

            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
          }

          .thumbnail_btn_head img {
            vertical-align:top;         
          }

          .thumbnail_btn_body {
            padding: 0.8rem;
          }

          .thumbnail_btn_tit {
            margin-bottom: 0.5rem;
            text-align: left;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            font-weight: 400;
          }

          .thumbnail_btn_tit a {
            font-size: 1.2rem;
            line-height: 1.5;
            vertical-align: middle;
          }

          .thumbnail_btn_comment {
            font-size: 0.9rem;
            line-height: 1.5;
          }

/*---サポートのパネル---*/
h3.panel_midashi {
    font-size: 1.1rem;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.index_panel {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}
.index_panel ul {
    margin-left: -1.2rem;
    margin-bottom: 0;
}

.kakomi_acrobat {
	border:dotted 1px #ccc;
	padding:1rem;
	line-height:1.5;
}
.kakomi_acrobat p {
	margin-bottom:0;	
}
/* 戻るボタン */

.back_btn {
    text-align: center;
}
.back_btn a {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
    font-weight: 500;
    background-color: #09f;
    border-radius: 5px;
}
/* もっと見るボタン */

.more_btn {
    text-align: right;
}
.more_btn a {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.4rem 1rem 0.4rem 0.8rem;
    font-size: 0.9rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
    font-weight: 500;
    background-color: #09f;
    border-radius: 5px;
}
.more_btn a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 0.8rem;
}
/* もっと見るボタンリンク色 */

.back_btn a:link, .more_btn a:link {
    color: #fff;
    text-decoration: none;
}
.back_btn a:visited, .more_btn a:visited {
    color: #fff;
}
.back_btn a:hover, .more_btn a:hover {
    transition: all 300ms 0s ease;
    color: #fff;
    background-color: #1eaa39;
}
.back_btn a:active, .more_btn a:active {
    transition: none;
    color: #fff;
    background-color: #f30;
}

/* ボタン囲み */

          .kakomi_gray,.kakomi_gray02,.kakomi_black,.kakomi_beige,.kakomi_nana {
            margin-bottom: 2rem;
            padding: 1rem;

        }



        .kakomi_gray {
          background-color: #f1f1f1;
        }
        .kakomi_gray02 {
          background-color: #f1f1f1;
          background-image: url(images/kakomi_bg.gif);
        }
        .kakomi_black {
          background-color: #333;
        }
        .kakomi_beige {
          background-color: #fffae4;
          border: 1px solid #ffba00;
          border-radius: 5px;
			margin-top: 30px;
        }
        .kakomi_nana{
          background-color: #ffba00;
          border-radius: 5px;
        }

/* ナナちゃん装飾 */

          .nana_bg {
            background-image: url(images/nana_bg.gif);
            background-repeat: no-repeat;
            background-position: right bottom;
          }

          .nana_bg02 {
            height: 60px;
            background-image: url(images/nana_bg02.gif);
            background-repeat:repeat-x;
            background-position: center bottom;
          }


/* ニュースエリア */

.news_area {
    padding: 2rem 0;
    text-align: center;
}
.news_list dt {
	font-weight: normal;
}
.news_date {
    color: #ffba00;
}
.news_category {
    display: inline-block;
    margin-left: 1.2rem;
    padding: 0;
    width: 110px;
    font-size: 0.8rem;
    text-align: center;
    border: 1px solid #ccc;
}
/*== リンク色 =============================*/

/* 標準リンク色 */

a:link {
    color: #36f;
    text-decoration: none;
}
a:visited {
    color: #69f;
}
a:hover {
    color: #f30;
}
a:active {
    color: #fc0;
}
/* 黒リンク */

.kuro_link a:link {
    color: #000;
    text-decoration: none;
}
.kuro_link a:visited {
    color: #333;
}
.kuro_link a:hover {
    color: #36f;
}
.kuro_link a:active {
    color: #f30;
}

/*== メディアクエリ =============================*/

/* 最大幅の制限 */

@media (min-width:992px) {
.container-fluid {
    width: 992px;
}
}
/*== 旧版追加 =============================*/

/* 囲み */

.kakomi {
    margin: 0.2rem;
    padding: 1rem;
    border: 1px solid #ccc;
}
/* 詳しくはこちら ボタン */

.more_btn {
    text-align: right;
}
/*テーブルのスクロールの指定*/

.scroll-table {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/*テーブルの枠線など*/

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    border: solid 1px #333;
}
th {
    background-color: #ccc;
}
/*文字関連*/

.catch {
    font-size: 126%;
    color: #cc6600;
}
.aka {
    color: #ff0000;
}
.text_ll {
    font-size: 160%;
}
.text_l {
    font-size: 126%;
}
.text_s {
    font-size: 90%;
}
.text_ss {
    font-size: 80%;
}
.shohizei {
    font-size: 80%;
}
.cyuusyaku p {
    font-size: 86%;
    margin: 1rem 0;
}
/* メールフォーム */

.kakomi_mform {
    border: 20px solid #fdf2c5;
    background-color: #fff;
    overflow: hidden;
}
.kakomi_mform input, .kakomi_mform textarea {
    border: 1px solid #ccc;
    -moz-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.5rem;
    margin: 0.5rem 0;
}
.kakomi_mform .btn {
    border: 0px solid #ccc;
    -moz-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0);
    box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0);
    padding: 0.8rem 1.5rem;
    border-radius: 0.25rem;
    font-size: 1.2rem !important;
}
.kakomi_mform input:focus, .kakomi_mform textarea:focus {
    outline: 0;
    border-color: #0099ff;
}
.kakomi_mform select {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1rem;
}
.kakomi_mform textarea {
}
.kakomi_mform h3 {
    margin-left: 20px;
}
.kakomi_pdf {
    font-size: 86%;
    padding: 15px;
    border: 1px solid #ffead3;
    background-color: #ffead3;
    overflow: hidden;
}
.kakomi_pdf img {
    float: right;
}
.kakomi_mform dl {
    margin: 0 20px;
}
.kakomi_mform dt.midashi {
    font-weight: bold;
    color: #333;
    background-color: #fff;
    padding: 5px 10px 5px 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
}
.kakomi_mform dd {
    padding: 0 25px;
}
.kakomi_mform .text_s {
    color: #666;
}
.kakomi_mform dt.faq-form {
    font-size: 1.2rem;
    background-color: #fdb92c;
    padding: 10px 10px 10px 25px;
    border-top-width: 1px;
    border-style: none;
    border-top-color: #ccc;
    border-radius: 0.25rem;
    color: #fff;
    font-weight: bold;
}
.kakomi_mform input, .kakomi_mform textarea {
    border: 1px solid #ccc;
    -moz-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.5rem;
    margin: 0.5rem 0;
}

@media (max-width: 768px) {
.kakomi_mform input[type="text"], .kakomi_mform textarea, .kakomi_mform select {
    width: 100% !important;
}
.kakomi_mform input#zip, .kakomi_mform input#zip2 {
    width: 50% !important;
}
.kakomi_mform {
    border: 10px solid #fdf2c5;
}
.kakomi_mform dd {
    padding: 0 10px;
}
.kakomi_mform dt.midashi {
    padding: 5px 10px 5px 10px;
}
}
p.catch-form {
    padding: 20px;
}
.kakomi_mform iframe {
    width: 100%;
    height: 100%;
    border: none;
    /* 追加で指定 */
    display: block;/* 追加で指定 */
}
div.iframe-container {
    width: 100%;
    max-width: 90%;
    height: 300px;
    overflow: auto;
    /* scrollからautoに変更 */
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
}
.kakomi_mform .center {
    text-align: center;
}
.kakomi_mform .inline {
    display: inline;
}
input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input, textarea, select {
    font-size: 16px !important;
}
/* --- 細々した設定 ----------------------------------------- */

.main_service img {
    width: 100px;
    border-radius: 50%;
}
/* --- テレビメニュー ----------------------------------------- */

.sub_menu {
    text-align: center;
}
.sub_menu li {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 0.5rem 1rem;
    margin: 0.2rem 0.5px;
}
/* --- 集合住宅 ----------------------------------------- */

.area li {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 0.2rem 1rem;
    margin: 0 0.5px;
}
/* --- テレビオプション----------------------------------- */

.kuro strong {
    color: #000;
    font-size: 110%;
}
/* --- 並び替えカード ----------------------------------- */

.narabikae {
    margin-bottom: 1rem;
    border: 1px solid #36f;
}
.narabikae:after {
    font-family: 'Material Icons';
    content: "\e5e1";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    margin-top: -14px;
}
.narabikae h3, h4 {
    margin: 0;
    padding: 0;
    border: none;
    padding-top: 12px;
    margin-bottom: 1rem;
}
.narabikae p {
    padding: 0 1.4rem 0 0;
}
.narabikae .material-icons {
    text-align: right;
}
/* --- ICTコネクト----------------------------------- */

.container-connect {
    max-width: 880px;
}
.img-x2 {
    max-width: 70%;
}
.connect-area {
    background-image: url(../../../../connect/images/bg.jpg);
    overflow: hidden;
    padding: 0 0 3% 0;
}
.connect-box {
    background-color: #ed6825;
    color: #fff;
    width: 45.4%;
    float: left;
    margin: 3% 0% 0% 3%;
    font-size: 115%;
    padding: 3% 3% 1% 3%;
}
.connect-wifi {
    background-image: url(../../../../connect/images/wifi_bg.png);
    background-size: 46%;
    background-position: 90% 95%;
    background-repeat: no-repeat;
}
.connect-camera {
    background-image: url(../../../../connect/images/camera_bg.png);
    background-size: 44%;
    background-position: 90% 95%;
    background-repeat: no-repeat;
}
.connect-live {
    background-image: url(../../../../connect/images/live_bg.png);
    background-size: 50%;
    background-position: 90% 95%;
    background-repeat: no-repeat;
}
.connect-jouhou {
    background-image: url(../../../../connect/images/jouhou_bg.png);
    background-size: 40%;
    background-position: 90% 95%;
    background-repeat: no-repeat;
}
.connect-live, .connect-jouhou {
    min-height: 640px;
}
.container-connect .kakomi {
    margin: 0.2rem 0;
}
.connect-box h3 {
    font-weight: bold;
    font-size: 180%;
    background: none !important;
    color: #fff;
    padding: 0;
    border: 0 solid;
}
.connect-dl {
    background-image: url(../../../../connect/images/dl_bg.jpg);
    overflow: hidden;
    padding: 0 0 3% 0;
}
.dl-store {
    background-color: #fff;
    width: 65%;
    float: left;
    margin: 0% 0% 0% 3%;
    font-size: 115%;
    padding: 2% 3%;
}
.dl-store-box {
    text-align: center;
    width: 45%;
    float: left;
    margin: 3% 0% 0% 3%;
}
.dl-store h3 {
    font-weight: bold;
    font-size: 160%;
    background: none !important;
    padding: 0;
    border: 0 solid;
}
.dl-qr {
    background-color: #fff;
    width: 25%;
    float: left;
    padding: 0.6%;
    margin-left: 3%;
    text-align: center;
}
.sousa-box {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sousa-box li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.sousa-box li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ed6825;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    letter-spacing: 0;
    border-radius: 50%;
    font-weight: bold;
}

/* --- ブログエリア----------------------------------- */


/* img を ブロック要素に */

.blog_card img {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
}
/* カード */

.blog_card {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}
.blog_card img {
    align-self: flex-start;
	object-fit: cover;
	width: 100%;
	max-height: 165px;
}
.blog_card a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog_card .card_body {
    padding: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0 0 6px 6px;
}
.blog_card .card_body h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fff;
    padding: 0;
}
.blog_card .cd_category {
    margin: 0.5rem;
    color: #1eaa39;
}
.blog_card .cd_contributor img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 10px;
    top: 100px;
}
.blog_card .cd_date {
    color: #999;
}
.blog_card .card_body p {
    text-align: left;
    margin-bottom: 0;
}

/* --- ブログ記事----------------------------------- */

.waku {
	overflow: hidden;
}
.blog_tit {
	width: 70%;
	float: left;
}
.blog_date {
	font-size: 1rem;
	color: #333;
	margin-top: 0.3rem;
	width: 30%;
	float: right;
	text-align: right;
}
.blog_badge a {
	color: #0099ff;
	border: 1px solid #0099ff;
	padding: 0rem 0.8rem;
	border-radius: 50px;
	font-size: 0.8rem;
	margin-top: 0.3rem;
	margin-left: 0.5rem;
	display: inline-block;
}
.blog_badge a:hover {
	color: #1eaa39;
	border: 1px solid #1eaa39;
}

/* --- i-cityニュース----------------------------------- */

          .screen_img {
            margin-bottom: 2rem;
            text-align: center;
          }

          .icity_news_logo {
            width: 200px;
            margin: 0 auto;
            margin-bottom: 1rem;
          }

          h3.top04 {
            margin: 0 0 1rem 0;
            padding: 0 0 1rem 0;
            font-size: 1.6rem;
            font-weight: 400;
            border: none;
            border-bottom: 3px solid #1eaa39;

            color: initial;
            border-radius: initial;
            background-color: initial;
          }


/* --- キャンペーン----------------------------------- */

    .campaign_plan{
      margin-bottom: 30px;
    }
    .campaign_plan td{
     padding: 20px 20px;
     font-size: medium;
    }
    .campaign_plan th{
     font-size:large;
     background-color: #ecffe0;
     padding: 0 20px;
     font-weight:100;
    }

/* --- チャンネル一覧----------------------------------- */

.channel_genre_list {
	margin: -8px;
}

a.channel_btn {
	background-color: #ff6600;
	font-weight: bold;
	color: #fff;
	padding: 0.5rem;
	display: block;
	border-radius: 0.4rem;
	line-height: 1.3;
	border: 0 solid;
}
a.channel_btn span {
	font-size: 3.4rem;
	margin-top: 0.4rem;
}
a.channel_btn img {
	border-radius: 0rem;
	max-width: 80px;
}
a.channel_btn:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

	a.btn-alljenre {
		border: 2px solid #ff6600;
		padding: 1.6rem 1rem;
		color: #ff6600;
		font-weight: bold;
}
	a.btn-alljenre:hover {
	background-color: #ff6600;
		color: #fff;
		
}

.channel_list {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 2rem;
}

.channel_box {
	padding: 0.4rem 0.8rem;	
	border-bottom: 1px solid #ccc;
}

.channel_box p {
	margin: 0.5rem 0;
}

.channel_box em {
	color: #ff6600;
}

.channel_box p {
	margin: 0.5rem 0;
}

.channel_box .hd {
	border: 1px solid #996600;
	padding: 0.25rem 0.5rem;
	color: #996600;
}
.channel_box .sd {
	border: 1px solid #669933;
	padding: 0.25rem 0.5rem;
	color: #669933;
}
.channel_box .border-left {
	border-left: 1px dashed #ccc !important;
}

.osusumebangumi {
	background-color: #fff3d0;
	padding: 2rem;
	border-radius: 0.5rem;
}
.osusumebangumi p {
	margin: 0;
}
.osusumebangumi_box {
	position: relative;
}
.osusumebangumi_box .nana {
	position: absolute;
	bottom: 0;
	right: 45px;
}

/* --- サービス案内トップ----------------------------------- */

.service_top_btn {
	border-radius: 50%;
	height: 290px;
	position: relative;
}
.service_top_btn.tv_btn {
	background-color: #157bfb;
}
.service_top_btn.internet_btn {
	background-color: #fd8a25;
}
.service_top_btn.phone_btn {
	background-color: #389818;
}
.service_top_btn .material-icons {
	color: rgba(255, 255, 255, 0.25);
	font-size: 12rem;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 18%;
}
.service_top_btn .service_top_tit {
	color: #fff;
	font-size: 2.5rem;
	position: absolute;
	text-align: center;
	font-weight: bold;
	width: 100%;
	top: 35%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
}

h3.catv_tokutyou_tit {
	margin: 0;
    border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 3rem;
	padding: 2rem 1.5rem;
	font-weight: bold;
    background-image: url(../../../../imgwp/service/tokutyou_bg.png);
    background-position: center;
	background-repeat: no-repeat;
}
h3.catv_tokutyou_tit strong {
	color: #ffff00;
	font-size: 3.6rem;
}
.catv_tokutyou {
	border-right: 10px solid #1eaa39;
	border-bottom: 10px solid #1eaa39;
	border-left: 10px solid #1eaa39;
	padding: 2rem;
	background-color: #fff3ce;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
	font-size: 108%;
}
.catv_tokutyou .suuji {
	font-size: 6rem;
	line-height: 1.2;
	color: #fdb92c;
	font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
}
.catv_tokutyou.nana_bg {
	background-position: 96% 88%;
            background-image: url(../../../../imgwp/service/nana_bg.png);
          }
.catv_tokutyou .text_ll {
	font-size: 2.8rem;
	line-height: 1.8;
          }
.catv_tokutyou strong {
	font-size: 3rem;
    background: linear-gradient(transparent 70%, #ffc7c7 60%);
          }


/* ---サービス各トップ----------------------------------- */

.service_top_img {
	position: relative;
}
.service_top_img .lead {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-shadow: 0px 0px 10px #fff,
	             0px 0px 10px #fff,
	             0px 0px 20px #fff,
	             0px 0px 30px #fff;
}
.service_top_img.tv_img .lead {
	color: #0077ff;
}
.service_top_img.internet_img .lead {
	color: #ff6600;
}
.service_top_img.phone_img .lead {
	color: #339900;
}
.service_top_img.syuugou_img .lead {
	color: #ff3333;
}
.service_top_img h2.midashi {
	color: #ff3333;
}
.service_top_img .tit {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	text-align: center;
	padding: 4rem 3rem 1rem 3rem;
}
.service_top_img.phone_img .tit {
  top: 45%;
}
.service_top_img.syuugou_img .tit {
    top: 43%;
	padding: 3.5rem 3rem 0.5rem 3rem;
  }
.service_top_img.tv_img .tit {
	background-color:rgba(0, 144, 254, 0.8);
}
.service_top_img.internet_img .tit {
	background-color: rgba(255,120,0,0.8);
}
.service_top_img.phone_img .tit {
	background-color: rgba(51,153,0,0.8);
}
.service_top_img.syuugou_img .tit {
	background-color: rgba(255,102,102,0.8);
}
.service_top_img span {
	background-color: #fff;
	font-size: 5rem;
	padding: 1.2rem;
	border-radius: 50%;
	position: absolute;
	width: 120px;
	top: -50px;
	left: 50%;
	margin-left: -60px;
}
.tv_img span {
	color: #0077ff;
}
.internet_img span {
	color: #ff8a00;
}
.phone_img span {
	color: #339900;
}
.syuugou_img span {
	color: #ff6666;
}

.service_top_img h2 {
	font-weight: bold;
	background: none;
	padding: 0;
	color: #fff;
	margin: 2rem 0;
	font-size: 2.2rem;
}

.service_main {
	padding: 2rem 2rem 0.5rem 2rem;
}
.service_main h2.midashi {
  position: relative;
  display: inline-block;
  margin: 1rem 0 2.8rem 0;
  padding: 0 70px;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;

  vertical-align: middle;
  border: none;
  background-image: none;
  background-size: initial;
}
.service_main h2.midashi:before, .service_main h2.midashi:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 50px;
  height: 9px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.service_main h2.midashi:before {
  left: 0;
}

.service_main h2.midashi:after {
  right: 0;
}

.service_main .card {
	border: 0 solid;
}
.service_main h5 {
	padding: 0.5rem;
	margin: 0;
}
.service_main .card p {
	margin: 1rem 0;
}
.service_main .card .price {
	color: #ff0000;
	font-weight: bold;
	line-height: 1;
}
.service_main .table {
	margin: 2rem 0 0 0;
	border: 0 solid;
	border-top: 0 solid;
	border-right: 0 solid;
	border-bottom: 1px solid #ccc;
	border-left: 0 solid;
}
.service_main .table th,
.service_main .table td {
	padding: 0.5rem;
	border-top: 1px solid #ccc;
	border-right: 0 solid;
	border-bottom: 0 solid;
	border-left: 0 solid;
}
.service_main .table th {
	background-color: #f1f1f1;
}
.tv_main {
	background-color: #bfe7fc;
}
.internet_main {
	background-color: #f6c9a5;
}
.phone_main {
	background-color: #c8f39c;
}
.syuugou_main {
	background-color: #ffd3d3;
}
.tv_main .card-header {
	background-color: #005be3;
	color: #fff;
}
@media (min-width: 765px) {
.tv_main .gyousei {
	border-radius: 4px 0 0 4px !important;
}
.tv_main .gyousei h5 {
	line-height: 77px;
}
}
.internet_main .card-header {
	background-color: #e33b00;
	color: #fff;
}
.phone_main .card-header {
	background-color: #336600;
	color: #fff;
}
.syuugou_main .card-header {
	background-color: #cc3333;
	color: #fff;
}
.syuugou_main h3 {
	background-color: #fff;
	color: #000;
	padding: 1rem;
	border-bottom: 5px solid #ff9999;
	border-radius: 0;
}
.service_main .card-body em {
	color: #996600;
}

.service_sub {
	background-color: #fdf1c7;
	padding: 2rem 2rem 0.5rem 2rem;
}
.service_sub p {
	margin: 1rem 0;
}
.service_sub .card {
	border: 0 solid;
	padding: 1.2rem;
	margin-bottom: 2rem;
}

.service_sub .kakomi {
	border: 0 solid;
	padding: 1.2rem;
	margin-bottom: 2rem;
	background-color: #fff;
}

/* ---ケーブル電話----------------------------------- */

.cableplus_main {
	background: rgb(115,235,174);
background: linear-gradient(202deg, rgba(115,235,174,1) 0%, rgba(226,250,238,1) 100%);
	text-align: center;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.cableline_main {
	background: rgb(34,127,252);
background: linear-gradient(202deg, rgba(34,127,252,1) 0%, rgba(215,242,255,1) 100%);
	text-align: center;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.cableplus_main p,
.cableline_main p {
	margin: 1rem 0;
}
.cableplus_main p,
.cableline_main p {
	margin: 1rem 0;
}
.cableplus_main p.lead,
.cableline_main p.lead {
	background-color: #fff;
	padding: 1rem;
	font-weight: bold;
	color: #ff6600;
	font-size: 1.3rem;
}

/* ---お引越し・新築の方----------------------------------- */

.hikkoshi_main {
	background-image: url("../../../../imgwp/service/shinchiku/hikkoshi_main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	min-height: 450px;
}
.hikkoshi_text {
	padding-top: 10%;
	position: absolute;
	z-index: 9999;
}
.hikkoshi_main .lead {
	color: #000;
	font-weight: bold;
	text-align: left;
	font-size: 2.2rem;
	margin-left: 2rem;
	margin-bottom: 1rem;
	text-shadow: 0px 0px 10px #fff,
	             0px 0px 10px #fff,
	             0px 0px 20px #fff,
	             0px 0px 30px #fff;
}
.hikkoshi_main .sub {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.2rem;
	padding: 0.2rem 0.5rem 0.2rem 2rem;
}
.hikkoshi_main img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.hikkoshi_point {
	border: 10px solid #ffcc33;
	padding: 2rem 2rem 1rem 2rem;
	background-color: #fff3ce;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
	font-size: 112%;
}
.hikkoshi_point .col-md-2 {
	font-size: 6rem;
	line-height: 1;
	color: #cc9933;
	font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
	text-align: center;
}
.hikkoshi_point .col-md-10 {
	padding-top: 1rem;
}
.hikkoshi_point strong {
	font-size: 106%;
    background: linear-gradient(transparent 70%, #ffc7c7 60%);
          }
.hikkoshi_schedule {
	background-color: #ffcc33;
	color: #000;
          }
.hikkoshi_schedule span {
	color: #fff;
	font-size: 1.6rem;
	vertical-align: middle;
          }

/* ---ICTへのご加入・ご契約----------------------------------- */

.kanyuu_waku {
	position: relative;
}

.kanyuu_waku .nana {
	position: absolute;
	right: -3rem;
	bottom: -2rem;
}

/* ---集合住宅----------------------------------- */

.mansion_kakomi {
	background-color: #fdf1c7;
	border-radius: 0.5rem;
}
.mansion_kakomi input {
	max-width: 300px !important;
	margin: 0 auto;
}

.table-mansion th,
.table-mansion td {
	border: 1px solid #bbb;
	padding: 0.5rem;
}
.table thead th {
	background-color: #ffcc66;
  vertical-align: middle;
  border-bottom: 0px solid #dee2e6;
}
.table-mansion td.midashi {
	background-color: #f6f6f6;
}

/* ---ナナちゃんの小部屋----------------------------------- */

.nana_room {
	background-color: #fff5ca;
	padding: 2rem 2rem 0.1rem 2rem;
}
.nana_profile {
 position: relative;
 margin: 2em auto;
 padding: 10px 35px 6px 35px;
 background-color: #fff; /* ボックス背景色 */
 box-shadow: 1px 1px 1px #acacac; /* 影の色 */
	font-size: 1.1rem;
}
.nana_profile::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #555555; /*クリップ色 */
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #999;
 transform: rotate(10deg);
 z-index: 1;
}
.nana_profile::after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 20px;
 border: solid 5px #fff; /*背景色と同じ色にする*/
 z-index: 2;
}
.nana_profile dt {
	background-color: #ffba00;
	border-radius: 50px;
	margin: 0.4rem 0;
	text-align: center;
}
.nana_profile dd {
	margin: 0.4rem 0;
}
.nanafushigi{
    position: relative;
  background-color: #c1dffe;
	background-image: url("../../../../imgwp/profile/nanacyan/nanafushigi_bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;

    box-shadow: 0px 0px 0px 5px #c1dffe;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
}
.nanafushigi:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #7bbefb #fff5ca #7bbefb;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.nanafushigi ol {
    margin: 0; 
    padding: 10px 0px 20px 40px;
  counter-reset: my-counter;
  list-style: none;
}
 
.nanafushigi ol li {
  margin-bottom: 5px;
  padding-left: 0px;
  position: relative;
}
.nanafushigi ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff6699;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -30px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
	font-weight: bold;
}
.nanafushigi ol li {
    margin: 0.6rem 0; 
}

@media (min-width: 992px) {
a[href^="tel:"] {
    pointer-events: none;
}
.kanyuu_waku {
	pointer-events: none;
}
}
@media (max-width: 991.98px) {
.container-connect {
    width: 100%;
}
.blog_tit {
	width: 100%;
	float: none;
}
	.blog_date {
	margin-top: 0.8rem;
	width: 100%;
	float: none;
}
	.blog_card img {
	max-height: 20vw;
}
h3.catv_tokutyou_tit {
	font-size: 	2rem;
	padding: 1rem;
}
h3.catv_tokutyou_tit strong {
	color: #ffff00;
	font-size: 2.4rem;
}
.catv_tokutyou .suuji {
	font-size: 4rem;
}
.catv_tokutyou {
	padding: 1rem;
}
.catv_tokutyou .text_ll {
	font-size: 1.6rem;
	line-height: 1.8;
          }
.catv_tokutyou strong {
	font-size: 2rem;
          }
	
.shinchiku_btn {
	padding: 1rem 1rem 0rem 0;
}
.syuugou_btn {
	padding: 0 1rem 0 0;
	line-height: 1;
}
a.channel_btn {
	font-size: 0.8rem;
}
a.channel_btn img {
	max-width: 65px;
}
.osusumebangumi {
	padding: 1rem;
}
.osusumebangumi_box .nana {
	position: absolute;
	bottom: 0;
	right: 25px;
}
.service_top_img .lead {
	position: static;
	font-size: 1.4rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.service_top_img .tit {
	position: static;
  transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
	padding: 4rem 1rem 1rem 1rem;
}
.service_top_img h2 {
	font-size: 1.8rem;
}
.hikkoshi_main {
	background-size: cover;
}
.hikkoshi_text {
	padding-top: 2%;
	position: static;
	text-align: center;
}
.hikkoshi_main .lead {
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 1rem;
	text-align: center;
}
.hikkoshi_main .sub {
	font-size: 1rem;
	padding: 0.2rem 0.5rem;
	margin: 1rem 1rem;
}
.hikkoshi_main img {
	position: static;
	padding: 0 10%;
}
.kanyuu_waku .nana {
	position: static;
	right: -3rem;
	bottom: -2rem;
}
.nana_room {
	padding: 1.5rem;
}
	
.service_top_btn {
	height: 210px;
}
.service_top_btn .material-icons {
	font-size: 8rem;
	top: 20%;
}
.service_top_btn .service_top_tit {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	text-align: center;
	font-weight: bold;
	width: 100%;
	top: 35%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
}

}
@media (max-width: 767.98px) {
	
	.breadcrumbs ol {
		font-size: 0.85rem;
	
}
	
.img-x2 {
    max-width: 90%;
}
.connect-box {
    width: 94%;
    float: none;
    margin: 3% 0% 0% 3%;
    font-size: 115%;
    padding: 5% 3% 2% 3%;
}
.connect-wifi {
    background-position: 90% 95%;
}
.connect-camera {
    background-position: 90% 95%;
}
.connect-live {
    background-position: 90% 95%;
}
.connect-jouhou {
    background-position: 90% 95%;
}
.connect-live, .connect-jouhou {
    min-height: auto;
}
.connect-box h3 {
    font-size: 143%;
}
.connect-dl {
    background-image: url(../../../../connect/images/dl_bg.jpg);
    overflow: hidden;
    padding: 0 0 3% 0;
}
.dl-store {
    width: 94%;
    float: none;
    margin: 0% 0% 0% 3%;
    font-size: 115%;
    padding: 2% 3%;
}
.dl-store-box {
    text-align: center;
    width: 88%;
    float: none;
}
.dl-store h3 {
    font-size: 120%;
}
.dl-qr {
    display: none;
}
.channel_box .border-left {
	border-left: 0px dashed #ccc !important;
	border-top: 1px dashed #ccc !important;
	margin: 0 1rem;
	padding: 0;
}
.osusumebangumi .bg-white {
	font-size: 0.75rem;
}
.table-mansion th,
.table-mansion td {
	padding: 0.2rem;
	font-size: 0.8rem;
}
.submenu ul {
    margin: 0 0 3rem 0;
    padding: 0;
	display:block;
	list-style-type: none;
}
.submenu li {
width:100%;
    letter-spacing:normal;
    margin: 0;
    padding: 0.5rem 1rem;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.submenu li:first-child {
    padding-left: 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
}
.submenu li:last-child {
    padding-right: 1.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.nana_room {
	padding: 1.5rem;
}
.nanafushigi {
	background-size: 80%;
}
.service_top_btn {
	height: 210px;
}
.service_top_btn .material-icons {
	font-size: 8rem;
	top: 20%;
}
.service_top_btn .service_top_tit {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	text-align: center;
	font-weight: bold;
	width: 100%;
	top: 35%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
}
.service_top_btn {
	border-radius: 0.5rem;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0.2rem 0;
}
.service_top_btn .material-icons {
	color: rgba(255, 255, 255, 0.4);
	font-size: 4rem;
	position: static;
	vertical-align: middle;
}
.service_top_btn .service_top_tit {
	color: #fff;
	font-size: 1rem;
	position: static;
	line-height: 1;
}
	.service_top_btn_body {
		padding: 0.5rem 0 !important;
		line-height: 1.5 !important;
	}
	.service_top_btn_tit a {
		font-size: 1rem !important;
		padding: 0 !important;
		line-height: 1.5 !important;
	}
}

@media (max-width: 576px) {
h1 {
    font-size: 1.6rem;
	padding: 2rem 1rem;
}
h2 {
    font-size: 1.4rem;
	background-size: 35px;
	padding-left: 2.8rem;
}
h3 {
    font-size: 1.2rem;
}
.lead {
    font-size: 1.2rem;
}
.naka_btn {
    position: relative;
    margin-bottom: 1rem;
}
.campaign_btn .naka_btn_body {
    padding: 0.5rem 0.8rem;
}
.naka_btn_tit a,
.card_btn_tit a,
.thumbnail_btn_tit a {
    font-size: 1rem;
}
.card_btn,
.thumbnail_btn {
    margin-bottom: 1rem;
}
h3.catv_tokutyou_tit {
	font-size: 	1.4rem;
	padding: 1rem;
}
h3.catv_tokutyou_tit strong {
	color: #ffff00;
	font-size: 1.6rem;
}
.catv_tokutyou {
	padding: 1rem;
	font-size: 100%;
}
.catv_tokutyou .suuji {
	font-size: 3rem;
	line-height: 1.2;
	color: #fdb92c;
	font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.05deg);
}
.catv_tokutyou p {
	margin: -1rem 0;
}
	.catv_tokutyou .text_ll {
	font-size: 1.2rem;
	line-height: 1.8;
          }
.catv_tokutyou strong {
	font-size: 1.4rem;
    background: linear-gradient(transparent 70%, #ffc7c7 60%);
          }
.service_main {
	padding: 1rem 1rem 0 1rem;
}
.service_main h2.midashi {
  margin: 1rem 0 1.8rem 0;
  padding: 0 40px;
  font-size: 1.4rem;
}
.service_main h2.midashi:before, .service_main h2.midashi:after {
  width: 25px;
}
.service_sub {
	background-color: #fdf1c7;
	padding: 1rem 1rem 1rem 1rem;
}
.service_sub .card,
.service_sub .kakomi {
	margin: 0;
}
.hikkoshi_point {
	padding: 1rem 1rem 0 1rem;
}
.hikkoshi_point {
	font-size: 100%;
}
.hikkoshi_point .col-md-2 {
	font-size: 3rem;
}
.hikkoshi_point p {
	margin: 0 0 1rem 0;
}
	.footer_menu .nav {
		text-align: center;
	}

	.footer_menu .nav li.nav-item {
		display: block !important;
		width: 100%;
	}
	.footer_menu .nav li.nav-item+li.nav-item {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
.service_top_btn {
	border-radius: 0.5rem;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0.2rem 0;
}
.service_top_btn .material-icons {
	color: rgba(255, 255, 255, 0.4);
	font-size: 4rem;
	position: static;
	vertical-align: middle;
}
.service_top_btn .service_top_tit {
	color: #fff;
	font-size: 0.8rem;
	position: static;
	line-height: 1;
}
	.service_top_btn_body {
		padding: 0.5rem 0 !important;
		line-height: 1.5 !important;
	}
	.service_top_btn_tit a {
		font-size: 0.7rem !important;
		padding: 0 !important;
		line-height: 1.5 !important;
	}
}
@media (max-width: 320px) {
.service_top_btn .material-icons {
	color: rgba(255, 255, 255, 0.4);
	font-size: 3rem;
	position: static;
	vertical-align: middle;
}
.service_top_btn .service_top_tit {
	color: #fff;
	font-size: 0.6rem;
	position: static;
	line-height: 1;
}
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}
