@charset "UTF-8";


@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}


* {
	margin: 0;
	padding: 0;
    outline: 0;
	vertical-align: baseline;
	list-style: none;
}
.content table {
	border-collapse:separate;
	border-spacing:0;
	border:#e4e4e4 0px;
	font-size:8pt;
}

.content td, tr {
	vertical-align:middle;
}

.content h3 {
	border-left: #ddd 5px solid;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 2em;
}

.content time {
    color: #888;
    margin-bottom: 20px;
    font-size: .9rem;
    display: block;
}

/* body */

body {
	margin:0 auto;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #333;
}

.content th, td {
	padding:10px;
}
tr.even td {
	background:#E5ECF9;
}

hr {
	margin-top: 40px;
margin-bottom: 40px;
border: 0;
border-top: 1px solid #eeeeee;
}
img {
vertical-align: middle;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p { 
	margin-bottom: 20px; 
	line-height: 150%;
	font-size: 14px;

}
a img:hover { opacity: 0.7; }

a {
    color: #0070c9;
    text-decoration: none;
}

a:hover {
	-webkit-transition: color 0.25s ease-out;
transition: color 0.25s ease-out;
}

.link-arrow {
	display: block;
text-align: center;
}

.sp-none {
	display: none;
}



/* アニメーション アンダーライン */
a.move-link,
.tel a  { text-decoration: none !important; } /* reset default css */

a.move-link,
.tel a {
  display: inline-block;
  line-height: 120%;
}

a.move-link::after,
.tel a::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #0070c9;
}

a.move-link:hover::after,
.tel a:hover::after {
  width: 100%;
}



.waku {
	padding: 30px;
	border: solid 1px #eee;
}

/* color */
.white { #fff; }
.red { 
color: red; 
}
.red2 { color: #F60; }
.grey { color: #666 !important; }
.grey-bg { 
background-color: #f2f2f2; 
color: #333 !important;
}
.pink { 
	color: #ff0096 !important; 
}
.orange {
    color: #f77b00;
}
.gold {
color: #808000;
}

a.w {
	color: #fff !important;
}

.green {
	color: green;
}

.normal-txt {
	font-weight: normal !important;
}
.normal {
	font-weight: normal !important;
padding: 5px;
font-size: 13px;
color: white;
background: red;
vertical-align: middle;
float: right;
position: absolute;
right: 13%;
}


.big {
	font-size: 15px;
}
.suji-big {
	font-size: 16px;
}
.op-big {
	font-size: 13px;
}


.none { display: none; }
/* 方向 */


.right { float: right;
 overflow: hidden; 
 }
 
 .left { float: left;
 overflow: hidden; 
 }
 
.center { 
    text-align: center; 
}

.space { 
width: 100%; 
height: 40px; 
overflow: hidden; 
}

.space-mini {
    height: 10px;
    width: 100%;
    overflow: hidden;
}

/* size */
.small { 
font-size: 12px !important; 
line-height: 180%; 
}
.bold { font-weight: bold; }
.txt-wide {
	letter-spacing: 0.5;
}
.txt-right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.middle {
	vertical-align: middle;
}

.border {
	border: solid 1px #ddd;
}

/* header */

header {
	padding: 10px 10px;
	width: 100%;
	overflow: hidden; 
}

.logo {
	float: left;
}
.tel {
    float: right;
	text-align: center;
	width: 239px;
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
}

.sp-header,
.overlay {
	display: none;
}

.fixbar {
  width: 100%;
}
.fixed .fixbar {
  position: fixed;
  margin: 0 auto !important;

  }
.header.fixed  {
	  top: 0px;
	  position: fixed;
	  z-index: 99999999;
	  width: 100%;
	  background-color: #fff;
  }

#title {
height:100%;
width:100%;
margin: 0 auto;
}

/* toc 目次 */

ul.toc, ol.toc {
  color: #1e366a;
  border: solid #1e366a 1px;
  padding: 1em 1.5em;
  margin-bottom: 40px;
}

.toc li {
  line-height: 1.5;
  padding: 0.5em 0;
  border-bottom: dotted 1px #ddd;
}

.toc li:last-child {
	border-bottom: none;
}



/* パンくず */
.panlists {
width: 100%;
background-image: linear-gradient(to top, #EEE, #FFF, #eee);
	overflow: hidden;
	}
	
.panlist {
width: 1000px;
	margin: 0 auto;
}
.panlist li { 
	float: left;
display: block;
font-size: 11px;
margin-left: 20px;
padding: 6px 0;
color: #999;
}

.panlist li:first-child:before {
  font-family: "Font Awesome 5 Free";
  content: '\f015 '; /* アイコンのunicode */
  font-size: 14px;
  padding-right: 3px;
  font-weight : 900;
  
}

 

/* main top image */
.pic {
	background: url(/images/pixta_13844214_M.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	}	
	

.pic-height {
height: 300px;
}



/* container */


#container {
    float: none;
    width: 1100px !important;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    }

#container h1 {
	margin-bottom: 30px;
	letter-spacing:0.8pt;
}

.two-stage {
	margin-left: 20px;
}

main p {
 font-size: 15px;
 line-height: 200%;
		   color: #4d5156;
	letter-spacing: .10rem;
}


#container a:link,
#container a:visited {
color: #0070c9;
}

#container a:hover,
#container a:active {
color: #0070c9;
text-decoration: underline;
}

.list-under li {
    display: table;
    border-bottom: solid 1px #333;
    margin: 20px 0;
    font-weight: bold;
    line-height: 150%;
}
/* main content */

.main {
    padding: 0 20px;
    font-size: ;
    border: solid #E1E1E1 1px;
    margin: 0 auto 50px;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 760px;
    float: left;
}

.main-1column {
width: 960px;
	background-color: #FFF;
    padding: 0 20px;
    border: solid #E1E1E1 1px;
    margin: 0 auto 50px;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.main-1column h1 {
    color: #fff;
    padding: 15px;
    font-size: 22px;
    margin: 0 -20px 30px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    letter-spacing:0.8pt;
}

.main h1 {
    color: #333;
    padding: 12px;
    font-size: 20px;
    margin: 0 -20px 20px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: solid #ddd 1px;
    background-color: #eee;
    letter-spacing:0.8pt;
    }

.main h2 {
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 4px solid #3498DB;
	padding: 8px 10px ;
	letter-spacing:0.8pt;
}

.main h3 {
font-size: 17px;
font-weight: bold;
line-height: 150%;
margin-bottom: 20px;
letter-spacing:0.8pt;
}

.main h4 {
font-size: 20px;
font-weight: normal;
text-align: center;
line-height: 150%;
margin-bottom: 20px;
letter-spacing:0.8pt;
}

.main p {
	color: #333;
 font-size: 15px;
line-height:200%;
letter-spacing:0.6pt;
}

.bottom-content {
	background: lavenderblush;
	padding: 20px 40px;
	margin-bottom: 20px;
}

.bottom-content li {
	line-height: 180%;
}

.bottom-key {
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 2px 0 #d1d1d1;
}

.bottom-key h2 {
 font-size: 16px;
 font-weight: bold;
 border: none;
 padding: 0;
 margin-bottom: 10px;
}

.bottom-key li {
	line-height: 180%;
	float: left;
	padding-right: 20px;
}

/* 1カラム content */
.box-one {
	padding: 0 60px;
	margin: 0 0 60px;
}

.box-one h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    border-left: 4px solid #3498DB;
    padding: 8px 10px;
}


/* re new */

.under {
  font-weight: bold;
  color: #333;
  text-decoration : underline;
}

.other-service {
	background: #eff3f5;
	padding: 20px 60px 40px;
	border-radius: 10px;
	margin: 0 20px;
}

.other-service dt {
	font-weight: 600;
    color: #436472;
    text-align: center;
    font-size: 1.3rem;
    float: inherit;
}

.other-service dd {
	margin: 0 auto;
}


.other-price {
	border-bottom: 2px solid #436472;
	display: inline-block;
	padding-bottom: 10px;
	color: #436472;
}

.other-service p {
	line-height: 200% !important;
}


.kome {
  padding: 0.5em 0em 0.5em 1.5em;
  position: relative;
  margin-bottom: 20px;
}
.kome li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
.kome li:before {
  content: "※";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
}

/* twitter */

.twitter-tweet {
	margin: 0 auto;
	text-align: center;
}

/* blockquote */

blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #333;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    margin: 40px 0 40px;
    line-height: 200%;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* talk */

.balloon5 {
    width: 650px;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img,
.balloon5 .faceicon-right img{
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.faceicon span,
.faceicon-right span,
.faceicon-r span {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	display: block;
	color: #666;
}


.balloon5 .chatting {
    width: 100%;
}

.says-one {
    max-width: 100% !important;
}


.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 20px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}


.balloon5 .faceicon-right {
    float: right;
    width: 80px;
}

.says-right {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 0px;
    padding: 20px;
    border-radius: 12px;
    background: #d7ebfe;
    float: left;
}
.says-right:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -12px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 0 11px 12px;
    border-color: transparent transparent transparent #e8e8e8;
    z-index: -1;
}

/* article list */

.list-article {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: dotted #ddd 1px;
}

.list-article figure {
		margin-right: 20px;
		width: 200px;
		height: 100px;
		float: left;
	}

.list-article figure img {
			min-width: 200px;
			max-width: 100%;
			vertical-align: top;
		}
.border-none {
	border-bottom: none;
}

.text_content h3 {
	border: none;
}


/* side */

.side {
	float: right;
	width: 310px;
	overflow: hidden;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 20px;

}

.side h2 {
background-color: #eee;
color: #000;
padding: 15px;
font-size: 16px;
text-align: center;
margin: 0;
border-radius: 4px 4px 0 0 ;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.side p {
	font-size: 70%;
	padding: 0;
	margin: 0 0 20px;
}

.side ul {
	margin-bottom: 20px;
}

.side ul li {
	border-bottom: dashed 1px #ddd;
}
.side ul li:last-child {
	border:none;
}

.side ul li a {
	    display: block;
	        padding: 15px 20px;
}

.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #0070c9;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-right: 10px;
}

.start-plan {
	padding: 15px;
	text-align: center;
	color: white;
	display: block;
	font-size: 100%;
	font-weight: bold;
}
.start-plan:hover {
	opacity: 0.6;
}

a.start-plan {
	text-decoration: none !important;
	color: #fff !important;
	margin-bottom: 20px;
}

.side-plan {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f1), color-stop(100%,#f4f2e2));
}


.side-plan p {
padding: 0 10px 20px;
	font-size: 14px !important;
font-weight: bold;
line-height: 140%;
color: #b6b07c !important;
text-align: center;
}

.side .yen {
    color: #b6b07c;
    font-size: 23px;
}
.side .price {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #b6b07c;
}

.side-ribon {
display: block;
margin:10px auto 0;
width: 251px;
height: 41px;
background: url(/images/side-ribon.png);
}
a.side-ribon {
	padding-top: 8px;
	color: #fff !important;
}

.more {
	border-radius: 15px;
	background: #ffb700;
	padding: 5px 10px;
	text-align: center;
	color: white;
	margin: 0 auto;
	display: table;
	width: 120px;
	}

/* お得な別サービス */

.content-other h2 {
	border: none;
	padding: 0px;
	font-size: 20px;
}	

.content-other h3 {
	color: #333;
	padding: 0 0px 20px 0px;
	border-bottom: dotted 1px #eee;

}

.content-other .form-link {
    margin: 0px;
    padding: 20px;
    background-color: #eee;
}

.suji {
	font-weight: bold;
	font-size: 20px;
}
	
/* プランページ お申し込みページ */

.title-bg {
	font-size : 20px;
	color : #333;
	letter-spacing : 0.1em;
	margin: 40px 0 20px;
	}

.op-img {
	background: url(/images/op-small.png);
	width: 105px;
	height: 100px;
	position: absolute;
}

.box p { 
padding: 10px 0px 20px 45px; 
color: #333;
margin: 0;
}

.box-top { 
padding: 0px; 
}

.box-top h2 { 
margin-bottom: 20px;
font-size: 18px;
}

.box.page p { 
padding: 0px 0px 0px ;
}
.box.page h2 { 
font-size: 24px; 
margin: 0px; 
 }
 


  
td.table-left {
	   	   text-align: left;
	     padding: 20px !important;
	     background-color:#F2F2F2;
	     font-size: 14px;
font-weight: bold;
width: 34% ;
vertical-align: middle !important;
line-height: 26px !important;
}

.table-left img {
	width: 43px;
	vertical-align: middle;
	margin-left: -10px;
}
   
.table-right {
     width: 66%;
	     padding: 20px !important;
	     text-align: left;
	     font-size: 14px !important;
	     padding: 20px;
	     vertical-align: middle;
	     line-height: 26px !important;
     }
     
    
    
  /* オプション */
  
  .text-mini {

    line-height: 200%;
    font-size: 12px;
    color: #888;

}
    
  .mini-txt {
	    font-size: 12px !important;
	    color: #999;
    }
     .mini {
	     font-style: 10px !important;
     }
/* お申し込みボタン */
.title-form {
	font-size: 22px ;
	line-height: 200%;
}
a .title-form {
	color: #fff;
}


/* 応対事例 Q&A */

.other-outai li {
		padding: 20px;
		text-align: center;
		border: solid 1px #ddd;
		margin-bottom: 20px;
		border-radius: 10px;
	}

	/* talk */

.balloon5 {
    width: 100%;
    margin: 1.5em auto 40px;
    overflow: hidden;
    }

.balloon5 .faceicon {
    float: left;
    margin-right: -100px;
    width: 100px;
}

.balloon5 .faceicon img,
.balloon5 .faceicon-right img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.faceicon span,
.faceicon-right span {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	display: block;
	color: #666;
}


.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 125px;
    padding: 30px;
    border-radius: 12px;
    background: rgba(188,188,188,0.08);
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid rgba(188,188,188,0.08);
}

.says p,
.says-right p {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    line-height: 200% !important;
}


.balloon5 .faceicon-right {
    float: right;
    width: 100px;
    margin-left: -100px;
}

.says-right {
    display: inline-block;
    position: relative; 
    margin: 5px 125px 0 0px;
    padding: 30px;
    border-radius: 12px;
    background: rgba(188,188,188,0.08);
    float: left;
}
.says-right:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -12px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 0 11px 12px;
    border-color: transparent transparent transparent rgba(188,188,188,0.08);
    z-index: -1;
}

/* line talk */

.line-bc {
  padding: 20px 10px;
  max-width: 620px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
}

.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -80px;
    width: 80px;
}

.balloon6 .faceicon-r {
    float: right;
    margin-left: -80px;
    width: 80px;
}

.balloon6 .faceicon img,
.balloon6 .faceicon-r img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 10px 0 20px 100px;
    max-width: 400px;
    border-radius: 12px;
    background: #edf1ee;
    padding: 20px;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}

.line-bc .says p {
	font-size: 14px !important;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 20px 90px 20px 0;
}
.mycomment p{
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 15px;
    max-width: 400px;
    border-radius: 12px;
    background: #f2f2f2;
    font-size: 15px;
    text-align: left;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #f2f2f2;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

/* new plan */

.start {
	background:url(/images/green_pattern-side.png) repeat-x;
}
.start-color {
	color: #ff8522;
}


.economy {
	background:url(/images/green_pattern-side.png) repeat-x;
}

.economy-color {
	color: #ff8522;
}


.standard {
	background:url(/images/coniro-side.png) repeat-x;
}

.standard-color {
	color: #0080c0;
}


.business {
	background:url(/images/coniro-side.png) repeat-x;
	}
	
	
.business-color {
	color: #0080c0;
}


   
.executive {
	background:url(/images/gold.png) repeat-x;
}

.executive-color {
	color: #72640c;
}


/* 応対事例 */

.content-boder {
    padding:  20px 30px 10px;
    margin-bottom: 40px;
    color: #333;
    background-color: #f7f7f9;
    border-radius: 5px;
}

.content-boder h2 {
    font-size: 17px;
    margin-bottom: 10px;
    border: none;
    padding: 0;
    text-align: center;
}


.bottom-content h4 {
    font-weight: bold;
    color: #ff6666;
    font-size: 16px;
    margin: 0 0 10px;
}

/* faq */

.accordion1 {
	margin-bottom: 40px;
}
.accordion1 li {
	border-bottom: solid 1px #eee;
}
.accordion1 .inner {display: none;}
.accordion1 p{cursor: pointer; padding: 10px;}


/* img */
.img-circle {
    border-radius: 50%;
}
img {
    vertical-align: middle;
}
/* media */
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
    padding: 5px 0 10px;
    line-height: 180%;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body p { 
font-size: 15px; 
line-height: 180%; 
padding-top: 5px;
margin: 0;
}

h4.media-heading {
	margin: 0;
	text-align: left;
}

/* panel */
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);

}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin: 0 !important;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 0px 100px 40px;
}

.panel-body p {
	font-size: 15px;
}

 .side .panel-body {
	  padding: 20px 10px;
	  font-size: 13px;
  }
  
   .side .panel-body p {
	   line-height: 180%;
   }

.panel-heading p {
	margin: 10px 0;
}

/* お申し込みページ */

.s-one { background: url(/images/green_pattern.png) repeat;}
.s-two { background: url(/images/coniro.png) repeat;}
.s-three { background: url(/images/gold.png) repeat;}

/* お客様の声 */

#customer .box {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
background-color: rgba(188,188,188,0.08);
border: solid 1px rgba(188,188,188,0.1);
}

#customer .box p {
	padding: 0px 0px 20px 0px;
	line-height: 180%;
}
#customer .box .left {
	float: left;
	width: 20%;
}
#customer .box .right {
	float: right;
	width: 75%;
	padding-left: 20px;
}
#customer .mini {
	font-size: 12px !important;
}

#customer .right h3 {
	color: #333;
	margin: 10px auto 20px;
}


/* 相談例 */

.contet-list li {
	padding: 10px 0 20px ;
	margin: 0 0 10px;
	border-bottom: dotted 1px #eee;
}

ul.contet-list li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.contet-list li a {
	display: block;
}
	
	/* flow */
	
	

	.content-single {
		width: 920px;
		margin: 0 auto 40px;
		padding: 20px;
		background-color: #fff;
	}
	
	.flow li { 
	float: left;
		width: 47%;
	}
	.flow li:nth-child(2){
		border-left: solid 1px #ddd;
		padding-left: 20px;
		margin-left: 20px;
	}
	.flow h2 {
		padding: 15px;
		text-align: center;
		font-size: 18px;
		background-color: #f2f2f2;
		color: #333;
		margin-bottom: 20px;
		font-weight: bold;
		letter-spacing: 0.09em;
	}
	
	.flow-content {
		border: solid 1px #ddd;
		padding: 20px;
		margin-bottom: 40px;
		overflow: hidden;
		
	}
	.flow-content h3 {
		background: rgba(87,87,87,0.03);
		padding: 15px;
		color: #333;
		text-align: center;
		margin: -20px -20px 10px;
	}
	.flow-content p {
		padding: 10px 0px;
		line-height: 180%;
		margin: 0;
		font-size: 14px;
	}
	.flow-content ol {}

.p-title {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
	margin: 0 !important;
}
.space { 
	width: 100%;
	height: 20px;
	overflow: hidden;
}

/* arrow */
.arrow3{
  width: 200px;
  margin: 0 auto;
}
.arrow3::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 50px;
  background: #ccc;
}
.arrow3::after{
  content: "";
  display:block;
  border-top: 100px solid #ccc;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

dt { 
float: left; 
font-weight: bold;
line-height: 220%;
 }
dd { 
margin: 0 0px 15px 32px;
line-height: 220%;
}

.flow-img p {
	margin-bottom: 10px;
}

/* contact form */
 .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.table-contact td {
	font-size: 13px;
vertical-align: middle !important;
text-align: right;
}

.required {
    background: #C9871B;
    padding: 3px 6px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
}

textarea {
    overflow: auto;
}

textarea.input-lg, select.input-lg[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}





/* table */

.table-bordered {
    border: 1px solid #eee;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
}


/* outai 階層のコンテンツ */

:root{
    --chat-bg: #f6f7fb;
    --bubble-left: #e8f1ff;
    --bubble-right: #ffff;
    --text: #1d2433;
    --muted: #6b7280;
    --border: #e5e7eb;
    --shadow: 0 6px 20px rgba(10, 20, 40, .08);
    --radius: 18px;
    --avatar: 80px;
    --gap: 12px;
  }

  .chat{
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 18px;
    background: var(--chat-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
  }

  .chat__row{
    display: flex;
    align-items: flex-end;
    gap: var(--gap);
    margin: 10px 0 20px;
  }

  .chat__row--right{
    justify-content: flex-end;
  }

  .chat__avatar{
    width: var(--avatar);
    height: var(--avatar);
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 var(--avatar);
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
  }
  .chat__avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .chat__bubble{
    position: relative;
    max-width: min(560px, 69%);
    padding: 12px 14px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    color: var(--text);
    line-height: 1.6;
    background: var(--bubble-left);
    word-break: break-word;
  }

  /* 左吹き出しのしっぽ */
  .chat__row--left .chat__bubble::before{
    content:"";
    position:absolute;
    left:-7px;
    bottom: 14px;
    width: 14px;
    height: 14px;
    background: var(--bubble-left);
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transform: rotate(45deg);
    border-bottom-left-radius: 3px;
  }

  /* 右吹き出し */
  .chat__row--left .chat__bubble{
    background: var(--bubble-left);
  }
  
   /* 右吹き出し */
  .chat__row--right .chat__bubble{
    background: #fff;
  }
  

  /* 右吹き出しのしっぽ */
  .chat__row--right .chat__bubble::before{
    content:"";
    position:absolute;
    right:-7px;
    bottom: 14px;
    width: 14px;
    height: 14px;
    background: var(--bubble-right);
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transform: rotate(-45deg);
    border-bottom-right-radius: 3px;
  }

  .chat__meta{
    display:flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
  }

  .chat__name{
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .02em;
  }


  .chat__text{
    margin: 0;
    font-size: 15px;
  }

  /* スマホ微調整 */
  @media (max-width: 560px){
    :root{ --avatar: 40px; }
    .chat{ padding: 14px; }
    .chat__bubble{ max-width: 82%; }
    .chat__text{ font-size: 14px; }
  }


/* table pc */


 .box-top h2 {
	 font-size: 1.3rem;
	 margin-bottom: 40px;
 }
 
 .box-txt {
	 width: 800px;
	 margin: 0 auto;
	 padding: 20px 20px 0;
 }
 
 .box-txt p {
	 line-height: 200% !important;
	 font-size: 17px !important;
 }
 
 .under {
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}

.table-top {
	    padding: 15px;
    text-align: center;
    font-size: 1.5rem;
    margin: 20px 0;
    letter-spacing: 3px;
    font-weight: bold;
}
	
	
.table-top:before {
    content: "";
    width: 200px;
    height: 3px;
    display: inline-block;
    background-color: #08395e;
    position: relative;
    top: -7px;
    margin-right: 10px;
}

.table-top:after {
    content: "";
    width: 200px;
    height: 3px;
    display: inline-block;
    background-color: #08395e;
    position: relative;
    top: -7px;
    margin-left: 10px;
}
 
 table.tbl-r03 {
  border-collapse: collapse;
  border: solid 1px #ddd;
  width: 100%;
  margin: 0 auto 10px;
}
table.tbl-r03 th, 
table.tbl-r03 td {
  border: solid 1px #ddd;
}

.tbl-r03 th {
  background: #f2f2f2;
  border: solid 1px #ddd;
  color: #000;
  padding: 10px;
  font-size: .9rem;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.tbl-r03 td {
  border: solid 1px #ddd;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}

 /* content table */
 
 td.sp-td {
    width: 200px;
}

.content td { 
text-align: left;
vertical-align:middle; 
padding: 8 10px; 
font-size: 120%;
  }
.content tbody td:nth-child(2n+0) { text-align: left; }
.content td p { margin-bottom: 5px !important; }
/* servise */

.form-link {
    margin:0 -20px;
	padding: 20px 15px 0px;
	background-color: #eee;
}

.btn:hover {
	opacity: 0.6;
}

.c-back {
	border-left: solid 15px #eee;
	border-right: solid 15px #eee;
	border-bottom: solid 15px #eee;
	margin: 0px -20px 0;
	padding: 20px;
	line-height: 160%;
	font-size: 12px;
	color: #666;
}

/* wide btn */

.read-more {
	display: inline-block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    outline: 0;
    background-color: #ff6666;
    text-align: center;
    height: 50px;
    line-height: 40px;
    padding: 5px 50px;
    font-size: 17px;
    color: #FFF !important;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin: 10px auto 30px;
    border-radius: 10px;
}

/* 異業種別応対 */


.outai li {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.outai li:first-child {
	border-top: solid 1px #ddd;
	padding-top: 10px;
}
.outai li:last-child {
	border: none;
	margin-bottom: 0px;
}

.other-outai li {
color: #333;
padding: 10px;
}
.other-outai li a {
	display: block;
}

.customer-voice {
    margin: 30px 0;
    border: 5px solid #ddd;
    padding: 15px;
}

.customer-voice h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #999;
    background-image: none;
    padding: 10px 0;
    margin: 0 0 15px;
}

.customer-voice li {
	overflow: hidden;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.customer-voice li p {
	margin: 0 0 10px 0;
}
.customer-voice li img {
	float: left; 
	margin: 0 20px 0px 0;
}

.text-bold {
    font-size: 15px !important;
    font-weight: bold;
    color: #333;
}


.anser {
    padding: 20px;
    background-color: rgba(188,188,188,0.08);
    border: solid 1px rgba(188,188,188,0.1);
}

.other h2 {
	border: none;
	padding: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

.other-center {
	text-align: center;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 20px !important;
	font-weight: normal !important;
}

/* sitemap */


.sitemap-list {
	overflow: hidden;
	margin-top: 20px;
}
.sitemap-list li {
	width: 50%;
	float: left;
	line-height: 26px;
}

.sitemap-list li a {
		display: inline-block;
		border-bottom: solid 1px #ddd;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

.clearfix {
	clear: both;
}
/* ////////////// footer */



.content-wrap {
width: 1000px;
margin: 0px auto;
padding: 0px;
}


#footer {
width: 100%;
position:relative;
background: -webkit-linear-gradient(#030512 0%, #112b4c 100%);
background: -moz-linear-gradient(#030512 0%, #112b4c 100%);
background: -ms-linear-gradient(#030512 0%, #112b4c 100%);
padding: 20px 0 0px;
overflow: hidden;
line-height: 20px
}

#footer a:link,
#footer a:visited {
color: #fff;
}

#footer a:hover,
#footer a:active {
color: #fff;
text-decoration: underline;
}

.span2,
.span3 {
	width: 18% !important;
	float: left;
	margin: 0 0 0 1%;

}

.span3 ul {
	padding-top: 5px;
}

.span4 {
padding-top: 0px;
}

.span2 h5 {
font-size: 15px;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
box-shadow: 0px -1px 0px rgb(31, 31, 31) inset;
color: #FFF ;
margin: 0 0 10px;
}

.span2 li {
font-size: 13px;
text-align: left;
line-height: 180%;
}

.span3 li {
font-size: 13px;
text-align: left;
line-height: 180%;
}


.span2 li a,
.span3 li a {
color: #fff;
}


.span2 li a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight : 900;
  padding-right: 5px;
}


.span3 li a:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  font-weight : 900;
}



.span2 {
margin-top: 10px !important;
}

/* footer */

.foot-content {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-flow: space-around;
}

.footcon {
	width: 22%;
    margin: 1.5%;
}

.footcon h5 {
	color: #f2f2f2;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	letter-spacing: .1rem;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.footcon ul {
	margin-bottom: 30px;
}


.footcon li a {
	color: #DDD !important;
	font-size: 13px;
	line-height: 190%;
}


/* youtube */

.yt-bg {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color: #f2f2f2;
	padding: 20px 10px;
}

/* company */

.company dl {
		   border-bottom: solid 1px #ddd;
		   font-size: 14px;
		   margin-bottom: 10px;
		   padding-bottom: 10px;
	   }
	   
.company dd {
		   margin: 0 0px 0 150px;
		   
	   }
	   

/* ////////////// copyright */

#copyright {
overflow: hidden;
width: 100%;
background-color: #000;
margin: 0 auto;
padding: 15px 0;
}


.copy-body,
.copy-link {
	display: initial;
}

.copyright {
color: #fff;
margin: 0 auto;
text-align: center;
width: 1000px;
font-size: 16px;
line-height: 250%;
}

.copyright a {
	padding: 20px;
	color: #fff;
}



 .copy {
font-size: 11px;
margin: 0;
padding: 0;
text-align: center;
color: #fff;
}

.warning-bottom {
font-size: 9px;
display:inline-block;
text-align: center;
width: 100%;
color: #fff;
padding-bottom: 20px;
}

#copyright .by {
color: #fff;
text-align: center;
font-size: 8px;
}

.row-fluid {
width: 100%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0px;
}

.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.12766%;
box-sizing: border-box;
}
.row-fluid .span4 {
width: 31.9149%;
}
.row-fluid .span2 {
width: 14.8936%;
}


#topcontrol {
	right: 20px !important;
	bottom: 20px !important;
}

.link-arrow::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight : 900;
  padding-left: 5px;
}

.sp-footer {
	display: none;
}

.error-big {
	text-align: center;
	margin: 40px auto 20px;
	font-size: 120px;
	font-style: italic;
	font-weight: bold;
}

/* bottom */

.bottom-contact {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-image: url(/images/bottom-bg.jpg);
}

.bottom-cover {
background-color: rgba(0,0,0,0.4);
overflow: hidden;
}

.bottom-contact h3 {
	text-align: center;
	padding-top: 80px;
	font-size: 18px;
	color: #fff;
}

.bottom-contact p {
	text-align: center;
	padding-bottom: 80px;
}

/* 関連記事 phone000 */
	.related-article {
		border: solid 1px #ddd;
		padding: 20px;
		overflow: hidden;
		margin-bottom: 40px;
		position: relative;
	}
	
	.related-article h3 {
		text-align: center;
		background: #f2f2f2;
		padding: 10px 0px;
		border-bottom: solid #eee 1px;
	}
	
	.related-article ul {
       width: 100%;
	}
	
	.related-article li {
		width: 50%;
		float: left;
		display: block;
		padding: 10px 0;
	}

	/* form option */

.copy-block {
  /* Wrapper class for entire block. */
  max-height: 25px;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
}
.copy-block .fade-away {
  /* Class to provide a gradient fade to the call-to-action. */
  background: #fff;
  background: -webkit-linear-gradient(transparent, #fff);
  background: -moz-linear-gradient(transparent, #fff);
  background: -o-linear-gradient(transparent, #fff);
  background: linear-gradient(transparent, #fff);
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
}
.fade-away:hover {
	text-decoration: underline;
}
.copy-block .read-more {
  /* Class to provide positioning for the call-to-action. */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding:0px;
}

/* other plans */


.other-plan {
	width: 70%;
	margin: 40px auto 60px;
}
.other-plan h3 {
	padding: 10px;
	border: solid 1px #333;
	width: 260px;
	margin: 0 auto 30px;
}

.start-plan {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0px;
}

.start-plan-page {
	width: 23%;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	padding: 10px;
	color: #fff;
}


/* faq 項目 */

.inner {
	padding: 10px 20px;
	background: #f7f7f7;
	border-radius: 5px;
}


/* btn link */


.btn-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #0070c9;
	padding: 1.3rem 3rem;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border-radius: 2px;
}
.btn-hover .txt {
    font-family: 'Archivo Black', sans-serif;
	transition: color .1s ease-in-out;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	font-size: 1rem;
 letter-spacing: .5rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	line-height: 150%;
	color: #0070c9;
}

.btn-hover .wipe, .btn-hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-hover::after, .btn-hover .wipe::before, .btn-hover .wipe::after {
	transition: -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99), -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.btn-hover:hover {
	text-decoration: none;
	}

.btn-hover:hover .txt {
	color: #fff;
	text-decoration: none;
}

.btn-hover::after {
	content: "";
	position: absolute;
	background: #0070c9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn--hori::after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.btn--hori:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition-delay: 0s;
}


@media (max-width: 768px) { 

  /* スマホ用のスタイル */
  
  body {
	  overflow-x: hidden;
  }
  
  .tel,
  .pc-none,
  .menu-logo {
	  display: none !important;
  }


  
  .sp-none {
	  display: inherit;
  }
  
  .logo {
	  text-align: center;
	  margin: 0 auto;
	  width: 100%;
  }
  .tel {
	  float: none;
	  margin: 0 auto;
	  text-align: center;
  }
  
  .panlist {
	  width: 100%;
  }
  
  .list-under li {
	  font-size: .8rem;
  }
  
  
  /* menu */
  
  .menu > ul {
	  width: 100%;
  }
  
  a.menu-mobile {
	  color: #fff;
  }
  
  a.menu-mobile:hover {
	  opacity: 0.6;
  }
  

  .menu-dropdown-icon:before {
	  background: transparent;
	  color: #fff;
	  content: "\f067" !important;
	  font-family: "Font Awesome 5 Free";
      font-weight : 900;
  }
  
  .menu > ul > li > ul > li {
	  margin: 0;
	  border-top: solid 1px #000;
  }
  .menu > ul > li > ul > li a {
	  color: #333;
	  background-color: #fff !important;
  }
  
  .menu > ul > li > ul > li a:hover {
  background : rgba(255,255,255,0.95) !important;
  }
  
  #container {
	  padding: 10px 0;
  }
  #container p {
	  font-size: 13px;
  }
  #container h1,
  #container h2 {
	  font-size: 15px;
	  margin: 20px auto;
  }
  
  
  .panel-body {
	  padding: 0 10px 40px;
  }
  

/* btn */

.read-more {
	padding: 10px !important;
	height: inherit !important;
	line-height: 200% !important;
}
  
  
  /* table */
  
  
  .table-top {
    font-size: 1.2rem;
    }
	
	
.table-top:before {
    width: 50px;
    height: 2px;
}

.table-top:after {
    width: 50px;
    height: 2px;
}
  
  .btn-lg {
	  width: 100%;
	  display: block;
	  padding: 10px;
	  border-radius: 6px;
	  text-align: center;
  }
  
  .btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    }
    
    .btn-info {
   background-color: #5bc0de;
    border-color: #46b8da;
    }
    
  .table-contact td {
	  width: 40px;
  }
  .w {
	  color: white;
  }
  
  .required {
    display: inline-block;
    text-align: right;
    }
    
    .title-bg {
	font-size: 15px;
    padding: 10px 20px;
    border: solid 5px #eee;
    margin-bottom: 10px;
}
  
  /* btn */
  
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    }
  
  .customer-voice .btn {
	  padding: 10px;
  }
  
  
  /* article list */
  
  .list-article {
		padding: 0;
		display: inherit;
		margin-bottom: 20px;
	}
	
	.list-article figure {
		margin-right: auto;
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	
	.text_content h3 {
		margin-bottom: 10px;
	}
	
	
  /* footer */
  
.copyright,
.content-wrap,
.bottom-link {
	width: 100%;
}

.span2 {
	width: 48% !important;
padding: 0 20px;
margin: 0 0 10px !important;
}

.span3 {
	width: 48% !important;
padding: 0 20px;
margin: -30px 0 10px !important;
}


#copyright {
	 padding: 20px 0 0px;
 }

.copy {
	padding: 0 20px;
}

.bg-grey-content,
.bg-grey-content2,
.content,
.content-top,
.content-one {
	width: 100%;
}

.bg-grey-content,
.bg-grey-content2 {
	padding: 20px;
}

/* one clam */
.bg-grey h4 {
	font-size: 15px;
	line-height: 160%;
}

.bottom-link p {
	padding: 0 10px !important;
	margin: 0 auto !important;
}


  /* table sp */
  
  
  table.tbl-r03 {
  border: solid 1px #ddd;
  }
  
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
    padding-top: 15px;
    text-align: center;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 31%;
  }
  .tbl-r03 th {
	  width: 100%;
	  font-size: 12px;
  }
  .tbl-r03 td {
	  font-size: 15px;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 69%;
  }
  .tbl-r03 tbody tr {
    width: 100%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  
  .tbl-r03 tr th:nth-child(4) {
	  padding-top: 9px;
  }




/* one カラム */

.sp-img img,
.print img {
	width: 100%;
}

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

.main-1column {
	border: none;
	padding: 0 15px;
}

.box-one {
	padding: 0;
}

#container h1 {
	margin: 20px 0 10px;
}

dt,
dd {
	font-size: 14px;
}

.flow-content {
	border: none;
	padding: 0;
}

.flow-content h3 {
	margin: 0;
	font-size: 15px;
}

.flow li {
	width: 100%;
}

.flow li:nth-child(2) {
	padding: 0;
	margin: 0;
	border: none;
}

/* table */

.sp-td {
width: 23% !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td {
	border: 0.5px solid #ddd;
}

td.table-left {
	width: 30%;
}
/* btn */
.application .btn-lg {
	 font-size: 14px !important;
 }

 /* 2カラム */
  
  #container {
	  width: 100% !important;
	  margin: 0 !important;
	  padding: 0;
  }
  
  .main {
	  width: 100% !important;
	  margin: 0 !important;
	  border: none;
  }
  
  .phone a.right {
  float: none;
  display: block;
  padding-top: 10px;
	  margin: 0 auto;
	  text-align: center;
  }
  
  a.right {
  float: none;
  padding: 10px;
  display: block;
  text-align: center;
  }
  
  /* plan */
  
  .main-1column,
  iframe,
  .audiojs {
	  width: 100%;
  }
  
  .table-left img {
	  width: ３0px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  
  .title-form,
  .btn-success {
    font-size: 16px ;
    }
   
   h1.executive {
	   letter-spacing: 0px !important;
   }
  /* map */
  
  table.map td {
	  width: 33.33333%;
  }
  
   table.map td img {
	   width: 100%;
   }
   
   /* site map */
   .sitemap-list li {
	   font-size: 13px;
   }
  
/* side */

.side {
	border: none;
	width: 100%;
	padding: 0 20px;
}

.side-ribon {
    margin: 15px auto 0;
    }
    
    /* map */
    
    #map {
	    display: none;
    }
    
    .suji-big {
    font-size: 14.5px;
}

/* other plans */

.other-plan {
	display: none;
}

/* footer */


.span2 h5 {
	font-size: 13px;
}

.span2 li {
	font-size: 11px;
}

.copyright {
	font-size: 14px;
}

.copy-body,
.copy-link {
	display: block;
	margin: 0 auto;
}

.copy {
    font-size: 10px;
    }
    
    .sp-footer {
	display: inherit;
}

.copy-link,
.copy-body,
.bottom-contact {
	display: none;
}

.sp-footer ul {
	width: 100%;
	position: relative;
	margin: 0px;
	overflow: hidden;
		border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
}

.sp-footer li {
	float: left;
	width: 33.33333%;
	margin: 0 auto;
	border-left: solid 1px #eee;
	overflow: hidden;
}

.sp-footer li:first-child {
border-left: none;
}

.sp-footer li a {
	text-align: center;
	padding: 0;
	display: block;
	text-decoration: none !important;
	padding: 10px !important;
	font-size: 12px;
	line-height: 180%;
}

.sp-footer li a:hover {
 background-color: #20ec00;
	}

.sp-footer li .fa,
.sp-footer li .far {
	font-size: 22px;
	color: #20ec00;
}

.sp-footer li:hover .fa{
	color: #fff;
}

.sp-footer p {
	margin-bottom: 15px;
}



.customer-voice li img {
	float: left; 
	margin: 0 20px 0px 0;
	width: 20%;
}

.customer-voice li .right img {
	text-align: center;
	margin: 0 auto;
	width: 50%;
}


/* thanks header */

.steps  {
	width: 100%;
}

.content img {
	width: 100%;
}

.sent-body {
	padding: 0 20px;
	}

/* footer sp */

.foot-content {
	display: inherit;
}

.footcon {
	width: 100%;
	width: 44%;
    float: left;
}

.footcon h5 {
	font-size: 13px;
}

.footcon li a {
	font-size: 11px;
}

.footcon-sp {
	margin-left: 6%;
}


/* arrow */
#topcontrol img {
	width: 40px !important;
	height: 40px !important;
}

#topcontrol {
right: 5px !important;
	bottom: 65px !important;
	}


/* youtube */

.yt-bg {
padding: 10px;
}

/* plan custam */


.title-form {
    line-height: 150%;
}

.two-stage {
	display: block;
	margin: 0 auto;
}

/* re new */

.other-service {
	padding: 20px 20px 40px !important;
	margin: 0;
}

/* plan 1st view */

.box-txt {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 20px 20px;
    border: solid 3px #f2f2f2;
    }

}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* iPhone 5 - 568px*/
@media only screen
and (min-device-width:320px)
and (max-device-width:568px) {

.copyright a {
    padding: 10px;
    }

.overlay ul li {
	font-size: 11px;
}


.btn-success {
    font-size: 13px;
    }

td.table-left,
.table-right {
padding: 15px !important;
} 

.table-left {
	padding: 20px 0 20px 20px !important;
	vertical-align: middle !important;
	font-size: 13px !important;
}

.btn-info,
.btn-primary {
   font-size: 12px;
}

a.w {
	word-wrap: break-word;
  white-space: normal;
}


.span3 {
    margin: -30px 0 10px !important;
}



/* 関連記事 phone000 */
    .related-article {
		padding: 10px;
	}
	
	.related-article li {
		width: 100%;
		font-size: 13px;
		}
		
		.related-article h3 {
			font-size: 14px;
			padding: 10px;
		}
}





/* comparison index page styles */
.point {
		 background: #f2f2f2;
		 padding: 10px 20px;
		 margin: 0 0 40px;
		 border-radius: 10px;
	 }
	 
	 .center-bold {
		 text-align: center;
		 font-weight: bold;
		 color: #444;
	 }
	   #container p {
		   line-height: 200%;
		   color: #4d5156;
	letter-spacing: .10rem;
	   }
	   
	   .list-under li {
    display: table;
    border-bottom: solid 1px #333;
    margin: 20px 0;
    font-weight: bold;
    line-height: 150%;
}

.content-one {
	width: 100%;
	padding: 0 20px;
    border: solid #E1E1E1 1px;
    margin: 0 auto 50px;
    border-radius: 4px 4px 0 0;
}

.content-one p {
	font-size: 16px;
}

.content-one h1 {
    color: #333;
    padding: 12px;
    font-size: 20px;
    margin: 0 -20px 20px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border-bottom: solid #ddd 1px;
    background-color: #eee;
}

.content-one h2 {
	text-align: center;
	 color: #444;
    font-weight: bold;
    margin: 0 auto 20px;
}

.content-one h3 {
    border-left: #444 5px solid;
    color: #444;
    font-weight: bold;
    }

.text {
	width: 800px;
	margin: 40px auto;
}

/* 比較表 */

table {
    border: 2px solid #efefef;
    border-collapse: collapse !important;
    border-spacing: 2px;
    font-size: 18px;
    margin: 40px auto;
    padding: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;

}

tr {
    border: 1px solid #efefef;
    box-sizing: border-box;
    display: table-row;
    vertical-align: inherit;
}

th,
td {
	box-sizing: border-box;
    display: table-cell;
    padding: 14px;
    vertical-align: inherit;
    text-align: center !important;
    font-size: 17px !important;
}
thead th {
   
    text-align: center;
   background-color: #f7f7f7;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 2.2rem;
}

tr th {
   
    text-align: center;
   background-color: #f7f7f7;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 150%;
}



tbody td {
    text-align: center;
    padding: 15px;
   border: 1px solid #efefef;
   color: #555;
}

.highlight-head {
	background-color: #a98d18;
    border: 6px solid #a98d18;
    border-bottom: 0;
    color: #fff;
}

.highlight {
    background: #fff;
    color: #333;
    font-weight: 700;
    border-left: 6px solid #a98d18;
    border-right: 6px solid #a98d18;
    font-size: 20px;
}

.highlight-bottom {
	  border-bottom: 6px solid #a98d18;
}
tbody tr td {
    font-size: 1em;
}

tbody tr td:first-child {
    font-weight: bold;
    text-align: left;
    background-color: #f5f5f5;
}

.list-article {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #f7f8fa;
}

.list-article.featured-article {
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.list-article.featured-article a {
    display: grid;
    grid-template-columns: minmax(280px, 36%) 1fr;
    gap: 32px;
    align-items: stretch;
    padding: 18px;
    color: inherit;
    text-decoration: none;
}

#container .list-article.featured-article a,
#container .list-article.featured-article a:hover,
#container .list-article.featured-article a:active,
#container .list-article.featured-article a:hover * {
    text-decoration: none !important;
}

.list-article.featured-article figure {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
}

.list-article.featured-article figure img {
    width: 100%;
    height: 100%;
    min-width: 0;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.list-article.featured-article .text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 10px 18px 0;
}

.list-article.featured-article h2,
.list-article.featured-article h3 {
    margin: 0 0 16px;
    padding: 0;
    border-left: 0;
    color: #111;
    font-size: clamp(22px, 1.2vw, 32px);
    line-height: 1.42;
    letter-spacing: 0;
}

.list-article.featured-article .text_excerpt {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

.list-article.featured-article .text_content::after {
    content: "詳しく見る →";
    display: inline-flex;
    align-self: flex-start;
    margin-top: 24px;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.list-article.featured-article:hover figure img {
    transform: scale(1.02);
}

.list-article.featured-article:hover {
    border-color: #111;
    background: #fafafa;
}

.article-list-heading + .list-article + .list-article,
.article-list-heading + .list-article + .list-article ~ .list-article {
    margin-bottom: 0;
    padding: 22px 0;
    border-bottom: 1px solid #e3e3e3;
    background: transparent;
}

.article-list-heading + .list-article + .list-article a,
.article-list-heading + .list-article + .list-article ~ .list-article a {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: start;
    color: inherit;
    text-decoration: none;
}

#container .article-list-heading ~ .list-article a,
#container .article-list-heading ~ .list-article a:hover,
#container .article-list-heading ~ .list-article a:active,
#container .article-list-heading ~ .list-article a:hover * {
    text-decoration: none !important;
}

.article-list-heading + .list-article + .list-article figure,
.article-list-heading + .list-article + .list-article ~ .list-article figure {
    width: 180px;
    height: 110px;
    margin: 0;
    overflow: hidden;
    float: none;
}

.article-list-heading + .list-article + .list-article figure img,
.article-list-heading + .list-article + .list-article ~ .list-article figure img {
    width: 100%;
    height: 100%;
    min-width: 0;
    display: block;
    object-fit: cover;
}

.article-list-heading + .list-article + .list-article h3,
.article-list-heading + .list-article + .list-article ~ .list-article h3 {
    margin: 0 0 8px;
    padding: 0;
    border-left: 0;
    color: #111;
    font-size: 20px;
    line-height: 1.45;
}

.article-list-heading + .list-article + .list-article .text_excerpt,
.article-list-heading + .list-article + .list-article ~ .list-article .text_excerpt {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.article-list-heading + .list-article + .list-article:hover h3,
.article-list-heading + .list-article + .list-article ~ .list-article:hover h3 {
    text-decoration: none;
}

.comparison-lead,
.article-list-heading,
.article-list-heading ~ .list-article {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
}

.comparison-lead {
    margin-top: 0;
    margin-bottom: 36px;
    padding: 28px;
    border: 1px solid #e4e7eb;
    border-radius: 12px;
    background: #fff;
}

.comparison-lead p:last-child {
    margin-bottom: 0;
}

.toc {
    width: auto;
    max-width: none;
    margin: 40px auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e4e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.comparison-lead,
.toc,
.article-list-heading,
.article-list-heading ~ .list-article {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
}

.toc details {
    padding: 0;
}

.toc-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 52px 18px 22px;
    color: #202124;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.toc-title::-webkit-details-marker {
    display: none;
}

.toc-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 10px;
    border-radius: 2px;
    background: #122033;
    vertical-align: -3px;
}

.toc-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
}

.toc details[open] .toc-title::after {
    transform: translateY(-35%) rotate(-135deg);
}

.toc ol {
    margin: 0;
    padding: 6px 22px 22px;
    list-style: none;
    counter-reset: toc-counter;
    border-top: 1px solid #e4e7eb;
}

.toc li {
    margin: 0;
    padding: 0;
    counter-increment: toc-counter;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
}

.toc li:last-child {
    border-bottom: none;
}

.toc a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    color: #4d5156;
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.toc a::before {
    content: counter(toc-counter, decimal-leading-zero);
    flex: 0 0 auto;
    min-width: 28px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.9;
}

.toc a:hover {
    color: #0070c9;
    padding-left: 4px;
    text-decoration: none;
}

.toc a:hover::before {
    color: #0070c9;
}

.hub-section {
    margin: 84px 40px;
}

.hub-section h2 {
    margin: 0 0 18px;
    padding: 0;
    color: #202124;
    font-size: 26px;
    line-height: 1.45;
    text-align: center;
    
}

.hub-section h3 {
    margin: 0 0 10px;
    padding: 0;
    border-left: 0;
    color: #202124;
    font-size: 18px;
    line-height: 1.5;
}

.section-summary {
    max-width: 860px;
    margin: 0 auto 22px;
    color: #4d5156;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
}

.article-list-summary {
    margin-left: 40px;
    margin-right: 40px;
}

.comparison-table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(32, 33, 36, 0.06);
}

.comparison-table {
    width: 100%;
    min-width: 820px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e9edf2;
    border-right: 1px solid #e9edf2;
    color: #4d5156;
    font-size: 13.5px !important;
    line-height: 1.7;
    text-align: left !important;
    vertical-align: top;
}

.comparison-table th {
    background: #f2f6fa;
    color: #202124;
    font-weight: 700;
    text-align: left;
}

.comparison-table tbody tr:nth-child(even) td {
    background: #fbfcfd;
}

.comparison-table tbody tr:hover td {
    background: #f6f9fc;
}

.comparison-table td:first-child {
    color: #202124;
    font-weight: 700;
}

.comparison-table tr:last-child td {
    border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
    border-right: 0;
}

.comparison-table a {
    font-weight: 700;
}

.comparison-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table-wide {
    min-width: 1280px;
}

.comparison-table-service th:nth-child(1),
.comparison-table-service td:nth-child(1) {
    width: 13%;
}

.comparison-table-service th:nth-child(2),
.comparison-table-service td:nth-child(2),
.comparison-table-service th:nth-child(3),
.comparison-table-service td:nth-child(3),
.comparison-table-service th:nth-child(4),
.comparison-table-service td:nth-child(4) {
    width: 10%;
}

.comparison-table-service th:nth-child(5),
.comparison-table-service td:nth-child(5) {
    width: 16%;
}

.comparison-table-service th:nth-child(6),
.comparison-table-service td:nth-child(6),
.comparison-table-service th:nth-child(7),
.comparison-table-service td:nth-child(7) {
    width: 11%;
}

.comparison-table-service th:nth-child(8),
.comparison-table-service td:nth-child(8) {
    width: 11%;
}

.comparison-table-service th:nth-child(9),
.comparison-table-service td:nth-child(9) {
    width: 8%;
}

.comparison-table-service small {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
}

.comparison-table-summary th:nth-child(1),
.comparison-table-summary td:nth-child(1) {
    width: 18%;
}

.comparison-table-summary th:nth-child(2),
.comparison-table-summary td:nth-child(2) {
    width: 24%;
}

.comparison-table-summary th:nth-child(3),
.comparison-table-summary td:nth-child(3),
.comparison-table-summary th:nth-child(4),
.comparison-table-summary td:nth-child(4) {
    width: 22%;
}

.comparison-table-summary th:nth-child(5),
.comparison-table-summary td:nth-child(5) {
    width: 14%;
}

.comparison-table-human-ai {
    min-width: 640px;
}

.comparison-table-human-ai th:nth-child(1),
.comparison-table-human-ai td:nth-child(1) {
    width: 26%;
}

.comparison-table-human-ai th:nth-child(2),
.comparison-table-human-ai td:nth-child(2),
.comparison-table-human-ai th:nth-child(3),
.comparison-table-human-ai td:nth-child(3) {
    width: 37%;
}

.comparison-table-industry th:nth-child(1),
.comparison-table-industry td:nth-child(1) {
    width: 18%;
}

.comparison-table-industry th:nth-child(2),
.comparison-table-industry td:nth-child(2),
.comparison-table-industry th:nth-child(3),
.comparison-table-industry td:nth-child(3) {
    width: 31%;
}

.comparison-table-industry th:nth-child(4),
.comparison-table-industry td:nth-child(4) {
    width: 20%;
}

.check-grid,
.purpose-grid,
.price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.purpose-grid {
    margin-bottom: 32px;
}

.check-card,
.purpose-card,
.price-card {
    padding: 20px;
    border: 1px solid #e4e7eb;
    border-radius: 10px;
    background: #fff;
}

.purpose-card-wide {
    grid-column: 1 / -1;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 40px;
}

.purpose-mini-table-wrap {
    overflow-x: auto;
    margin: 14px 0 0;
    border-top: 1px solid #e4e7eb;
    background: transparent;
}

.purpose-mini-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
}

.purpose-mini-table th,
.purpose-mini-table td {
    padding: 14px 16px;
    border-right: 1px solid #e9edf2;
    border-bottom: 1px solid #e9edf2;
    color: #4d5156;
    font-size: 13.5px !important;
    line-height: 1.7;
    text-align: center !important;
    vertical-align: middle;
}

.purpose-mini-table th:nth-child(1),
.purpose-mini-table td:nth-child(1) {
    width: 24%;
}

.purpose-mini-table th:nth-child(2),
.purpose-mini-table td:nth-child(2),
.purpose-mini-table th:nth-child(3),
.purpose-mini-table td:nth-child(3) {
    width: 13%;
}

.purpose-mini-table th:nth-child(4),
.purpose-mini-table td:nth-child(4) {
    width: 16%;
}

.purpose-mini-table th:nth-child(5),
.purpose-mini-table td:nth-child(5) {
    width: 34%;
    text-align: left !important;
}

.purpose-mini-table td:last-child {
    font-size: 13.5px;
    line-height: 1.7;
}

.purpose-mini-table th {
    background: #f3f7fb;
    color: #1f2937;
    font-size: 13.5px !important;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center !important;
}

.purpose-mini-table tbody tr:nth-child(even) td {
    background: #fbfcfd;
}

.purpose-mini-table tbody tr:hover td {
    background: #f6f9fc;
}

.purpose-mini-table td:first-child {
    color: #202124;
    font-weight: 700;
}

.mini-service {
    display: block;
    color: #202124;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.mini-price {
    color: #202124;
    font-size: 13.5px;
    font-weight: 800;
}

.mini-note {
    display: block;
    color: #5f6670;
    font-size: 13.5px;
    line-height: 1.7;
    text-align: left;
}

.purpose-mini-table small {
    display: block;
    margin-top: 2px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
}

.purpose-mini-table tr:last-child td {
    border-bottom: 0;
}

.purpose-mini-table th:last-child,
.purpose-mini-table td:last-child {
    border-right: 0;
}

.check-card p,
.purpose-card p,
.price-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.purpose-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #122033;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.purpose-link-button:hover {
    background: #0070c9;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.comparison-faq {
    border-top: 1px solid #e4e7eb;
}

.comparison-faq-item {
    border-bottom: 1px solid #e4e7eb;
}

.comparison-faq-question {
    position: relative;
    width: 100%;
    padding: 22px 42px 22px 0;
    border: 0;
    background: transparent;
    color: #202124;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
}

.comparison-faq-question::before,
.comparison-faq-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 18px;
    height: 2px;
    background: #202124;
    transform: translateY(-50%);
}

.comparison-faq-question::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s ease;
}

.comparison-faq-question.is-open::after {
    transform: translateY(-50%) rotate(0deg);
}

.comparison-faq-answer {
    display: none;
    padding: 0 42px 22px 0;
}

.comparison-faq-answer p {
    margin-bottom: 0;
}

.comparison-faq-answer p + p {
    margin-top: 10px;
}

.article-list-heading {
    margin-top: 84px;
    margin-bottom: 18px;
    padding-top: 28px;
    
}

.point {
	background: #F2f2f2;
	padding: 20px;
}

@media (max-width: 768px) { 

  /* スマホ用のスタイル */
  
  .content-one {
    width: 100%;
    padding: 0;
    }
    
    .text {
    width: 100%;
    margin: 40px auto;
    padding: 0 20px;
}

.list-article {
        padding: 20px;
        background: #fff;
        }

.list-article.featured-article {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        }

.list-article.featured-article a {
        display: block;
        padding: 14px;
        }

.list-article.featured-article figure {
        min-height: auto;
        }

.list-article.featured-article figure img {
        height: auto;
        }

.list-article.featured-article .text_content {
        padding: 22px 4px 8px;
        }

.list-article.featured-article h2,
.list-article.featured-article h3 {
        font-size: 22px;
        }

.list-article.featured-article .text_content::after {
        display: inline-flex;
        margin-top: 20px;
        }

.article-list-heading + .list-article + .list-article,
.article-list-heading + .list-article + .list-article ~ .list-article {
        padding: 18px 0;
        }

.article-list-heading + .list-article + .list-article a,
.article-list-heading + .list-article + .list-article ~ .list-article a {
        display: block;
        }

.article-list-heading + .list-article + .list-article figure,
.article-list-heading + .list-article + .list-article ~ .list-article figure {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        }

.article-list-heading + .list-article + .list-article figure img,
.article-list-heading + .list-article + .list-article ~ .list-article figure img {
        height: auto;
        }

.article-list-heading + .list-article + .list-article h3,
.article-list-heading + .list-article + .list-article ~ .list-article h3 {
        font-size: 18px;
        }

.comparison-lead,
.article-list-heading,
.article-list-heading ~ .list-article {
        margin-left: 0;
        margin-right: 0;
        }

.comparison-lead {
        padding: 20px;
        }

.toc {
        margin: 28px 0;
        border-radius: 12px;
        }

.comparison-lead,
.toc,
.article-list-heading,
.article-list-heading ~ .list-article {
        margin-left: 0;
        margin-right: 0;
        }

.toc-title {
        padding: 18px 50px 18px 20px;
        font-size: 17px;
        }

.toc-title::after {
        right: 22px;
        }

.toc ol {
        padding: 2px 20px 20px;
        }

.toc a {
        gap: 10px;
        font-size: 14.5px;
        }

.toc a::before {
        min-width: 24px;
        font-size: 12px;
        }

.hub-section {
        margin: 64px 0;
        }

.hub-section h2 {
        font-size: 22px;
        }

.section-summary,
.article-list-summary {
        margin-left: 0;
        margin-right: 0;
        font-size: 14.5px;
        line-height: 1.85;
        }

.check-grid,
.purpose-grid,
.price-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        }

.purpose-grid {
        margin-bottom: 28px;
        }

.check-card,
.purpose-card,
.price-card {
        padding: 16px;
        }

.purpose-card-wide {
        padding: 0;
        }

.purpose-mini-table-wrap {
        overflow-x: auto;
        margin-top: 12px;
        border-top: 1px solid #e4e7eb;
        background: transparent;
        }

.purpose-mini-table {
        width: 720px;
        min-width: 720px;
        table-layout: fixed;
        text-align: left;
        }

.purpose-mini-table th,
.purpose-mini-table td {
        padding: 14px 16px;
        font-size: 13.5px !important;
        line-height: 1.7;
        text-align: center !important;
        }

.purpose-mini-table td:last-child {
        font-size: 13.5px !important;
        line-height: 1.7;
        text-align: left !important;
        }

.comparison-faq-item {
        padding: 0;
        }

.comparison-faq-question {
        padding: 18px 36px 18px 0;
        font-size: 16px;
        }

.comparison-faq-answer {
        padding: 0 0 18px;
        }
.text_content h3 {
	border: none;
	padding: 0;
}

.sp-table {
	box-sizing: border-box;
        overflow-x: scroll;
}
table {
	        table-layout: fixed;
        text-align: center;
        width: 800px;
        margin: 0 auto 10px;
}

.comparison-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
}

.comparison-table {
        display: block;
        width: 100%;
        min-width: 0;
        table-layout: auto;
        text-align: left;
}

.comparison-table thead {
        display: none;
}

.comparison-table tbody {
        display: grid;
        gap: 12px;
}

.comparison-table tr {
        display: block;
        overflow: hidden;
        border: 1px solid #e4e7eb;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(32, 33, 36, 0.06);
}

.comparison-table th,
.comparison-table td {
        display: grid;
        grid-template-columns: minmax(96px, 34%) 1fr;
        gap: 12px;
        width: auto !important;
        padding: 12px 14px;
        border-right: 0;
        border-bottom: 1px solid #edf0f3;
        background: #fff !important;
        font-size: 13.5px !important;
        line-height: 1.65;
        text-align: left !important;
}

.comparison-table tr td:last-child {
        border-bottom: 0;
}

.comparison-table td::before {
        color: #202124;
        font-weight: 700;
}

.comparison-table-summary td:nth-child(1)::before {
        content: "比較カテゴリ";
}

.comparison-table-summary td:nth-child(2)::before {
        content: "向いている方";
}

.comparison-table-summary td:nth-child(3)::before {
        content: "主な比較ポイント";
}

.comparison-table-summary td:nth-child(4)::before {
        content: "目安ポイント";
}

.comparison-table-summary td:nth-child(5)::before {
        content: "詳しい比較記事";
}

.comparison-table-human-ai td:nth-child(1)::before {
        content: "比較項目";
}

.comparison-table-human-ai td:nth-child(2)::before {
        content: "有人電話代行";
}

.comparison-table-human-ai td:nth-child(3)::before {
        content: "AI電話代行";
}

.comparison-table-industry td:nth-child(1)::before {
        content: "業種";
}

.comparison-table-industry td:nth-child(2)::before {
        content: "必要な電話対応";
}

.comparison-table-industry td:nth-child(3)::before {
        content: "選び方のポイント";
}

.comparison-table-industry td:nth-child(4)::before {
        content: "関連ページ";
}

.comparison-scroll-wrap {
        overflow-x: auto;
        border: 1px solid #e4e7eb;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(32, 33, 36, 0.06);
}

.comparison-table-wide {
        display: table;
        width: 1280px;
        min-width: 1280px;
        table-layout: fixed;
}

.comparison-table-wide thead {
        display: table-header-group;
}

.comparison-table-wide tbody {
        display: table-row-group;
}

.comparison-table-wide tr {
        display: table-row;
        overflow: visible;
        border: 0;
        border-radius: 0;
        box-shadow: none;
}

.comparison-table-wide th,
.comparison-table-wide td {
        display: table-cell;
        width: auto !important;
        border-right: 1px solid #e9edf2;
        border-bottom: 1px solid #e9edf2;
        background: transparent;
}

.comparison-table-wide th {
        background: #f2f6fa !important;
}

.comparison-table-wide tbody tr:nth-child(even) td {
        background: #fbfcfd !important;
}

.comparison-table-wide tr td:last-child {
        border-bottom: 1px solid #e9edf2;
}

.comparison-table-wide tbody tr:last-child td {
        border-bottom: 0;
}

.comparison-table-wide td::before {
        content: none !important;
}
  }
