/*
Theme Name: wifi-support
Author: Fibergate Inc.
Description: WiFi-Support
*/
@charset "utf-8";

/*-------------------------------------
reset.css
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /reset.css */

/*-------------------------------------
my_reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    box-sizing: border-box;
}

/*-------------------------------------
Fonts
-------------------------------------*/
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
/*WEB fonts*/
@import url('https://fonts.googleapis.com/css?family=Palanquin');
/*-------------------------------------
common.css
-------------------------------------*/
a {
    text-decoration: none;
}
ul,li {
    list-style: none;
}
.cf:after {
    content: " ";
    display: block;
    clear: both;
}
input, img {
    vertical-align: bottom;
}
#main .tablet {
	display: none;
}
#main .pc {
	display: none;
}
#main .warning {
	color: #f00;
}
/* /common.css */


/*====================================
START MOBILE CSS (BASE CSS)
====================================*/
body {
    position: relative;
    width: 100%;
    background: #444;
}

/*-------------------------------------
common_header
-------------------------------------*/
header, .container, footer {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.container {
    background: #fff;
}

header {
    height: 86px;
    background: #fff;
}
header h1 {
    float: left;
    width: 34%;
    height: 100%;
    padding-top: 56px;
    text-align: center;
    background: url(img/header-logo.svg) no-repeat;
    background-position: center 20px;
}
header h1 a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.k header h1 a {
	color: #316eb5;	
}
.menu-tnav1-container {
    float: right;
    width: 66%;
    height: 100%;
}
.menu-tnav1-container ul {
    width: 100%;
    height: 100%;
}
.menu-tnav1-container li {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    border-left: solid 1px #bbb;
    background-repeat: no-repeat;
    background-position: center 10px;
}
.menu-tnav1-container li a {
    width: 100%;
    height: 100%;
    padding-top: 46px;
    color: #fff;
    font-size: 8px;
    display: block;
}
/*/common_header*/

/*-------------------------------------
Scroll_nav, search Form
-------------------------------------*/
.scroll_nav {
    position: relative;
    width: 100%;
    height: 52px;
    background: #666;
    z-index: 10;
}
.k .scroll_nav {
	background: #042a38;
}
.scr_fix {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    display: block;
    box-shadow: 0 0px 3px #333;
}
.scroll_nav .scrnav_innner {
    float: left;
    width: 25%;
    height: 100%;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.scroll_nav .scrnav_innner i {
    font-size: 32px;
}
.scroll_nav input.scr-in {
    display: none;
}
.scrnav_list {
    position: absolute;
    width: 100%;
    height: 0;
    top: 52px;
    left: 0;
    padding: 0;
    overflow: hidden;
    background: #666;
    box-shadow: 0 3px 3px 0px #666666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 0;
}
input.scr-in:checked + .scrnav_innner + .scrnav_list {
    height: 60px;
    padding-top: 10px;
    z-index: 999;
}
.tagcloud.header_tags {
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    height: 0;
    -webkit-overflow-scrolling: touch;
}
.header_slider {
    width: max-content;
    padding: 8px 15px 0;
}
.header_slider::-webkit-scrollbar {
    display: none;
    height: 0 !important;
}
.header_slider > * {
    -webkit-transform: translateZ(0px);
}
.tagcloud.header_tags a {
    width: auto !important;
}
.textin1, .submit1 {
    height: 40px;
}
.textin1 {
    width: 72%;
    margin-left: 6%;
    padding: 0 0 0 10px;
    border: none;
    background: #f7f8f8;
}
.submit1 {
    width: 16%;
    margin-right: 6%;
    padding: 0;
    text-indent: 1000px;
    white-space: nowrap;
    background-image: url(img/search1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #042a38;
    border: none;
    border-radius: none;
}
label.screen-reader-text {
    display: none !important;
}

.pc_nav {
    display: none;
}
/*/scroll_nav,search Form*/

/*-------------------------------------
content-header
-------------------------------------*/
.content-header,
.content-header2 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    height: 40px;
}
.k.post-template .content-header {
	display: none;
}
.breadcrumbs {
    display: none;
}
p.ch_tags {
    padding: 10px 15px 12px;
    border-bottom: solid 1px #ddd;
    background: #fff;
}
.ch_tags a {
    width: auto;
    margin-right: 8px;
    padding: 3px 4px;
    text-align: center;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 4px;
}
.content-header > h2,
.content-header2 > h2 {
    flex: 1;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
}
.k .content-header > h2,
.k .content-header2 > h2 {
	color: #666;
}
body.post-template-faq-top-m .content-header h2,
body.post-template-faq-top-f .content-header h2,
body.post-template-faq-top-k .content-header h2 {
    font-size: 20px;
}
body.post-template-faq-top-m .content-header h2:before,
body.post-template-faq-top-f .content-header h2:before,
body.post-template-faq-top-k .content-header h2:before {
    font-family: FontAwesome;
    content: '\f059';
    font-size: 30px;
    padding-right: 4px;
}
/*/content-header*/

/*-------------------------------------
sec1
-------------------------------------*/
.sec1 > h3, .trend_inqiry h2, .tag_cloud_area h2,
.sec1 ul, .sec1 label, .sec1 h4, .faq_cat_list h2 {
    padding-left: 15px;
}
.sec1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 > h3,
.sec1 > div.large_secHl,
.trend_inqiry h2,
.tag_cloud_area h2,
.faq_cat_list h2 {
    height: 80px;
    padding-top: 36px;
    font-size: 20px;
    font-weight: bold;
}
.sec1 > div.large_secHl {
    padding: 15px 15px 0;
    height: 160px;
    background: #d1d7e0;
    box-shadow: inset 0px 4px 3px -3px #3e5770;
}
.sec1 > div.large_secHl > h3 {
    margin-bottom: 16px;
    background: none;
    box-shadow: none;
}
.sec1 > div.large_secHl p {
    font-size: 12px;
}
.sec1 h3.link_hl {
    padding: 0;
}
.sec1 h3.link_hl a {
    padding: 36px 0 0 15px;
}
.sec1 label {
    position: relative;
    display: block;
    transition: all 0.5s;
    width: 100%;
    height: 52px;
    padding-top: 16px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
/*アイコンを表示*/
.sec1 label:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 5%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}
.sec1 .small-font {
    font-size: 12px;
    letter-spacing: -0.05em;
}
/*チェックは隠す*/
input.cssacc {
    display: none;
}
/*中身を非表示にしておく*/
ul.accshow li {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
ul.accshow li a {
    padding-top: 12px;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow li {
    height: 40px;
    border-bottom: dotted 1px #eee; 
    opacity: 1;
}
/*アイコンを回転させる*/
.cssacc:checked + label:after {
    transform: rotate(180deg);
}
/*/sec1*/

/*-------------------------------------
Trend_inqiry
-------------------------------------*/
.trend_inqiry ul {
    padding: 0;
}
.trend_inqiry ul li {
/*    height: 64px;*/
    height: auto;
    border-bottom: solid 1px #eee;
}
.trend_inqiry ul li a {
    padding: 13px 0 10px 28px;
    text-indent: -20px;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: 4% center;
}
.trend_inqiry ul li a:before {
    font-family: FontAwesome;
    content: '\f138';
    font-size: 18px;
    padding-right: 4px;
}
.k .trend_inqiry ul li a:before {
	color: #316eb5;
}
.trend_inqiry p.wpp-no-data {
    padding: 20px 15px;
}
.sec_button1 {
    width: 40%;
    height: 40px;
    margin: 20px auto 20px;
    text-align: center;
}
.sec_button1 a,
#main .sec1 .sec_button1 a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
}
.sec1.commonLink_sec.news_sec .sec_button1 a {
    color: #fff;
}
/*/Inquiry Section*/

/*-------------------------------------
CommonLink Section  Inquiry Section
-------------------------------------*/
.commonLink_sec ul {
    padding: 0;
}
.commonLink_sec ul li,
.inquiry_sec h4 {
    height: 60px;
}
.commonLink_sec ul li a,
.inquiry_sec h4 a {
    position: relative;
    padding: 22px 0 0 15px;
    font-weight: bold;
    border-bottom: solid 1px #eee;
}
.commonLink_sec ul li a:after,
.inquiry_sec h4 a:after {
    font-family: FontAwesome;
    content: '\f054';
    position: absolute;
    top: 18px;
    right: 5%;
    font-size: 23px;
}
.k .commonLink_sec ul li a:after,
.k .inquiry_sec h4 a:after {
	color: #316eb5;
}
.commonLink_sec ul li a.hatena {
    padding-left: 44px;
}
.hatena:before {
    font-family: FontAwesome;
    content: '\f29c';
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 28px;
    padding-right: 10px;
}
.inquiry_sec:before {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.inquiry_sec h4 {
    padding-left: 0px;
}
.inquiry_sec h4 a {
    padding-top: 18px;
    border: none;
}
.inquiry_sec p {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.inquiry_sec i.fa-envelope {
    padding-right: 4px;
    font-size: 20px;
}
.k .inquiry_sec i.fa-envelope {
	color: #316eb5;
}
/*/CommonLink Section  Inquiry Section*/

/*-------------------------------------
Definition Section
-------------------------------------*/
.definition_sec dl {
    padding: 10px 15px;
}
.definition_sec dl dt {
    margin-bottom: 10px;
    font-size: 14px;
}
.definition_sec dl dd {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 8px;
}
/*/Definition Section*/

/*-------------------------------------
Part
-------------------------------------*/
.part .part_inner {
	padding-bottom: 20px;
}
.part .part_inner .mov_wrap {
	max-width: 100%;
	text-align: center;
}
.part .part_inner .mov_wrap video {
	max-width: 100%;
}
.part .part_inner .mov_wrap + p {
	margin-bottom: 10px;
	padding: 20px 15px;
	border-bottom: solid 4px #333;
}
.part .part_inner .mov_wrap + p + h6 {
	margin-top: 20px;
}
.part * {
  font-size: 14px;
}
.part h3 {
  margin-bottom: 26px;
}
.part_detail, .part h5, .part ol, .part ul {
  padding-left: 15px;
  padding-right: 15px;
}
.part h4, .part_imp {
  padding: 10px 15px 10px;
  font-size: 14px;
  line-height: 1.6;
}
.part_imp {
  margin-bottom: 20px;
}
.part h6 {
	margin: 0 0 8px 15px;
	padding-left: 6px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	background: linear-gradient(-135deg, #fff, #eff5f7);
	border-left: solid 8px #316eb5;
}
p.part_detail {
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.6;
}
#main .part p.part_detail a {
	display: inline;
	padding: 0 4px;
	color: #ababab;
	border-bottom: solid 1px #ababab;
}
.part_img_box {
	margin-bottom: 20px;
	text-align: center;
}
.part_img_box img {
	display: block;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.part_img_caption {
	padding: 10px 0;
}
.part h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
.part h5:before {
	font-family: FontAwesome;
	content: '\f29c';
	font-size: 20px;
	padding-right: 4px;
}
.part ol, .part ul {
	margin-bottom: 20px;
}
.part ol li {
	margin-bottom: 10px;
}
.part ol li a {
	padding-left: 10px;
	font-size: 14px;
}
.part ol li a:before {
	font-family: FontAwesome;
	content: '\f138';
	font-size: 16px;
	padding-right: 4px;
}
.part ul li {
	list-style-type: decimal;
	margin: 0 0 10px 17px;
	height: auto;
	line-height: 1.4;
}
#k02-02-4 .link_wrap {
	display: flex;
	margin-bottom: 40px;
	padding: 0 15px;
	justify-content: center;
}
#k02-02-4 .link_wrap a {
	width: 80%;
	max-width: 320px;
	padding: 16px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #316eb5;
	border-radius: 6px;
}

.case {
	margin-bottom: 40px;
}
.case img {
	max-width: 100%;
}
.case .part_inner {
	padding: 20px 15px 0;
}
.case .cap {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.case .cap span {
	padding-left: 8px;
}
.case .case_inner {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.case .case_map {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.case .case_map img {
	width: 60%;
}
.case .case_map img.small {
	width: 40%;
}
.case .case_detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.case .case_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 10px;
	box-shadow: 0px 0px 10px #ccc;
}
.case .case_list i {
	width: 0;
	height: 0;
	margin: 10px 0;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-top: 28px solid #316eb5;
}


div.detail_inner {
    padding: 0 15px;
}
p.pdi_img {
    float: left;
    max-width: 50%;
}
p.pdi_detail {
    float: left;
    padding: 0;
    max-width: 50%;
}
p.part_mov_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.part_caution h3:before {
    font-family: FontAwesome;
    content: '\f071';
    font-size: 20px;
    padding-right: 4px;
}
.part_caution p.part_detail {
    padding-left: 24px;
    text-indent: -18px;
}
.part_caution p.part_detail:before {
    font-family: FontAwesome;
    content: '\f10c';
    font-size: 14px;
    padding-right: 4px;
}
.full_img {
    padding-left: 2%; 
    padding-right: 2%; 
}
.number_list {
    margin-bottom: 10px;
    padding: 20px 15px 0 30px;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.6;
}
/*/part*/

/*-------------------------------------
News Section
-------------------------------------*/
section.news_sec {
    padding-bottom: 5px;
}
.news_sec ul > li > a {
    margin: 0;
    padding: 0;
}
.news_sec ul li a div {
    float: left;
    width: 30%;
    height: 20px;
    padding-top: 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.news_sec ul li a time {
    float: left;
    width: 70%;
    padding: 5px 0 0 1%;
    font-size: 12px;
}
.news_sec ul li a span {
    display: block;
    clear: left;
    padding: 10px 0 0 15px;
    font-size: 15px;
    font-weight: bold;
}
/*/News Section*/

/*-------------------------------------
Faq Section
-------------------------------------*/
.faq_sec h3 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.faq_sec h3 p {
    flex: 1;
}
.faq_sec h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin: 30px 0 10px;
}
.faq_sec span {
    display: block;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
    font-size: 13px;
    line-height: 1.5;
}
.faq_sec img {
    display: block;
    margin: 0 auto;
    padding: 20px 2%;
    max-width: 96%;
    box-sizing: content-box;
}
.faq_sec h5 {
    padding: 0 15px;
}
.faq_sec h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.faq_sec a {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 14px;
}
.faq_sec a:before {
    font-family: FontAwesome;
    content: '\f138';
    font-size: 18px;
    padding-right: 4px;
}
.k .faq_sec a:before {
	color: #316eb5;
}
/*/Faq Section*/

/*-------------------------------------
Afb Container
-------------------------------------*/
.afb_container {
    padding-bottom: 20px;
}
.afb_container h3 {
    height: 64px;
    padding: 24px 0 0 15px;
}
.afb_container a {
    float: left;
    width: 40%;
    height: 40px;
    margin: 20px 0;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
}
.afb_container a.good {
    margin-left: 10%;
    color: #fff;
}
.afb_container a.bad {
    margin-right: 10%;
}
.afb_container span {
    padding-left: 15px;
    font-size: 10px;
}
.afb_container span em {
    padding: 0 4px;
    font-size: 14px;
    font-weight: bold;
}
.afb_container span em.positive {
    color: #08c30f;
}
.faq_top .afb_container {
    display: none;
}
/*/Afb Container*/

/*-------------------------------------
Tag Cloud
-------------------------------------*/
.widget_tag_cloud {
    display: block;
    height: auto;
}
.tagcloud {
    float: left;
    height: auto;
    padding: 20px 15px;
}
.tagcloud:after {
    display: block;
    content: "";
    clear: both;
}
.tagcloud a {
    float: left;
    display: inline;
    width: auto;
    margin: 0 12px 10px 0;
    padding: 6px 4px;
    text-align: center;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 4px;
}
#main .sec1 .tagcloud a:hover {
 background: #ec5e5e;
 color: #fff;
}

.tagcloud a:before,
.tag_list a:before,
.ch_tags a:before {
 font-family: "FontAwesome";
 content: "\f02b";
 padding-right: 4px;
}
/*/Tag Cloud*/

/*-------------------------------------
Tag_list
-------------------------------------*/
.faq_cat_list {
    padding-bottom: 0;
}
.faq_cat_list ul {
    padding: 0;
}
.faq_cat_list ul h4 {
    padding: 13px 15px 10px;
    font-size: 20px;
    font-weight: bold;
    border-top: solid 1px;
    border-bottom: solid 1px;
    background: #eee;
}
.faq_cat_list ul li a {
    padding: 10px 0 10px 18px;
    text-indent: -12px;
    line-height: 1.6;
    border-bottom: solid 1px #ddd;
}
.faq_cat_list ul li a:before {
    content: "・";
    letter-spacing: -4px;
}

/*-------------------------------------
Search_Section Search-Detail
-------------------------------------*/
.search-detail {
    padding: 20px 0;
}
.search-detail .sec1 {
    margin-bottom: 30px;
    padding-top: 20px;
}
.search-detail h6 {
    padding: 0 15px 10px;;
}
.search-detail h6 a {
    font-size: 18px;
    font-weight: bold;
}
.search-detail p {
    padding: 0 15px;
    font-size: 14px;
}
.search-highlight {
    color: #ffa75c;
}


/*pagination*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #dedede;
	background: #5a595f;
}
.pagination a:hover{
	color: #acacac;
	background: #5a595f;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #5a595f;
	background: #dedede;
}
@media only screen and (max-width: 599px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}

/*/pagination*/

/*/Search_Section Search-Detail*/

/*-------------------------------------
Contact
-------------------------------------*/
.contact_sec {
    position: relative;
}
.contact_sec #contact label {
    float: left;
    height: auto;
    width: auto;
    margin: 10px 4px 10px 15px;
    padding: 0;
    font-size: 16px;
    cursor: default;
    border: none;
    background-color: #fff;
}
.contact_sec #contact label:after,
#main .confirm_sec label:after {
    content: none;
}
.contact_sec #contact label + span {
    float: left;
    padding-top: 9px;
    color: #f00;
    font-size: 10px;
}
.contact_name input,
.contact_mail input,
.contact_massage textarea {
    margin: 0 0 20px 15px;
    width: 90%;
}
.contact_sec h3 {
    height: auto;
    padding: 20px 15px;
}
.contact_sec h3 p {
    font-size: 12px;
    line-height: 1.4;
}
.contact_sec h3.top_detail p:last-child {
    color: #ff0000;
}
.confirm_sec h3 p {
    font-size: 14px;
    line-height: 1.6;
}
.pI_detail p:first-child {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.pI_submit {
    padding: 40px 0;
}
.pI_submit .contact_checkbox {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 4% 0 12%;
}
.contact_sec #contact .pI_submit label {
    float: left;
    margin: 0;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}
.pI_submit .contact_submit {
    width: 40%;
    height: 36px;
    margin: 30px 30% 0;
    color: #bbb;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background-color: #9a9595;
    pointer-events: none;
}
.pI_submit .contact_checkbox:checked ~ .contact_submit {
    color: #b92929;
    background-color: #b48484;
    pointer-events: auto;
    cursor: pointer;
}
.confirm_sec {
    padding: 0 0 10px;
}
.confirm_sec form .confirm_inner {
    width: 96%;
    margin: 20px auto;
    border: solid 1px #000;
    border-radius: 4px;
    box-sizing: border-box;
}
#main .confirm_sec label {
    padding: 10px 15px;
    height: 32px;
    font-size: 14px;
    border: none;
    background: #fff;
    cursor: default;
}
.confirm_inner p {
    padding: 0 15px;
}
.confirm_inner p.fi,
.confirm_inner p.se {
    height: 30px;
    border-bottom: solid 1px #000;
}
.confirm_inner p.th {
    height: auto;
    min-height: 120px;
    margin: 10px 15px 20px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.4;
    border: solid 1px #000;
    border-radius: 4px;
}
.confirm_sec .pI_submit {
    padding: 10px 0 30px;
}
.confirm_sec .pI_submit input {
    pointer-events: auto;
    cursor: pointer;
}
.confirm_sec .pI_submit input.fi {
    margin-top: 0;
    color: #fff;
    background-color: #363636;
}
.confirm_sec .pI_submit input.se {
    margin-top: 10px;
    color: #b92929;
    background-color: #b48484;
}
.page-template-contact-index.m #main > b,
.page-template-contact-index-f.f #main > b,
.page-template-contact-index-k.k #main > b {
    color: crimson;
}
/*/Contact*/

/*-------------------------------------
404
-------------------------------------*/
.error404 header h2 {
    margin-bottom: 40px;
    display: none;
}
.error404 main {
    padding: 20px 15px;
    min-height: 610px;
    box-sizing: border-box;
}
.error404 main h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.error404 main p {
    font-size: 14px;
    line-height: 1.6;
}


/*-------------------------------------
footer
-------------------------------------*/
footer {
    height: 120px;
    padding: 20px 0 10px 15px;
    font-size: 10px;
    color: #fff;
}
footer p:nth-child(1) {
    margin-bottom: 68px;
}
footer p:nth-child(2) {
    font-size: 8px;
}
footer a {
    margin-right: 10px;
    color: #fff;
}
/*/footer*/

/*-------------------------------------
マンション
-------------------------------------*/
.m header h1 {
    background-color: #3e5770;
}
.m .menu-tnav1-container li.fi {
    background-image: url(img/header-bgm1.svg);
    background-color: #3e5770;
}
.m .menu-tnav1-container li.se {
    background-image: url(img/header-bgf2.svg);
    background-color: rgba(70, 91, 70, 0.4);
}
.m .menu-tnav1-container li.se a {
    color: #909D90;
}
.m .menu-tnav1-container ul li.se a:hover {
    color: #fff;
}
.m .sec1 h3,
.m .trend_inqiry h2,
.m .tag_cloud_area h2,
.m .faq_cat_list h2,
.m .inquiry_sec h4 {
    background: #d1d7e0;
    box-shadow: inset 0px 4px 3px -3px #3e5770;
}
.m .sec1, .m .sec1 a {
    color: #3e5770;
}
.m .sec1.sec1_trend_inqiry ul li a {
    background-image: url(img/trendinq_bg_m.svg);
}
.m .sec_button1 {
    background: #3e5770;
}
.m .sec1 label {
    border-bottom: solid 1px #3e5770;
    background-color: #f7f7f7;
}
.m .news_sec ul li a div {
    background: #65798d;
}
.m footer {
    background: #3e5770;
}
.m .tagcloud a, .m .ch_tags a {
    color: #3e5770;
    background: #dde5ec;
}
.m .afb_container {
    background: #d1d7e0;
}
.m .afb_container a {
    border-top: solid 2px #9eabb7;
    border-bottom: solid 2px #9eabb7;
}
.m .afb_container a.good {
    background: #9eabb7;
}
.m .inquiry_sec p {
    border-top: solid 1px #d1d7e0;
}
/*/マンション*/

/*-------------------------------------
Wi-Fi
-------------------------------------*/
.f header h1 {
    background-color: #465b46;
}
.f .menu-tnav1-container li.fi {
    background-image: url(img/header-bgm2.svg);
    background-color: #a7b8c9;
}
.f .menu-tnav1-container li.se {
    background-image: url(img/header-bgf1.svg);
    background-color: #465b46;
}
.f .menu-tnav1-container li.fi a {
    color: #8b9bac;
}
.f .menu-tnav1-container ul li.fi a:hover {
    color: #fff;
}
.f .sec1 h3,
.f .trend_inqiry h2,
.f .tag_cloud_area h2,
.f .faq_cat_list h2,
.f .inquiry_sec h4 {
    background: #e4e8e4;
    box-shadow: inset 0px 4px 3px -3px #465b46;
}
.f .sec1, .f .sec1 a {
    color: #465b46;
}
.f .sec1.sec1_trend_inqiry ul li a {
    background-image: url(img/trendinq_bg_f.svg);
}
.f .sec_button1 {
    background: #465b46;
}
.f .sec1 label {
    border-bottom: solid 1px #465b46;
    background-color: #f7f7f7;
}
.f .news_sec ul li a div {
    background: #798179;
}
.f footer {
    background: #465b46;
}
.f .tagcloud a, .f .ch_tags a {
    color: #465b46;
    background: #d9e0d9;
}
.f .afb_container {
    background: #eff5ef;
}
.f .afb_container a {
    border-top: solid 2px #c5d0c5;
    border-bottom: solid 2px #c5d0c5;
}
.f .afb_container a.good {
    background: #c5d0c5;
}
.f .inquiry_sec p {
    border-top: solid 1px #e4e8e4;
}
/*/Wi-Fi*/

/*-------------------------------------
設置工事
-------------------------------------*/
.k header h1 {
	background-color: #fff;
}
/*k-header*/
.k header h1 {
    float: none;
    width: 100%;
    padding: 0;
    background-image: url(img/header-bgk.svg);
    background-repeat: no-repeat;
    background-position: 5% center;
}
.k header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0 0 19%;
    text-align: left;
    font-size: 16px;
}
.k .sec1 h3,
.k .trend_inqiry h2,
.k .tag_cloud_area h2,
.k .faq_cat_list h2,
.k .inquiry_sec h4 {
    background: #eff5f7;
    box-shadow: inset 0px 4px 3px -3px #475058;
}
.k .sec1, .k .sec1 a {
    color: #666;
}
.k .sec1.sec1_trend_inqiry ul li a {
    background-image: url(img/trendinq_bg_k.svg);
}
.k .sec_button1 {
    background: #316eb5;
}
.k .sec1 label {
    border-bottom: solid 1px #00aae3;
    background-color: #f7f7f7;
}
.k footer {
    background: #444;
}
.k .tagcloud a, .k .ch_tags a {
    color: #316eb5;
    background: #eff5f7;
}
.k .inquiry_sec p {
    border-top: solid 1px #066c8e;
}
/*/設置工事*/

/*-------------------------------------
ノーマル
-------------------------------------*/
.n header,
.n footer {
    background-color: #5a595f;
}
.n header h1 {
    color: #fff;
}
.n.tag header h2.fi,
.n.search header h2.se {
    float: left;
    width: 66%;
    padding-top: 31px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.n.tag header h2.se,
.n.search header h2.fi {
    display: none;
}
.n.tag header h2.fi:before {
    font-family: "FontAwesome";
    content: "\f02c";
    padding-right: 10px;
}
.n.search header h2.se:before {
    font-family: "FontAwesome";
    content: "\f002";
    padding-right: 10px;
}
.n .content-header2 {
    background: #d8d7dc;
    box-shadow: inset 0px 4px 3px -3px #5c5660;
	height: 80px;
}
.n .content-header2 h2 {
    float: left;
    width: 70%
}
.n .content-header2 a {
    float: left;
    width: 28%;
    margin: 26px 2% 0 0;
    padding: 8px 4px;
    color: #fff;
    text-align: center;
    background-color: #5a595f;
    border-radius: 6px;
    box-sizing: border-box;
}
.n .content-header2 a:before {
    font-family: "FontAwesome";
    content: "\f112";
    padding-right: 10px;
}
.n #main {
    height: auto;
    min-height: 52vh;
    padding: 20px 0 40px;
}
.tag_list a {
    margin: 20px 0;
    padding-left: 10px;
}
.tag_list a, .n.search #main, .n.search #main h6 a {
    color: #5a595f;
}
/*/ノーマル*/

/*-------------------------------------
お知らせ資料
-------------------------------------*/
.notice {
	max-width: 1024px;
}
.notice .content-header {
	display: none;
}
.notice .notice-sec {
	padding: 40px 2%;
	text-align: center;
	line-height: 1.2;
}
.notice-sec .name {
	margin-bottom: 10px;
	text-align: right;
}
.notice-sec .hl {
	margin-bottom: 10px;
	color: #f00;
	font-size: 28px;
	font-weight: bold;
}
.notice-sec .hl.se {
	margin-bottom: 18px;
}
.notice-sec .hl-sub {
	margin-bottom: 10px;
	color: #444;
	font-size: 24px;
	font-weight: bold;
}
.notice-sec .type {
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.notice-sec .head-info {
	margin-bottom: 18px;
	text-align: left;
}
.notice-sec .head-info .em {
	color: #f00;
	font-weight: bold;
	text-decoration-line: underline;
}
.notice-sec .contact-wrap {
	padding: 20px 1%;
	text-align: left;
	background: #888;
}
.notice-sec .contact-wrap * {
	color: #fff;
}
.notice-sec .contact-wrap .ctwp-hl {
	margin-bottom: 24px;
	padding-left: 1em;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-indent: -1em;
}
.notice-sec .contact-wrap .link-button {
	display: block;
	width: 58%;
	margin: 0 auto 24px;
	padding: 20px 0;
	text-align: center;
	background: #fff618;
}
.notice-sec .contact-wrap .link-button span {
	color: #f00;
	font-size: 6vw;
	font-weight: bold;
}
.notice-sec .contact-wrap .ctwp-info {
	margin-bottom: 10px;
    padding-left: 1em;
	text-indent: -1em;
}
.notice-sec .contact-wrap .ctwp-info.th {
	margin-bottom: 0;
}
.notice-sec .contact-wrap .link-txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fffa8b;
	border-bottom: solid 1px #fffa8b;
}
.notice-sec .contact-wrap .link-txt:hover {
	color: #fffcbe;
	border-bottom: solid 1px #fffcbe;
}
/*/お知らせ資料*/

/*---------------------------------
Responsive Style
---------------------------------*/

@media screen and (min-width:600px) and ( max-width:959px) {
/*タブレット*/
    body, header, .container, footer {
        max-width: 959px;
    }
    body {
        background: #fff;
        margin: 0 auto;
    }
		#main .mobile {
			display: none;
		}
		#main .tablet {
			display: inherit;
		}
    .faq_sec {
        min-height: 560px;
    }
}

@media screen and (min-width:600px)  {
/*タブレット・PC共通*/
		.case .case_map img, .case .case_map img.small {
				width: auto;
		}
		.case .case_list {
				flex-direction: row;
		}
		.case .case_list i {
				margin: 0 6px;
				border-left: 18px solid #316eb5;
				border-top: 30px solid transparent;
				border-bottom: 30px solid transparent;
				border-right: 0;
		}
		.case .case_list img {
				width: 44%;
		}
}

@media screen and (min-width:960px) {
/*通常のデスクトップ*/
    html {
        height: 100%;
    }
    body {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #fff;
    }
		#main .mobile {
			display: none;
		}
		#main .tablet {
			display: none;
		}
		#main .pc {
			display: inherit;
		}
    
/*-------------------------------------
common_header
-------------------------------------*/
    header {
        max-width: 80%;
        height: 56px;
        margin-bottom: 8px;
    }
    .k header.cf h1 {
        width: fit-content;
        min-width: 320px;
        background-color: #fff;
        background-image: url(img/header-bgk_pc.svg);
        background-size: 28px;
        background-position: 20px 12px;
        box-sizing: border-box;
        transition: all 300ms 0s ease;
    }
    .k header.cf h1:hover {
        background-image: url(img/header-bgk-hov.svg);
    }
    .k header.cf h1 a {
        padding: 12px 0 0 68px;
        color: #316eb5;
        transition: all 300ms 0s ease;
    }
    .k header.cf h1:hover a {
        color: #f446b7;
    }
    .n header {
        max-width: 100%;
        margin-bottom: 0;
        background: #ddd;
    }
    .n header {
        display: none;
    }
    .n header h1 {
        width: 160px;
        margin-left: 10%;
        padding: 20px 0px 0 40px;
        color: #444;
        text-align: left;
        background-image: url(img/header-logo_pc.svg);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 0px center;
    }
    .n.tag header h2.fi, .n.search header h2.se {
        width: 400px;
        height: 100%;
        padding-top: 18px;
        text-align: left;
        font-size: 20px;
        color: #444;
    }
    
/*-------------------------------------
Scroll_nav, search Form
-------------------------------------*/
    .scroll_nav {
        display: none;
    }
    .pc_nav {
        display: block;
        float: left;
        width: 20%;
        min-width: 360px;
        height: auto;
        padding: 0 6px;
        box-sizing: border-box;
        box-shadow: 0px 0 6px 0px #adadad;
    }
    .pc_nav .scrnav_innner {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .pc_nav .scrnav_innner.hov {
        width: 200px;
        padding: 10px 0;
        border-bottom: solid 1px #316eb5;
    }
    .pc_nav .scrnav_innner.hov:hover {
        background: #eff5f7;
        border-radius: 4px;
    }
    .k .scrnav_innner i {
        color: #316eb5;
        font-size: 20px;
    }
    .k .scrnav_innner span {
        color: #666;
        font-size: 16px;
    }
    .scrnav_list {
        position: relative;
        top: 0;
        height: auto;
        margin-bottom: 20px;
        box-shadow: none;
    }
    .scrnav_list > div {
        display: flex;
    }
    .scrnav_list .textin1 {
        width: 80%;
        margin: 0;
    }
    .scrnav_list .submit1 {
        width: 20%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }
    .tagcloud.header_tags {
        overflow-x: hidden;
        height: auto;
    }

    
/*-------------------------------------
content-header
-------------------------------------*/
	.k.post-template .content-header {
		display: block;
	}
	
    p.ch_tags {
        max-width: 80%;
        padding: 10px 15px 12px;
        background: #fff;
        border: none;
    }
    .content-header {
        width: 100%;
        max-width: 100%;
        height: 58px;
        margin: 0 auto;
        font-size: 12px;
        background: #fff;
        box-shadow: 0 3px 3px -2px #333;
        border: none;
        z-index: 1;
    }

    .content-header > h2, .content-header2 > h2 {
        max-width: 60%;
        height: 100%;
        margin-left: 10%;
        padding: 14px 0;
        font-weight: normal;
        line-height: 1.6;
    }
    .n .content-header > h2 + a , .n .content-header2 > h2 + a {
        height: 44px;
        width: 194px;
        float: right;
        margin: 20px 10% 0 0;
        line-height: 1.8;
    }

    .k .content-header a {
        color: #066c8e;
    }
    .k .content-header a:hover {
        text-decoration-line: underline;
    }
    .n .content-header2 {
        max-width: 100%;
        display: block;
    }
    .breadcrumbs {
        width: 80%;
        display: block;
        margin-left: 10%;
        padding-left: 8px;    
    }
    .breadcrumbs span:after {
        display: inline;
        content: ">";
        width: 40px;
        margin: 0 8px;
        font-size: 14px;
    }
    .breadcrumbs .last_bcttl:after {
        content: none;
    }
/*-------------------------------------
sec1
-------------------------------------*/
    #main {
        max-width: 50%;
        margin: 0 20px 0 10%;
        float: left;
        box-sizing: border-box;
        box-shadow: 0px -2px 6px 0px #adadad;
    }
    .n #main {
        float: none;
        margin: 0 auto;
        min-height: 80%;
        max-width: 80%;
    }
    #main .sec_button1 {
        margin: 20px 0;
        width: 100%;
        box-sizing: border-box;
        background: none;
    }
    .sec_button1 a {
        width: 38%;
        margin: 20px auto;
    }
    .k .sec_button1 a {
        background: #316eb5;
    }
    .faq_sec {
        min-height: 700px;
    }
    .faq_sec a:hover,
    .tag_list a:hover {
        text-decoration-line: underline;
    }
    .inquiry_sec > h4 a:hover {
        opacity: 0.6;
    }
    .part_img_flex {
        display: flex;
        justify-content: space-around;
    }
    .pc_zoom_img {
        width: 60%;
    }
    .sec1 ul li:hover {
        box-shadow: 0px 0px 4px 1px silver;
        transition: all 300ms 0s ease;
    }
    .part iframe {
        display: block;
        text-align: center;
        margin: 20px auto 40px;
    }



/*-------------------------------------
Trend_inqiry
-------------------------------------*/
    
/*-------------------------------------
CommonLink Section  Inquiry Section
-------------------------------------*/
    
/*-------------------------------------
Definition Section
-------------------------------------*/
    
/*-------------------------------------
News Section
-------------------------------------*/

/*-------------------------------------
Afb Container
-------------------------------------*/

/*-------------------------------------
Tag Cloud
-------------------------------------*/
    .tagcloud a,
    .ch_tags a {
		transition: all 300ms 0s ease;
    }
    .tagcloud a:hover,
    .ch_tags a:hover {
        background: #f446b7;
        color: #fff;
    }
    .tag_cloud_area {
        display: none;
    }
/*-------------------------------------
Search_Section Search-Detail
-------------------------------------*/
    
/*-------------------------------------
Contact
-------------------------------------*/
    
/*-------------------------------------
404
-------------------------------------*/
    .error404 main {
        max-width: 80%;
        min-height: 80%;
        margin: 0 auto;
    }
    .error404 a {
        color: #444;
    }
    .error404 a:hover {
        text-decoration-line: underline;
    }

/*-------------------------------------
footer
-------------------------------------*/
    footer {
        clear: both;
        max-width: 100%;
        height: 168px;
        padding: 32px 10% 26px;
    }
    footer p {
        width: 100%;
        font-size: 14px;
    }
    footer p:last-child {
        font-size: 12px;
    }
    footer a {
        margin-right: 40px;
    }
    footer a:hover {
        text-decoration-line: underline;
    }
}