@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;
		background:  #f7f8fa;
	}

.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: 20px;
}
.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;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    }


.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: 700px;
    float: left;
}

.main-1column {

    border-radius: 4px 4px 0 0;
  width: 100%;
    background-color: #FFF;
    border-left:  solid #E1E1E1 1px;
    border-right:  solid #E1E1E1 1px;
    border-top:  solid #E1E1E1 1px;
    margin: 0px auto;
    padding-bottom: 40px;
}


h1.start,
h1.economy,
h1.standard,
h1.business,
h1.executive {
    color: #fff;
    padding: 15px;
    font-size: 22px;
    margin: 0 auto;
    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 {
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 0 #d1d1d1;
}

.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;
}


    

/* tab */
  .container {
      width: 100%;
      max-width: 1100px;
      background-color: white;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      overflow: hidden;
     border-bottom: solid #E1E1E1 1px;
     border-left:  solid #E1E1E1 1px;
    border-right:  solid #E1E1E1 1px;
      margin: 0 auto ;
    }
    
    .tabs {
      display: flex;
      width: 100%;
   border-bottom: solid 1px #0c3381;
    }
    
    .tab {
      flex: 1;
      font-size: 1.2rem;
      padding: 20px 10px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      text-align: center;
      cursor: pointer;
      font-weight: normal;
      transition: background-color 0.3s;
      background-color: #f2f2f2;
      color: #333;
      opacity: 1;
  transition: opacity 0.3s ease; /* アニメーション時間とイージングを設定 */
     position: relative;
    }
    
    .tab:not(:last-of-type) {
    margin-right: 5px;
}
    
    .tab:hover {
	    opacity: .6;
	    background: #0c3381;
	    color: #FFF;
    }
    
    .tab.active {
      background-color: white;
      color: #FFF;
      font-weight: bold;
      background: #0c3381;
    }
    
    .tab.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #0c3381;
    border-width: 14px;
    margin-left: -14px;
    }
    
    
    .tab:nth-of-type(2) { 
	    border-right: solid 1px #fff;
	    border-left: solid 1px #fff;
	    }
    
    .tab-content {
      display: none;
      padding: 0px 40px 20px;
    }
    
    .tab-content.active {
      display: block;
    }



/* 比較表 */

.text-sp {
  display: none;
}

.text-pc {
  display: inline;
}

	
	.container {
    border-radius: 20px;
    border: solid #E1E1E1 1px;
    margin: 30px auto;
    padding-top: 30px;
    }
    
    h1.center {
    font-size: 1.4rem;
    font-weight: bold;
}
    
.table-left {
background: #f8fafc !important;
}

ol {
	margin: 0;
	padding: 0;
}

   .plan-box {
      border: 2px dashed #3b82f6;
      border-radius: 10px;
      padding: 15px;
      margin: 25px 0 40px;
      position: relative;
    }
    
    .plan-box-title {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
    font-weight: bold;
    color: #3b82f6;
    text-align: center;
    white-space: nowrap;
}


 .feature-list {
      list-style: none;
      margin: 15px 0;
    }
    
    .feature-list li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 8px;
      line-height: 1.4;
    }
    
    .feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}


   .tab-text {
		width: 880px;
		margin: 0 auto;
	}
	.tab-text h3 {
		margin-bottom: 10px;
	}
	.tab-text p {
		line-height: 180%;
		font-size: 16px !important;
	}
	
	.content-box {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    display: flex;
    }
    
    .content-box img {
	    margin-right: 20px;
    }

	.tab-bar {
    background-color: #e8f5e9;
    padding: 12px;
    text-align: center;
    margin: 20px 0;
    border-radius: 50px;
    color: #44a854;
    font-weight: bold;
}
.tab-message {
    background-color: #f0f0f0;
    border-radius: 20px 20px 20px 0px;
    padding: 15px 20px;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    line-height: 180%;
    font-size: 14px;
}

ol {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.5em;
    margin: 0;
    text-align: left;
}

ol li {
    list-style: inherit;
    line-height: 180%;
    font-size: 16px;
}

.tab-content h2 {
	margin-bottom: 20px;
}

.tab-content ul li {
	line-height: 180%;
	margin-bottom: 20px;
}

a.button-ver2 {
    background-color: #fff;
    color: #FFF;
    background: #0070c9;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    display: block;
    text-decoration: none;
    border: solid 2px #0070c9;
}

a.button-ver2:hover {
       border: solid 2px #0070c9;
    color: #0070c9;
    background: #fff;
        transition: color 0.25s ease-out;
}

.img-radius {
    border-radius: 50%;
    }

/* スマホ画面では逆に切り替える */
@media (max-width: 768px) {
	
	.tab-text {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
}

.content-box {
    display: inline;
    }
    
.tab-text h3 {
    text-align: center;
}

.tab-message {
	margin-bottom: 50px;
}

.content-box img {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}


  .text-pc {
    display: none;
  }
  .text-sp {
    display: inline;
  }
}

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

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

#tab3 tr:nth-child(even) {
    background: #f8fafc;
}

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

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


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

#tab3 .highlight-head {
	background-color:rgba(0,77,162,1);
    border: 6px solid rgba(0,77,162,1);
    border-bottom: 0;
    color: #fff;
}

#tab3 .highlight {
    color: #333;
    font-weight: 700;
    border-left: 6px solid rgba(0,77,162,1);
    border-right: 6px solid rgba(0,77,162,1);
    font-size: 20px;
}

#tab3 .highlight-bottom {
	  border-bottom: 6px solid rgba(0,77,162,1);
}
#tab3 tbody tr td {
    font-size: 1em;
}

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

#tab3 p {
	line-height: 200%;
	color: #444;
	font-size: 14px;
}

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



/* 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: 280px;
	overflow: hidden;
	padding: 0 15px;
	border: solid #E1E1E1 1px;
    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 -15px 20px;
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%;
}



.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 0px 0 -10px;
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: #444;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 40px 0 40px;
}

.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: 30px 0 0; 
}

.box-top h2 { 
margin-bottom: 20px;
font-size: 18px;
line-height: 180%;
color: #444;
}

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


  
td.table-left {
	   	   text-align: center;
	     padding: 15px 20px ;
	     background-color:#F2F2F2;
	     font-size: 14px;
font-weight: bold;
width: 30% ;
vertical-align: middle ;
line-height: 180%;
}

.table-left img {
	width: 50px;
	vertical-align: middle;
	margin-left: -20px;
}
   
.table-right {
     width: 70%;
	     padding: 15px 20px;
	     text-align: left;
	     font-size: 14px ;
	     	     padding: 20px;
	     vertical-align: middle;
	     line-height: 180%;
	     color: #444;
     }
     
    
    
  /* オプション */
  
  .text-mini {

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

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

/* プランおすすめ */

ol {
	margin: 0;
	padding: 0;
}

   .plan-box {
      border: 2px dashed #3b82f6;
      border-radius: 10px;
      padding: 15px;
      margin: 25px 0 40px;
      position: relative;
    }
    
    .plan-box-title {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
    font-weight: bold;
    color: #3b82f6;
    text-align: center;
    white-space: nowrap;
}


 .feature-list {
      list-style: none;
      margin: 15px 0;
    }
    
    .feature-list li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 8px;
      line-height: 1.4;
    }
    
    .feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}



/* 応対事例 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);
}

	/* モーダルを開くボタンのスタイル */
#openModal {
  cursor: pointer;
}

/* モーダルのオーバーレイ部分 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* モーダルコンテンツ */
.modalContent {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
}


/* 閉じるボタン */
.closeButton {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.closeButton:hover,
.closeButton:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* 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 {
    border: 1px solid #ff009a;
    padding: 20px;
    margin: 20px 0 10px;
    background-color: rgba(255,26,133,0.15);
}

.bottom-content h4 {
    font-weight: bold;
    color: #ff009a;
    font-size: 14px;
    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: 10px 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: 0 10px;
	  font-size: 13px;
  }

.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;
}


#container h1 {
        margin: 20px auto 0px;
        width: 100%;
        }
      
.main-1column {
	      padding-bottom: 10px;
	      }
.tab {
align-items: center;
font-size: 1rem;
display: flex;
justify-content: center;
}
.tab-content {
	    padding: 20px 15px 10px;
}

.custom-button {
        width: 90%;
        padding: 20px 10px;
        font-size: 1rem;
    }
    
    .tbl-r03 {
	     width: 100%;
    border-collapse: collapse; /* セル間のスペースを消す */
    }
    
    .tbl-r03 th,
.tbl-r03 td {
  border: 1px solid #ccc; /* 枠線を1pxで統一 */
  padding: 10px; /* 内側の余白 */
  text-align: center; /* 中央揃え */
}

 


/* 相談例 */

.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 {
    border: 1px solid #ddd;
}


/* table pc */


 .box-top h2 {
	 font-size: 1.3rem;
	 margin-bottom: 20px;
 }
 
 .box-txt {
	 width: 800px;
	 margin: 0 auto;
	 padding: 20px 20px 10px;
 }
 
 .box-txt p {
	 line-height: 200% !important;
	 font-size: 17px !important;
	 color: #555;
 }
 
 .under {
    display: inline-block;
    color: transparent;
    background: repeating-linear-gradient(30deg, #F55 0, #f57 50%, #ff6e41 100%);
    -webkit-background-clip: text;
    line-height: 1;
    font-size: 1.2rem;
}

.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: 80%;
  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%;
 font-weight: normal;
}

.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; }

/* form btn */

.button-one {
    display: flex;
    justify-content: center;
}

.custom-button {
 display:  block;
    padding: 25px 30px;
    border: 2px solid #007bff;
    border-radius: 5px;
    text-decoration: none;
    background:  #007bff;
    color: #FFF !important;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    margin: 0px auto 40px;
    width: 90%;
}

.custom-button:hover {
    background-color: #FFF;
    color: #007bff !important;
    text-decoration: none !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: 60px auto 60px;
}
.other-plan h3 {
	padding: 15px;
	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: 20px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}


/* 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 {
	width: 100%;
        margin: 0 auto;
        font-size: 15px;
        border-radius: 0;
	  
  }
  
    #container h2 {
	  font-size: 15px;
	  margin: 0 auto 20px;
	  padding-top: 20px;
  }
  
  
  .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;
    padding: 0;
    }
	
	
.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 5px;
margin: 0 0 15px;
}
  
  /* btn */
  
  .btn-success {
    color: #fff;
    background-color: seagreen;
    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 */
  
  
  h1.start {
	width: 94% !important;
}
  
h1.start, h1.economy, h1.standard, h1.business, h1.executive {
	      border-radius: 4px;
	      padding: 15px 10px;
  }
  
  .box-top {
	  padding: 0;
  }
  
  table.tbl-r03 {
  border: solid 1px #ddd;
  width: 100%;
  margin: 0;
  }
  
  .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;
}



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%;
	  margin: 0 ;
	  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%;
}

/* 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%;
    padding: 10px 0px 5px;
    }
.box-txt h2 {
	margin: 0 !important;
}
.box-txt p {
	font-size: 13px !important;
}

.under {
	font-size: 1rem;
}

.oya-con {
	    font-size: 1.1rem;
}

}

@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,
td.table-right {
padding: 10px !important;
} 

.table-left {
	vertical-align: middle !important;
	font-size: 13px !important;
}
.table-right {
	font-size: 13px;
	line-height: 160%;
}

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

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


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

   .sp-table {
        box-sizing: border-box;
        overflow-x: scroll;
    }

/* 関連記事 phone000 */
    .related-article {
		padding: 10px;
	}
	
	.related-article li {
		width: 100%;
		font-size: 13px;
		}
		
		.related-article h3 {
			font-size: 14px;
			padding: 10px;
		}
		
		.tab-text {
		width: 100%;
		}
		
		.content-box {
			display: inherit;
		}
		.content-box img {
		width: 100% !important;
        margin: 0 auto;
        padding: 0 100px;
		}

}


