@charset "utf-8";
.pc{
	display: none !important;
}
#container {
  overflow: hidden;
}
.inner{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.mgt30{
	margin-top: 15px;
}
.mgt10{
	margin-top: 10px;
}

/* ヘッダー */
header{
	background: #fff;
}
h1{
	font-size: 10px;
	text-align: center;
	font-weight: 500;
	margin-top: 3px;
}
.sp-head {
  position: relative;
  border-bottom: solid 1px #d0dadb;
  display: flex;
  padding: 0 3%;
  margin: 0 auto;
  justify-content: space-between;
}
.sp-nav{
	display: flex;
	display: none;
}
.logo{
	width: 48%;
	margin: 10px auto;
}
/* ハンバーガー */
.sp-menu {
	position: fixed;
	right: 3%;
	top: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  border-radius: 2px;
  text-align: center;
  display: block;
}
.sp-menu-btn {
  position: relative;
  display: block;
  width: 34px;
  height: 18px;
  margin: 10px auto 5px;
}
.sp-menu-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #1cb4d5;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-menu-btn span:nth-child(1) {
  top: 0px;
}
.sp-menu-btn span:nth-child(2) {
  top: 8px;
}
.sp-menu-btn span:nth-child(3) {
  bottom: 0;
}
.sp-menu-txt {
  display: block;
  font-size: 10px;
  line-height: 1.0;
}
.sp-menu.active .sp-menu-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.sp-menu.active .sp-menu-btn span:nth-child(2) {
  opacity: 0;
}
.sp-menu.active .sp-menu-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
/* ナビリスト */
.sp-navi-wrap{
	position: fixed;
	top: 0;
	background: #1cb4d5;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	padding: 60px 0 10%;
	z-index: 999;
	display: none;
}
.sp-navi-logo{
	width: 60%;
	margin: 30px auto 0;
}
.sp-navi-list li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
}
.sp-navi-list li a{
	display: block;
	padding: 13px 5% 10px;
	color: #fff;
	font-size: 16px;
}
.sp-navi-list li a::after{
	font-family: 'FontAwesome';
  content: "\f0da";
  color: #fff;
  position: absolute;
  right: 5%;
  top: 13px;
}
.sp-navi-acd .acdbtn::after {
    right: 4.2%;
}
.sp-navi-acd a::after{
	font-family: 'FontAwesome';
  content: "\f055" !important;
}
.sp-navi-acd .open::after{
	font-family: 'FontAwesome';
  content: "\f056" !important;
}
.sp-navi-child{
	background: #e8f6f9;
	display: none;
	overflow: hidden;
}
.sp-navi-child li{
	float: left;
	width: 50%;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.sp-navi-child li:nth-child(odd){
	border-right: 1px solid #ccc;
}
.sp-navi-child li:last-child{
	border-bottom: none;
}
.sp-navi-child li.bordernon{
	border-bottom: none !important;
}

.bdbn{
	border-bottom: none !important;
}
.sp-navi-child li a::after{
	font-family: 'FontAwesome';
  content: "\f0da" !important;
	position: absolute;
	color: #1cb4d5;
	right: 5%;
	top: 13px;
}
.sp-navi-child li a{
	display: block;
	padding: 15px 5% 13px;
	color: #333;
	font-size: 12px !important;
}
.sp-navi-bnr{
	width: 98%;
  margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.sp-navi-bnr li {
  margin-top: 20px;
  width: 48%;
  margin: 10px 1% 0;
}
/* メイン */
main{
	position: relative;
}
/* スライダー */
.slider li img{
	width: 100%;
}
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
/* ニュース */
#news{
	margin-top: 20px;
	padding: 20px 0 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
h2{
	text-align: center;
	font-size: 22px;
}
#news h2{
	line-height: 1.3;
}
.en{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #444;
}
.news dt{
	text-align: left;
	padding: 10px 0 0;
}
.news dd{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.news dd:nth-last-of-type(1){
	border-bottom: none;
}
/* おすすめ教材 */
#reccomend{
	margin-top: 30px;
}
.kyozai::after{
  margin-left: .5em;
  content:" ";
  display:inline-block;
  width:32px;
  height:26px;
  background:url(../images/common/icon-kyozai.png) no-repeat;    
  background-size:contain;
  vertical-align: text-bottom;
}
.osusume::before{
  margin-right: .5em;
  content:" ";
  display:inline-block;
  width:34px;
  height:33px;
  background:url(../images/common/deco-left.png) no-repeat;    
  background-size:contain;
  vertical-align: text-bottom;
}
.osusume::after{
  margin-left: .5em;
  content:" ";
  display:inline-block;
  width:34px;
  height:33px;
  background:url(../images/common/deco-right.png) no-repeat;    
  background-size:contain;
  vertical-align: text-bottom;
}
/* バナー */
.bnr1{
	margin-top: 20px;
	text-align: center;
}
.bnr1 img{
	width: 90%;
}
.bnr2{
	margin-top: 20px;
}
.bnr2 li{
	width: 90%;
	margin: 0 auto 20px;
}
/* はんだ付け講座 */
#course{
	margin-top: 40px;
	padding: 40px 0;
	background: #fff9ea;
}
#course h2::after{
  margin: 10px auto 0;
  content:" ";
  display:block;
  width:48px;
  height:31px;
  background:url(../images/common/icon-kouza.png) no-repeat;    
  background-size:contain;
}
/* タブ */
.course-wrap{
	margin: 20px 0 0;
}
.acd-menu-1{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 10px 3%;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	border-radius: 3px;
}
.acd-menu-1{
	background: #f2a500;
}
.acd-menu-2{
	background: #1cb4d5;
}
.acd-menu-1::after{
	font-family: 'FontAwesome';
  content: "\f107";
	position: absolute;
	right: 2%;
	top: 25%;
}
.acd-menu-2::after{
	font-family: 'FontAwesome';
  content: "\f107";
	position: absolute;
	right: 2%;
	top: 35%;
}
.acd-menu-3::after{
	font-family: 'FontAwesome';
  content: "\f107";
	position: absolute;
	right: 2%;
	top: 40%;
}
.acd-menu-1.open::after,
.acd-menu-2.open::after,
.acd-menu-3.open::after{
	font-family: 'FontAwesome';
  content: "\f106";
}
.acd-menu-1 .mark{
	display: inline-block;
	margin-right: 1em;
	background: #fff;
	color: #f2a500;
	font-weight: bold;
	padding: 2px 0 1px;
	width: 65px;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
}
.subcap{
	margin-left: .5em;
	color: #ff4304;
	font-size: 10px;
}
/* ブルー */
.acd-menu-2{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 10px 5%;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	border-radius: 3px;
}
.acd-menu-2 .mark{
	display: inline-block;
	margin-right: 1em;
	background: #fff;
	color: #1cb4d5;
	font-weight: bold;
	padding: 2px 0 1px;
	width: 80px;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
}

/* タブコンテンツ */
.content-wrap{
	width: 90%;
	margin: 20px auto 0;
}
#tab1-1,
#tab1-2,
#tab2-1,
#tab2-2,
#tab3-1,
#tab3-2,
#tab3-3,
#tab3-4,
#tab3-5,
#tab3-6{
	display: none;
	width: 98%;
  margin: 10px auto;
	background: #fff;
	padding: 20px 3%;
}
#tab1-1,
#tab1-2{
	border: 1px solid #f2a500;
}
#tab2-1,
#tab2-2{
	border: 1px solid #1cb4d5;
}
#tab3-1,
#tab3-2,
#tab3-3,
#tab3-4,
#tab3-5,
#tab3-6{
	border: 1px solid #c9dd36;
}
.content-wrap h3,
.content-wrap2 h3{
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
.content-wrap h3 span,
.content-wrap2 h3 span{
	font-size: 22px;
}
.orange{
	color: #f7ab39;
}
.con-text-1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.con-text-bg-orange{
	margin-top: 10px;
	padding: 10px;
	background: #f9e6ef;
	color: #de4343;
	font-weight: bold;
	font-size: 14px;
}
.con-text-2{
	margin-top: 10px;
	letter-spacing: .1em;
}
.linkbtn{
	margin-top: 20px;
}
.linkbtn a{
	position: relative;
	margin: 0 auto;
	display: block;
	background: #3d3d3a;
	color: #eee;
	padding: 8px 10px;
	text-align: center;
	width: 80%;
	border-radius: 20px;
}
.linkbtn a::after{
  content:" ";
  display:block;
  width:12px;
  height:10px;
  background:url(../images/common/arrow-white.png) no-repeat;    
  background-size:contain;
  position: absolute;
  right: 8%;
  top: 40%;
}
#tab1-1,
#tab2-1{
	margin-bottom: 20px;
}
/* ゴッドハンダのサービス */
#service{
	margin-top: 40px;
}
#service h2::after{
  margin: 10px auto 0;
  content:" ";
  display:block;
  width:32px;
  height:32px;
  background:url(../images/common/icon-service.png) no-repeat;    
  background-size:contain;
}
.service-for-b,
.service-for-c{
	font-size: 22px !important;
	line-height: 1.5 !important;
	text-align: left !important;
	color: #1cb4d5;
}
.service-for-b span,
.service-for-c span{
	display: block;
	font-size: 16px !important;
	color: #222;
}
.houjin-con{
  margin-top: 10px;
	display: flex;
	flex-direction: column;
}
.con-text-bg-blue{
	margin-top: 10px;
	padding: 10px;
	background: #d7f8ff;
	color: #1cb4d5;
	font-size: 14px;
}
.houjin-list{
	padding-left: 1.5em;
}
.houjin-list li{
	list-style-type: disc;
	padding: 3px 0;
	margin: 5px;
}
.houjin-con img{
	display: block;
	margin: 15px auto 0;
	width: 95%;
}
/* はんだ付け教材 */
#teaching{
	margin-top: 40px;
	background: #f9fce6;
	padding: 40px 0;
}
#teaching h2::after{
  margin: 10px auto 0;
  content:" ";
  display:block;
  width:32px;
  height:26px;
  background:url(../images/common/icon-kyozai.png) no-repeat;    
  background-size:contain;
}
.kyozai-wrap{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.acd-menu-3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 5px 5%;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	border-radius: 3px;
	background: #c9dd36;
}
.acd-menu-3 img{
	width: 120px;
	margin-right: 5%;
}
.acd-menu-3:hover img{
	opacity: 1 !important;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}
.content-wrap2{
	width: 100%;
	padding: 10px 0 0;
	overflow-y: auto;
}
.tab-content-3{
	border: 1px solid #c9dd36;
	background: #fff;
	padding-bottom: 25px;
}
.tab-content-3 h3{
	background: #c9dd36;
	color: #fff;
	padding: 10px 0 8px;
}
.kyozai-list{
	padding: 0 1%;
}
.kyozai-list li{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	border-bottom: 1px solid #c9dd36;
	padding-bottom: 20px;
}
.kyozai-list li:last-child{
	border-bottom: none;
}
.kyozai-img{
	width: 27%;
}
.kyozai-box{
	width: 69%;
}
.kyozai-box h4{
	font-size: 18px;
	line-height: 1.4;
}
.kyozai-box h4 span{
	font-size: 14px;
}
.kyozai-text-2{
	color: #919b00;
	font-size: 17px;
	font-weight: bold;
}
.tab-content-3 .linkbtn a{
	width: 200px !important;
}
.bnr-kyozai{
	width: 90%;
	margin: 30px auto 0;
	border: 2px solid #c9dd36;
}
.bnr-kyozai img{
	border-bottom: 2px solid #c9dd36;
}
.bnr-kyozai-text{
	background: #c9dd36;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.bnr-kyozai-text span{
	color: #222;
	font-weight: 500;
}
/* フッター */
footer .inner{
	width: 100%;
}
.tel{
	width: 80%;
	margin: 20px auto 0;
}
.tel img{
	margin-bottom: 5px;
}
.tel a{
	color: #bc0001;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
}
/* トップブログ */
#topblog{
	width: 90%;
  margin: 40px auto 0;
}
.tab-blog{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #666;
}
.tab-blog li{
	width: 20%;
	margin: 0 5px;
	text-align: center;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-radius: 4px 4px 0 0;
	padding: 13px 0 10px;
	font-size: 16px;
	position: relative;
}
.tab-blog li a{
	display: block;
	font-weight: bold;
}
.blog-wrap{
	width: 51%;
}
.blog-wrap2{
	width: 100%;
}
.blog-list{
	display: flex;
	flex-direction: column;
}
.blog-list li{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px 0 0;
	border: 1px solid #d8d8d8;
	padding: 15px 15px 10px;
	background: #f8f8f8;
	border-radius: 3px;
}
.topblog-img{
	width: 46%;
	margin-right: 3%;
}
.topblog-date{
	margin-top: 5px;
}
.topblog-title{
	margin-top: 5px;
}
.tit-0 a{
	color: #222;
}
.tit-1 a{
	color: #009acf;
}
.tit-2 a{
	color: #00aea9;
}
.tit-3 a{
	color: #ff8340;
}
.tit-4 a{
	color: #33376f;
}
.topblog-cat{
	margin-top: 5px;
}
.topblog-cat a{
	color: #009acf;
	font-size: 14px;
	border-radius: 2px;
	display: block;
	padding: 0 3px;
}
.cat-2 a{
	background: #00aea9;
}
.cat-3 a{
	background: #ff8340;
}
.cat-4 a{
	background: #33376f;
}
.blog-link{
	text-align: right;
	margin-top: 5px;
}
.blog-link a{
	font-size: 12px;
	color: #222;
}
.blog-link a:after{
	font-family: 'FontAwesome';
  content: "\f105";
	margin-left: .5em;
}
.blog-link a:hover{
	color: #00ada8;
}
.linkbtn2{
	margin-top: 20px;
}
.linkbtn2 a{
	position: relative;
	margin: 0 auto;
	display: block;
	background: #00ada8;
	color: #fff;
	border: 1px solid #00ada8;
	padding: 8px 10px;
	min-width: 175px;
	max-width: 200px;
	text-align: center;
	border-radius: 20px;
	transition: .3s;
}
.linkbtn2 a::after{
  content:" ";
  display:block;
  width:12px;
  height:10px;
  background:url(../images/common/arrow-white.png) no-repeat;    
  background-size:contain;
  position: absolute;
  right: 8%;
  top: 40%;
}

/* アクセス */
#access{
	margin-top: 40px;
	background: #fbf7ef;
	padding: 40px 0 0;
	text-align: center;
}
#access .inner{
	width: 100%;
}
#access .subtitle{
	margin: 5px 0 0;
	font-size: 16px;
}
#access iframe {
	margin-top: 15px;
	width: 100%;
	height: 250px;
}
/* ループスライダー */
#loopslider{
	background: #fbf7ef;
	padding-bottom: 40px;
}
/* フッターナビ */
.foot-nav-wrap{
	padding: 40px 0 30px;
	background: #ededef;
}
.foot-nav{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.foot-nav li{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.foot-nav h2 img{
	width: 80%;
}
.foot-text-1{
	margin-top: 10px;
}
.foot-text-2{
	margin-top: 20px;
	font-weight: bold;
	font-size:	18px;
}
.adress{
	margin-to	5px;
	font-size: 14px;
}
.foot-contact a{
	text-align: center;
	width: 75%;    
	display: block;
	margin: 15px auto 0;
	padding: 10px 0;  
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #f42b75;
	transition: .3s;
	border-radius: 3px;
}
.foot-contact a::before{
  margin:0 .5em 0 0;  
  content:" ";
  display:inline-block;
  width:23px;
  height:16px;
  background:url(../images/common/icon-mail.png) no-repeat; 
  background-size:contain; 
  vertical-align: text-bottom;
}
.copy,
.copy-blog{
	background: #1cb4d5;
	color: #fff;
	text-align: center;
	padding: 5px 0 4px;
	font-size: 12px;
}
.copy{
	margin-bottom: 48px;
}
.fixed-navi{
	position: fixed;
  bottom: 0;
  height: 48px;
  width: 100%;
}
.fixed-navi-menu{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.fixed-navi-menu li{
	width: 50%
}
.fixed-navi-menu a{
	text-align: center;
	display: block;
	padding: 13px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: .3s;
}
.fixed-navi-menu-mail{
	background: #f42b75;
}
.fixed-navi-menu-shop{
	background: #00ada8;
}
.fixed-navi-menu-mail::before{
  margin:0 .5em 0 0;
  content:" ";
  display:inline-block;
  width:18px;
  height:13px;
  background:url(../images/common/icon-mail.png) no-repeat;    
  background-size:contain;
}



/* 下層ページ */
h2.title0{
	margin-top: 30px;
	font-size: 18px;
}
h2.title0 img{
	width: 50px;
	display: block;
	margin: auto;
	padding-bottom: 10px;
}
h3.title{
  position: relative;
  display: inline-block;
  margin:30px 0 20px;
  padding: 8px;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #1cb4d5;
  text-align: center;
  color: #fff;
}
h3.title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #1cb4d5;
}
h4.title{
	margin-top: 10px;
	text-align: center;
	color: #1cb4d5;
	font-size: 20px;
}
.txtarea{
	margin: 10px 0 20px;
	overflow: hidden;
	line-height: 1.7;
}
/* 法人様向けサービス */
.icon-houjin{
	width: 9% !important;
}
.houjin-main{
	background: url("../images/houjin/main.jpg") no-repeat left center;
	background-size: cover;
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.houjin-main p,.koijn-main p{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
    font-size: 17px;
}
.houjin-main span,.koijn-main span{
  font-size: 13px;
  display: block;
  padding-top: 20px;
}

.title08{
	margin: 20px 0 10px;
	color: #1cb4d5;
	font-size: 16px;
	display: flex;
}
.title08 img{
	width: 60px;
	height: 55px;
	padding: 0 10px 5px 0;
}
.mainbn{
	margin: 15px auto;
}
.mainbn img{
	width: 100%;
}
.anchorlink{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.anchorlink li{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom:10px;
	border: 2px solid #1cb4d5;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	position: relative;
}
.anchorlink li p{
	position: absolute;
	right: 10px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.anchorlink li span{
	display: block;
}
.anchorlink li .fa{
	color: #fff;
	font-size: 21px;
	padding-top: 3px;
}
.anchorlink li:nth-child(3){
	margin-right: 0;
}
.anchorlink li a{
	display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background: #1cb4d5;
  color: #fff;
	padding: 10px;
}
.link2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.link2 li{
	width: 48%;
	text-align: center;
}
.link2 li a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #b7b6ac;
	color: #fff;
}
.img05{
	margin: 20px auto 0;
}
.img06{
	width: 200px;
	float: right;
}
.img09{
	margin: 40px auto 0;
	text-align: center;
}
.img09 img{
	width: 100%;
	margin-bottom: 15px;
}
.title02 {
    text-align: center;
    color: #141414;
    font-weight: bold;
    margin: 20px 0 15px;
    background: #eee;
    padding: 8px 0;
}
.box2{
	overflow: hidden;
}
.box2 p{
	padding: 15px;
	background: #fff;
}
.box2 p span{
	font-weight: bold;
}
.attention{
	font-weight: bold;
	color: #bc0000;
	margin: 20px 0;
}
.attention span{
	vertical-align: middle;
}
.attention img{
	width: 7%;
	display: block;
	margin: 0 auto 10px;
}
.img11 img{
	width: 100%;
	margin-bottom: 15px;
}
.picklist4,.picklist3,.picklist2{	
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.picklist4 span,.picklist3 span,.picklist2 span{	
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.picklist4 li,.picklist3 li,.picklist2 li{
	border: 2px solid #888888;
  width: 48%;
	height: 65px;
	padding: 15px;
	display:flex;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
}
.picklist3 li:nth-child(1){
	width: 100%;
	height: 90px;
}
.picklist2 li{
	width: 48%;
}
.counseling{
	background: #e8f6f9;
	padding: 20px;
	box-sizing: border-box;
}
.counseling ul{
  margin-top: 15px;
}
.counseling ul li{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 15px;
}
.counseling ul li a{
	text-decoration: none;
	color: #1cb5d7;
	background: #fff;
	display: block;
	border:2px solid #1cb5d7;
	padding: 8px;
	border-radius: 3px;
}
.bg-beige{
	background: #f4f3e8;
	padding: 18px;
	clear: both;
	margin-top: 30px;
	box-sizing: border-box;
}
.bg-gray{
	background: #eee;
	padding: 20px;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.title01{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.kouza-cont {
	margin-top: 20px;
	width: 100%;
}
.kouza-cont li{
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}
.kouza-cont li:before{
	position: absolute;
	font-family: 'FontAwesome';
  content: "\f105";
  left: 0;
}
.kouza-cont li a{
	text-decoration: underline;
}
.img01{
	width: 90%;
	margin: 0 auto 15px;
}
.img01sp{
	width: 35%;
	float: left;
	padding: 0 10px 10px 0;
	margin:0;
}
.img02sp{
	width: 40%;
	margin: 0 auto 20px;
}
.img01 img{
	width: 100%;
}
.targetlink {
	margin: 20px auto 0;
	width: 80%;
	text-align: center;
}
.targetlink a{
	display: block;
	background: #f42b75;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 3px;
	transition: .5s;
	text-decoration: none !important;
}
.siryoubox li h3{
	font-size: 16px;
	margin: 15px 0 40px;
	text-align: center;
	position: relative;
}
.siryoubox li h3:after{
	content: "";
  background: #4a4a4a;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.targetlink a:hover{
	background: #009acf;
	transition: .5s;
}
.siryoubox ul{
	margin-top: 40px;
}
.siryoubox li{
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	background: #f2f1e4;
	padding: 10px 15px 25px;
}
.siryoubox li img{
	width: 70%;
	margin: 0 auto 20px;
	display: block;
}
.siryoubox li a,.txtarea a{
	text-decoration: underline;
	color: #00ada8;
}
.siryoubox li div{
	line-height: 1.7;
}
.siryoubox li p{
	text-align: center;
	margin-top: 20px;
	padding: 3px 0;
	font-weight: bold;
	background: #fff;
}
.dottlist{
	margin-left:25px;
}
.dottlist li{
	list-style: disc;
	margin-bottom: 0;
	overflow:inherit;
}
.siryoubox ul ul{
	margin-top: 20px;
}
.siryoubox ul ul li{
	margin-bottom: 0;
	padding: 0;
}
.rooplink {
	text-align: center;
}
.rooplink a{
	display: inline-block;
	background: #00ada8;
	padding: 12px 20px;
	color: #fff;
	border-radius: 3px;
	transition: .5s;
}
.rooplink a:hover{
	background: #009acf;
	transition: .5s;
}
.pricetitle{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.pricetitle span{
	display: block;
	font-weight: bold;
	color: #ba0000;
}
.ooborivoice{
	margin-top: 20px;
  overflow: hidden;
}
.ooborivoice dd{
	position: relative;
	margin-bottom: 30px;
	display: none;
}
.ooborivoice dt{
	position: relative;
	font-size: 15px;
	padding: 5px 0 8px 35px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #d8d8d8;
  cursor: pointer;
}
.ooborivoice dt:before{
	position: absolute;
	left: 0;
	top:5px;
	content: "";
	background: url(../images/houjin/A.jpg) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
.contactbn{
	margin: 10px auto 30px;
	clear: both;
	overflow: hidden;
	width: 90%;
}
.contactbn img{
	width: 100%;
}
.terms_title{
	position: relative;
	margin-bottom: 25px;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
}
.terms_title:after{
	content: "";
  background: #4a4a4a;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.terms{
	background: #fff;
	padding: 15px;
	text-align: left !important;
	margin: 20px 0;
}
.terms table {
	margin: 20px auto;
  border: none;
  font-size: 12px;
  width: 100%;
}
.terms th {
	text-align: center;
	background: #eee;
	padding: 5px;
	width: 35%;
}
.terms td {
  padding: 15px 0 15px 10px;
  vertical-align: middle;
  overflow: hidden;
  border-bottom: 1px dotted #aeaeae;
}
.terms td.center {
	border-right: 1px dotted #aeaeae;
	padding: 0;
}
.terms td.bar {
    width: 100%;
    border-top: solid 1px #969696;
    padding: 0;
}
.terms h5{
	font-size: 15px;
	margin: 30px 0 10px;
	position: relative;
	padding-left: 20px;
}
.terms h5:before{
	content: "■";
	color: #e6e5c9;
	left: 0;
	position: absolute;
}
.terms dl{
	margin-top: 15px;
}
.terms dl dt{
	font-weight: bold;
	background: #eee;
	text-align: center;
	clear: both;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
	padding: 3px 0 2px;
}
.terms dl dd{
	margin-bottom: 15px;
}
.credit{
	width: 90%;
	margin: 15px auto 0;
}
.credit img{
	width: 100%;
}
.red{
	color: #bc0000;
	font-size: 13px;
	padding: 10px 0;
}
.title03{
	margin: 40px 0 10px;
	font-weight: bold;
}
.terms ul{
	font-size: 14px;
}
.terms ul li{
	margin-bottom: 5px;
	position: relative;
	padding-left: 23px;
}
.terms ul li span{
	font-weight: bold;
	padding-right: 8px;
	position: absolute;
	left: 0;
	top:0;
}
/* 個人向けサービス */
.koijn-main{
	background: url("../images/kojin/main.jpg") no-repeat left center;
	background-size: cover;
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	color: #fff;
}
.trouble-txt{
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
.trouble {
  overflow: hidden;
  margin: 20px auto;
}
.trouble li {
  color: #000000;
  padding-left: 35px;
  margin-bottom:10px;
  background: url(../images/kojin/pin.png) left top no-repeat;
  background-size: 30px;
  border-bottom: 2px dotted #fff;
  padding-bottom:10px;
  text-align: left;
}
.redtxt{
	font-size: 17px;
	margin: 30px 0;
	color: #de0909;
}
.redtxt span{
	font-weight: bold;
	display: block;
}
.panel{
	width: 100%;
}
.img02{
	width: 100%;
	margin-bottom:15px;
}
.ft17{
	font-weight: bold;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 15px 0;
}
.ft17 a{
	text-decoration: underline;
	color: #1cb5d7 !important;
}
.attentionbox{
	background: #faecec;
	padding: 1px 15px 15px;
	margin: 30px 0;
}
.attentionbox .red{
}
.attentionbox ul{
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px 10px 10px 40px;
}
.attentionbox li{
	list-style: decimal;
	margin-bottom: 8px;
}
.img03{
	width: 100%;
}

/* よくある質問 */
.icon-faq{
	width: 58px !important;
}
.anchorlink6{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.anchorlink6 li{
	width: 48%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.anchorlink6 li a{
	display: block;
	background: #e8f6f9;
	padding: 10px;
	border-radius: 3px;
	color: #333333;
}
.anchorlink6 li a:hover{
	background: #d4d4d4;
	color: #333333;
}
.faqlist {
  margin: 20px auto 0;
  overflow: hidden;
}
.faqlist dt.active {
  background-image: url(../images/faq/q-sp.png);
}
.faqlist dd {
  display: none;
  padding: 5px 5px 30px 5px;
}
.faqlist dt {
	background: url(../images/faq/openq-sp.png) left top 3px no-repeat;
  background-size: 100%;
  padding: 8px 20px 12px 35px;
  cursor: pointer;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 6px;
}
.faqlist dd a{
	text-decoration: underline;
	color: #1cb5d7;
}
.red-only{
	color: #e70000;
	font-size: 13px;
}
.account{
	display: block;
  background: #e8f6f9;
  border-radius: 3px;
  padding: 12px 11px;
	margin-top: 15px;
}
.packing-title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.packing-postage{
  margin-top: 10px;
}
.packing-postage th{
	background: #eee;
}
.vertical{
	width: 19%;
}	
.side{
	width: 27%;
}	
.packing-postage td,.packing-postage th{
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0;
}
.pickup-title{
	font-size: 14px;
	font-weight: bold;
}
.pickup-way li{
	list-style-type: decimal;
	padding: 12px 0;
}
.paypal{
	width: 100%;
}	

/* ご依頼手順 */
.icon-procedure{
	width: 12% !important;
}
.flow{
	margin-top: 30px;
}
.flow li{
	margin-bottom: 30px;
}
.flow h3{
	display: flex;
	align-items: center;
	color: #1cb4d5;
	background: #eee;
	border-radius: 40px 0 0 40px; 
}
.flow .step{
	background: #1cb4d5;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #fff;
}
.flow .step p{
	color: #fff;
	line-height: 1.2;
	position: absolute;
	left: 0;
	right: 0;
	top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
.flow .step p span{
	font-size: 11px;
	display: block;
	font-weight: 500;
}
.title07{
	color: #1cb4d5;
	margin-bottom: 10px;
}
.stepbox{
	overflow: hidden;
	margin: 20px 0;
}
.stepbox img{
	width: 80%;
	margin: 0 auto 15px;
	display: block;
}
.conlink,.conlink2 {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
.conlink2,.conlink3 {
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
}
.conlink a,.conlink2 a,.conlink3 a{
	display: block;
	background: #7f7f7f;
	padding: 10px 0;
	color: #fff;
	border-radius: 3px;
}
.conlink3 a{
	background: #707070;
	padding: 6px 0;
	text-decoration: none;
}
.conlink a:hover,.conlink2 a:hover{
	background: #a9a9a9;
}
.graybox{
	background: #f2f1e4;
	width: 100%;
	margin-top:20px;
	padding: 15px;
}
.graybox span{
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.mgb30{
	margin-bottom: 20px;
}
.paypal{
	width: 400px;
	padding-top: 15px;
}
/* 勉強方法 */
.icon-kyozai{
	width: 10% !important;
}
.mg30{
	margin: 20px 0;
}
.mgt80{
	margin-top: 40px;
}
.kyouzai{
	display: flex;
}
.kyouzai {
	margin-top: 30px;
}
.kyouzai li{
	text-align: center;
	width: 48%;
}
.kyouzai li p{
	margin-top: 10px;
	font-size: 13px;
}
.kyouzai li:first-child img{
	width:40%;
}
.kyouzai li:last-child img{
	width:100%;
}
/* 会社概要 */
.icon-compny{
	width: 10% !important;
}
h4.title10{
	font-size: 19px;
	margin: 15px 0 20px;
	text-align: center;
	color: #1cb4d5;
}
.rinen {
	margin:30px auto;
}
.rinen li:nth-child(2){
	border-bottom: 1px dashed #a9a9a9;
	border-top: 1px dashed #a9a9a9;
	padding: 20px 0;
	margin: 20px 0;
}
.company{
	width: 100%;
}
.company img{
	width: 100%;
}
.gaiyou {
  margin: 10px auto 30px;
  border: none;
  border-spacing: 0 10px;
}
.gaiyou th {
	display: block;
  border-bottom: dotted 1px #b3b3b3;
  padding-bottom: 8px;
  font-size: 15px;
  height: auto !important;
  width: auto !important;
}
.gaiyou td {
	display: block;
	padding: 10px;
	overflow: hidden;
	height: auto !important;
  width: auto !important;
}
.gaiyou td.bar {
	display: none;
}
.title04{
	font-size: 16px;
	font-weight: bold;
}
.w600{
	clear: both;
}
.w500{
	margin-top: 20px;
}
.map{
	height: 400px;
	margin-top: 40px;
}
.numlist{
	margin: 10px 0 30px 25px;
}
.numlist li{
	list-style:decimal;
	margin-bottom: 5px;
	overflow:inherit;
}
.numlist li a{
	color: #00ada8;
	text-decoration: underline;
}

/* スタッフ紹介 */
.icon-staff{
	width: 10% !important;
}
.stafflist{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stafflist li{
	width: 48%;
	text-align: center;
	margin-bottom: 40px;
}
.stafflist li:nth-child(2n){
	clear: both;
}
.stafflist li img{
	width: 100%;
}
.stafflist li p{
	margin-top: 10px;
	font-size: 17px;
}
.stafflist li span{
	font-size: 13px;
	display: block;
}
/* 採用情報 */
.icon-recruit{
	width: 10% !important;
}
.catch{
	font-size: 20px;
	color: #00ada8;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
h3.title05{
  position: relative;
  display: inline-block;
  margin: 20px 0 15px;
  padding: 10px;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 19px;
	background: #565656;
  text-align: center;
  color: #fff;
}
h3.title05:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #565656;
}
.recruit-btn {
	width: 80%;
	font-size: 16px;
	text-align: center;
  border-bottom: 0.1875em solid #444444;
  background-color: #1cb4d5;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto 30px;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  font-weight: bold;
}
.recruit-btn a{
  color: #fff;
}
.recruit-btn:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
.asklist{
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.asklist li{
	margin-bottom: 15px;
	border-bottom: 2px dotted #fff;
	padding: 10px 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.asklist li:last-child{
	border-bottom:none;
	margin-bottom: 0;
}
.asklist li p{
	font-weight: bold;
	margin-right: 15px;
	position: relative;
	color: #1cb4d5;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	padding: 16px;
}
.asklist li p span{
	position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title06{
	background: #fff;
	border-radius: 50px;
	font-size: 17px;
	text-align: center;
	padding: 6px;
	color: #323232;
}
.recbox{
	margin-bottom: 20px;
	position: relative;
}
.recbox div{
	background: rgba(28, 181, 215, 0.8);
	width: 80%;
	height: 100px;
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: 9%;
}
.recbox div p{
	position: absolute;
	top: 50%;
	left: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 23px;
  line-height: 1.8;
}
.recbox div span{
  font-size: 17px;
  color: #000;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  padding-right: 15px;
}
.recbox div span.charge{
  font-size: 14px !important;
  display: block;
  color: #fff;
}


/*黒田テスト2/19*/
.recbox2{
	position: relative;
	margin-top: 20px;
}
.recbox2 div{
	background: rgba(28, 181, 215, 0.85);
	width: 64%;
	height: 60%;
	color: #fff;
	position: absolute;
	bottom:15px;
	padding-bottom: 20px;
}
.recbox2 img{
	width: 50%;
	display: block;
	margin: 0 0 0 auto;
}
.recbox2 div p{
	position: absolute;
	top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 19px;
  line-height: 1.7;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  padding: 0 15px;
  width: 100%;
}
.recbox2 div span{
	display: inline-block;
	padding: 0 5px;
  font-size: 12px;
  background: #fff;
  border-radius: 1px;
  color: rgba(28, 181, 215, 1);
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
}
.recbox2 div span.charge{
  font-size: 10px !important;
  color: #fff;
  background: none;
  padding: 0;
  display:inline-block;
  margin-left: 30px;
}

/*-----*/




.senpai-qa {
	margin-top: 30px;
}
.senpai-qa dt{
	font-weight: bold;
	border-left: 5px solid #1cb4d5;
	padding-left: 10px;
	color: #1cb4d5;
	margin-bottom: 12px;
}
.senpai-qa dd{
	margin-bottom: 20px;
}
.schedule{
	background: #eeeeee;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 50px;
}
.schedule.mg0{
	margin-bottom: 30px;
}
.schedule h5{
	text-align: center;
	font-size: 20px;
}
.schedule ul{
	margin: 20px 0;
	padding: 0 5px;
}
.schedule li{
	border-bottom: 2px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.schedule img{
	width: 100%;
	margin-bottom: 25px;
}
.kyuujinform{
	width: 100%;
	margin: 30px auto;
}
.kyuujinform th{
	font-weight: bold;
	text-align: left;
	background: #eee;
	font-size: 16px;
	width: 100%;
	padding: 10px 10px 5px !important;
	width: 100%;
	float: left;
}
.kyuujinform td{
/* 	padding: 10px; */
	vertical-align: middle;
	width: 100%;
	float: left;
}
.kyuujinform input{
	font-size: 16px;
	padding: 8px;
	width: 100%;
	border: 1px solid #d5d5d5;
	margin: 8px 0;
	box-sizing: border-box;
}
.kyuujinform textarea{
	font-size: 16px;
	padding: 4px;
	height: 130px;
	border: 1px solid #d5d5d5;
	width: 100%;
	margin-top: 8px;
	box-sizing: border-box;
}
.kyuujinform td span{
	font-size: 13px;
	color: #be0303;
}
.conbtn input{
	width: 350px;
	height: 42px;
	margin: 15px auto 0;
	background: #f42b75;
	color: #fff;
	font-size: 17px;
}
.conbtn{
	text-align: center;
}
/* 経営者紹介 */
.ceobox{
	z-index: 0;
	margin-top: 40px;
}
.ceobox img{
	width: 85%;
	margin: auto;
	display: block;
}
.ceo-bg {
	background: #e8f6f9;
	padding: 70px 20px 10px;
	margin-top: -50px;
	width: 100%;
	z-index: -1;
}
.ceo-intro2 {
	margin-top: 40px;
	overflow: hidden;
	clear: both;
}
.ceo-intro dt,.ceo-intro2 dt{
	margin-bottom: 10px;
	font-weight: bold;
}
.ceo-intro2 dt{
	background: #009acf;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
}
.ceo-intro dd{
	margin-bottom: 10px;
}
.ceo-intro2 dd{
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #a5a5a5;
}
.ceo-intro2 dd a{
	color: #00ada8;
	text-decoration: underline;
}
.bloglink{
	margin-bottom: 15px;
}
.bloglink span{
	display: block;
}
/*
.youtube{
	width: 100%;
	height: 210px;
	margin: 10px auto 30px;
}
*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.title09{
	margin: 20px 0;
	color: #0d99b9;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.title09:after{
	content: "";
	position: absolute;
	height: 3px;
	width: 60px;
	background: #0d99b9;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.his_border{
	border-top: 1px dashed #b7b7b7;
}

/* お問い合わせフォーム */
.icon-contact{
	width: 8% !important;
}
.conform{
	width: 100%;
	background: #eee;
	padding: 10px;
	box-sizing: border-box;
	margin: -30px auto 0;
}
.conform th,.conform td{
	width: 100%;
	display: inline-block;
}
.conform td{
	margin-bottom: 5px;
}
.conform td select{
	text-align: center;
	width: 100%;
	margin: auto;
}
.conform th span{
	font-size: 12px;
	color: #c40000;
	font-weight: 500;
}
.conform textarea{
	height: 150px;
	width: 100%;
	border: none;
}
.conform td input{
	width: 95%;
	height: 30px;
	font-size: 16px;
	padding: 2px 7px;
	border: none;
	border-radius: 0;
-webkit-appearance: none;
}
.formbtn{
	background: #1cb4d5;
	color: #fff;
	width: 100% !important;
	margin: 10px auto;
	padding: 5px 0;
}
.settei{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.settei li{
	width: 30%;
	text-align: center;
	line-height: 2;
}
.settei li a{
	display: block;
	box-sizing: border-box;
	background: #00ada8;
	color: #fff;
	border-radius: 3px;
	padding:5px 0 10px;
}
.settei li .fa{
	font-size: 13px;
	display: block;
}

#about{
	width: 92%;
	margin: 0 auto;
}
.not404 {
  font-weight: bold;
  font-size: 26px;
  color: #009acf;
  margin-top: 50px;
}
.not-text {
    margin-top: 20px;
}
.single-main{
	width: 92%;
	margin: 30px auto 0;
}
.blog-title{
	text-align: center;
	color: #000;
	font-size: 22px;
}
.single-inner{
	margin-top: 30px;
}
.single-title{
	color: #0f94b3;
	font-size: 20px;
}
.single-post{
	margin-top: 20px;
}
.single-post p iframe {
  width: 100% !important;
  height: 69vw;
}
.single-tag{
	margin-top: 20px;
}
.prevnextarea{
	margin-top: 20px;
	overflow: hidden;
}
.nextL a,.nextR a{
	display: block;
	color: #0062a8;
	text-align: center;
	padding: 5px 10px;
	transition: .3s;
}
.wp-pagenavi {
  margin-top: 30px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #131313 !important;
  padding: 5px 7px !important;
  margin: 5px 2px !important;
  color: #131313;
}
.wp-pagenavi span.current {
  font-weight: bold;
  color: #1cb4d5;
}
.nextR {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.nextL {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.nextL a,.nextR a{
	color: #1cb4d5;
	padding: 5px 7px;
}
.nextL a:hover,.nextR a:hover{
	color: #222;
}
#sidebar{
	width: 80%;
	margin: 16px auto;
}
#sidebar select {
	width: 100%;
	margin-top: 10px;
	padding: 2px 10px 5px;
	height: 30px;
	font-size: 14px;

/*
	margin: 10px auto 0;
	font-size: 12px;
	background: #888;
	color: #000;
	text-align: center;
	border-radius: 4px;
	border: 0;
	-webkit-appearance: none;
*/
 }
.top-subtitle {
  color: #1cb4d5;
  font-size: 20px;
  margin-bottom: 22px;
  margin-top: 30px;
  letter-spacing: .1em;
  text-align: center;
}
.post-tag{
	font-size: 12px;
}
.post-title{
  margin-top: 6px;
  font-size: 17px;
  font-weight: bold;
}
.post-title a{
	color: #0c85a0;
}
.more{
	text-align: right;
}
.more a{
  color: #1cb4d5;
}
.post-list{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.post-list li{
	margin-top: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.post-list li img{
	width: 30%;
	height: auto;
	float: left;
	margin-right: 10px;
}
.post-text{
	padding-top: 4px;
	overflow: hidden;
}
.bd-b{
	border: 1px solid #000;
	width: 100px;
	margin: 10px auto 0;
}
.side-title{
	width: 100%;
	margin: 10px auto 0;
	font-size: 12px;
	background: #888;
	color: #fff;
	padding: 2px 10px 5px;
	border-radius: 4px;
	border: 0;
	-webkit-appearance: none;
  font-weight: normal;
}
input#s {
	width: 73%;
	font-size: 14px;
	border: 1px solid #888;
	margin: 10px auto 0;
	border-radius: 4px;
}
input#searchsubmit {
/* 	width: 20%; */
	vertical-align: bottom;
	border-radius: 4px;
	background: #1cb4d5;
	color: #fff;
	border: 1px solid #1cb4d5;
  -webkit-appearance: none;
}
label.screen-reader-text {
    display: none;
}
.wp-caption {
  max-width: 100%;
}
.menu ul:last-child li h4{
	padding-bottom: none !important;
	border-bottom: 0 !important;
}
.menu ul:nth-child(7) ul li:first-child{
	border-top:solid 1px #eee;
	padding-top: 20px;
	margin-top: 0 !important;
}
.menu{
	-webkit-appearance: none;
}
.menu select {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 10px 5px;
  font-size: 14px;
  height: 30px;
}
#sidebar-right{
	width: 80%;
	margin: 0 auto;
}
/* シングル見出し */
.single-post h4 {
  border-bottom: solid 3px #1cb4d5;
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  padding-bottom: 4px;
}
.single-post h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
.single-post a{
  text-decoration: underline;
	color:#d87b7b;
}
.single-post a:hover{
	color: #00ada8;
}
.photo-box li{
	margin: 20px 0;
	width: 100%;
}
.photo-box li p{
	margin-top: 10px;
}

.photo-box3 li{
	margin: 20px 0;
	width: 100%;
}
.photo-box3 li p{
	margin-top: 10px;
}

.blog-inner table{
	width: 100% !important;
  border: solid 1px #222;
  margin: 10px 0;
}
.blog-inner table pre{
  margin: 0 !important;
}
.blog-inner table th, .blog-inner table td {
  border: solid 1px #222;
  padding: 0 !important;
	display: block;
	height: 30px !important;
	width: 100% !important;
}
.blog-inner table th{
	background: #d1e6ea !important;
}



.learnbox{
	margin: 10px auto 0;
	max-width: 850px;
	width: 90%;
	border: 1px solid #f2a500;
	padding: 10px 5px;
	background: #fff;
	border-radius: 3px;
}
.learntitle{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.learntitle span{
	font-size: 14px;
}
.l-photo{
	width: 80%;
	margin: 10px auto 0;
}
.l-photo img{
	width: 100%;
}
.learnlist {
 display:none;
}


.learn-l{
	display:none;
}

.mark2{
	display: block;
margin: 0 auto 5px;
width: 40%;
background: #f2a500;
color: #fff;
font-weight: bold;
padding: 2px 0 0;
font-size:18px;
}


.bringin{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.bringin-text{
	margin-top: 20px;
	text-align: left;
}
.retext {
  color: #c40000;
  margin:20px 0;
  text-align: center;
}
.genzai{
	color: #e22121;
	font-weight: bold;
	margin: 20px 0;
}
.prodetails{
	padding: 14px;
	background: #e8f6f9;
	margin-top: 30px;
}

.mgtb20{
	margin: 20px 0;
}

/* 230703追加 */
.company.office{
	display:flex;
	justify-content: space-around;
	width: 100%;
}
.company.office p{
	width: 46%;
}

.houjin-bnr-area a span{
	font-size: 16px;
	font-weight: bold;
}
/*  */
#tab-1,#tab-2{
	display: block;
}
.tab-blue{
	margin: 0 auto 10px;
	width:90%;
}
.tab-blue-title{
	display: flex;
	justify-content: space-around;
}
.tab-blue-title p{
	padding: 10px 0;
	border-bottom: 1px solid #1cb4d5;
	font-weight: bold;
	font-size: 22px;
}
.tab-blue-title p:first-child{
	background-color: #1cb4d5;
	width: 30%;
	text-align: center;
	color: #ffffff;
}
.tab-blue-title p:last-child{
	color: #1cb4d5;
	width: 70%;
	text-align: center;
}

.content-wrap{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
}
.atention{
	color: red;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.content-wrap2{
	padding: 0;
}

/* 作るはんだ付け教材（初級） */

.T-spinner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.Tsu-container{
  letter-spacing: 0.01em;
}
.Tmain{
  margin: 0 auto 10px;
}
.Tmain_txt{
  color:#727272;
  text-align: right;
  font-size: 10px;
  margin-bottom: 20px;
}
.Tmain__cath{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
.Tmain__subcath{
  font-size: 13px;
  margin-bottom: 20px;
}
.T__ttl--red{
  color: #D90000;
  font-size: 1rem;
}
.Tmain__subcath--underline{
  background: linear-gradient(transparent 50%, rgb(227,235,29,.4) 50%);
}
.bnr-area1{
  width: 70%;
  margin: 0 auto;
}
h3.title{
  font-size: 15px;
}
.Tbox{
  background-color:#EEEEEE ;
  padding: 30px 0 20px;
  margin-top: -30px;
  position: relative;
  margin-bottom: 40px;
  z-index: -1;
  font-size: 13px;
}
.Tbox__list{
  width: 90%;
  margin: 0 auto;
  padding-left: 10px;
}
.Tbox__list li{
  padding: 3px 0;
  list-style: disc;
}
.Tbox__list li span{
  background: linear-gradient(transparent 50%, rgb(227,235,29,.4) 50%);
}
.Tbox__stamp{
position: absolute;
width: 30%;
max-width: 70px;
}
.Tbox__stamp--04{
  bottom: -30px;
  right: 0;
}
.T__ttl {
  margin-bottom: 30px;
}

.Tsecondbox{
  background-color:#F2F1E4 ;
  padding: 30px 0;
  width:100%;
  margin: 0 auto 20px;
}
.Tsecondbox__inner{
  width: 90%;
  margin: 0 auto;
}
.Tsecondbox__img01,
.Tsecondbox__youtube{
  margin-bottom: 30px;
}
.T__youtube iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.Tsecondbox .T__youtube{
  margin-bottom: 30px;
}
.Tsecondbox__btn:not(:last-child){
  margin-bottom: 20px;
}
.Tsecondbox__btn--txt{
  margin-bottom: 5px;
}
.Tsecondbox__btn1--txt{
  font-weight: bold;
  font-size: 13px;
  display: flex;
  justify-content: center;
}
.Tsecondbox__btn1--txt::before,
.Tsecondbox__btn1--txt::after{
  content: '';
  width: 1px;
  height: 35px;
  background-color: #000;
}
.Tsecondbox__btn1--txt::before{
  margin-right: 15px;
  transform: rotate(-25deg);
}
.Tsecondbox__btn1--txt::after{
  margin-left: 15px;
  transform: rotate(25deg);
}
.Tsecondbox__btn--img{
  width: 70%;
  margin: 0 auto;
}
.Tsecondbox__btn--pink{
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
}
.Tsecondbox__btn--pink a{
  display: block;
  background-color: #F42B75;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  line-height: 1.4;
}
.Tsecondbox__btn--pink a:hover{
  opacity: .8;
}
.Tsecondbox__btn--pink span{
  font-weight: bold;
  font-size: 1rem;
}
.Tbluebox{
  border:5px solid #1CB4D5;
  padding: 30px 0;
  position: relative;
  margin-bottom: 40px;
}
.Tbluebox__inner{
  width: 90%;
  margin: 0 auto;
}
.Tcontent__txt-mgb{
  margin-bottom: 40px;
}
.Tbox__stamp--06{
  right: 10px;
  top: 80px;
  width: 20%;
  max-width: 60px;
}
.Tbox__stamp--07{
  right: 10px;
  bottom: 5px;
  width: 20%;
  max-width: 60px;
}
.Telearning{
  margin-bottom: 40px;
}
.Tyoutube-2{
  width: 100%;
  margin: 0 auto 10px;
}
.e-img{
  display: flex;
  justify-content:space-between;
  gap: 10px;
  width: 100%;
  margin: 0 auto 20px;
}
.e-img p{
  width: 50%;
}
.Tcontent__txt{
font-weight: bold;
font-size: 13px;
line-height: 2;
}
.Tcontent__txt span{
  color:#D90000 ;
}
.Tthirdbox{
  background-color:#F2F1E4 ;
  padding: 40px 0;
  position: relative;
  margin-bottom: 40px;
}
.Tthirdbox__inner{
  width: 90%;
  margin: 0 auto;
}
.product-area{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content:  space-between;
}
.product-area__img{
  width: 80%;
  margin: 0 auto;
}
.product-subtxt{
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
}
.product-subtxt span{
  color:#D90000 ;
}
.price-txt{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}
.price-btn{
  width: 80%;
  margin: 0 auto 20px;
}
.Tbox__stamp--08{
top: -30px;
right: 0px;
}
.Tbox__stamp--09{
bottom: -20px;
right: 10px;
}
.Tsample,.Tdvdcontets{
  position: relative;
  margin-bottom: 40px;
}
.T__ttl--underline{
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.youtube-flex{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.youtube-flex .T__youtube{
  width: 90%;
  margin: 0 auto;
}
.Tbox__stamp--10{
  position: static;
  margin: 0 auto 5px;
  max-width: 70px;
}
.Tbox__stamp--11{
  position: static;
  margin: 0 auto 5px;
  max-width: 70px;
}
.Tflex{
  background-color: #EEEEEE;
  padding: 30px 0;
}
.Tflex-inner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.Tflex-content{
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.Tflex-content__ttl{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.disk-icon{
  width: 50px;
}
.Tflex-content ul li{
  line-height: 2;
  font-weight: bold;
  padding-left: 5px;
}
.Tbox__stamp--12{
  right: -20px;
  bottom: -20px;
}
.Tbox__stamp--13{
  right: -20px;
  bottom: -20px;
}

.Tlast-btnarea{
  margin-bottom: 30px;
}
.Tlast-btnarea .Tsecondbox__btn--img{
  margin-bottom: 10px;
}

.Tbnrarea{
  background-color:#F2F1E4 ;
  padding: 30px 0 40px;
}
.Tbnrarea__inner{
  width: 90%;
  gap: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.Tbnrarea__flexitem--img{
  width: 80%;
  margin: 0 auto;
}
.Tbnrarea__flexitem .Tbnrarea__flexitem--img{
margin-bottom: 10px;
}
.Tbnrarea__flexitem--txt{
  font-size: 13px;
}
.handa-logo{
  width: 80px;
  margin: 0 auto;
  margin: 30px auto 0;
}

.product-pdf{
	width: 80%;
	margin: 0 auto;
}
.product-pdf a{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	background: #4db2e8;
	color: #fff;
	font-size:16px;
	padding: 5px;
}
.product-pdf a:hover{
	opacity: .7;
}