@charset "utf-8";
.sp{
	display: none !important;
}
#container{
	overflow: hidden;
}
.inner{
/* 	max-width: 850px; */
	margin: 0 auto;
	position: relative;
	width: 90%;
}
.mgt40{
	margin-top: 40px !important;
}
.mgt30{
	margin-top: 30px !important;
}
.mgt20{
	margin-top: 20px !important;
}
.mgt10{
	margin-top: 10px !important;
}
.mgt0{
	margin-top: 0px !important;
}
/* ヘッダー */
header .inner{
	max-width: 1180px;
}
h1{
	font-size: 10px;
	font-weight: 500;
	position: relative;
	left: 280px;
	top: 10px;
}
nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
nav.pc.gnavi-pc {
  flex-direction: column;
}
.head-nav{
	display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.head-nav li{
	margin-left: 30px;
	font-size: 16px;
}
@media screen and (max-width: 1200px) {
	h1{
		left: 220px;
	}
}

@media screen and (max-width: 1100px) {
	h1{
		font-size: 0.7vw;
		font-weight: 500;
		position: relative;
		left: 260px;
		top: 10px;
	}
	h1 span{
		display: block !important;
	}
	.head-nav{
		left: 250px;
	}
	header .inner{
		width: 98%;
	}
	.head-nav li{
		font-size: 14px;
  }
}
.head-nav li a{
	color: #222;
}
.head-nav li a:hover{
	color: #00ada8;
}
.head-nav li:last-child::after{
	content: none;
}
.head-nav2{
	display: flex;
	align-items: center;
	margin-left: 1em;
	position: absolute;
	top:0;
	right: 0;
}
.head-nav2 a{
	text-align: center;
	display: block;
	padding: 6px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: .3s;
}
.mail{
	background: #f42b75;
}
.shop{
	background: #00ada8;
}
.faqbtn {
  background: #666;
}
.mail:hover{
	background: #f37aa7;
	transition: .3s;
}
.shop:hover{
	background: #26c3be;
	transition: .3s;
}
.faqbtn:hover {
  background: #888;
}
.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;
}
.tel{
	margin: 28px 0 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tel span {
  margin-left: 20px;
}
.tel img{
	display: block;
	width: 266px;
}
.tel a{
	color: #bc0001;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
}
/*
@media (min-width: 640px) {
.tel{
	margin-top: 40px;
	font-size: 0.7vw;
	text-align: center;
	width: 28%;
	line-height: 2.4;
}
.tel img{
	display: block;
	width: 90%;
	margin:  5px auto 0;
}
}
@media (min-width: 1100px) {
.tel{
	margin-top: 40px;
	font-size: 0.7vw;
	text-align: center;
	width: 25%;
	line-height: 1.6;
}
}
@media (min-width: 1200px) {
.tel{
	margin-top: 40px;
	font-size: 13px;
	text-align: center;
	width: 25%;
	line-height: 1.6;
}
}
*/
@media screen and (max-width: 1100px){
	.tel{
		margin: 22px 0 0 0;
	}
	.navnon1{
		display: none;
	}
}
@media screen and (max-width: 900px){
	h1{
		left: 250px;
	}
	.head-nav li {
    font-size: 1.3vw;
	}
	.tel img{
		width: 220px;
	}
	.tel span {
    font-size: 11px;
	}
	.head-nav2 a {
	  padding: 5px 15px;
	  font-size: 12px;
	}
}
@media screen and (max-width: 800px){
	.navnon2{
		display: none;
	}
}

header{
	padding-bottom: 5px;
	border-bottom: 5px solid #009acf;
}
.center{
	text-align: center;
}

/* ラッパー */
.wrapper{
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}
/* サイドバー */
aside{
	width: 250px;
}
/* メイン */
main{
	max-width: 930px;
	width: 70%;
	margin: 0 auto;
	flex:1 ;
	position: relative;
}
/* スライダー */
.slider li img{
	width: 100%;
}
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
/* ニュース */
#news{
	margin: 40px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: flex;
	justify-content: flex;
	align-items: center;
	overflow-y: auto;
}
h2{
	text-align: center;
	font-size: 28px;
}
#news h2{
	font-size: 24px;
	width: 230px;
	line-height: 1.3;
	margin: 10px 0;
}
.en{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #444;
}
.news{
	width: 600px;
	padding-top: 3px;
	display: flex;
	flex-wrap: wrap;
}
.news dt{
	width: 20%;
	text-align: left;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ccc;
}
.news dd{
	width: 80%;
	text-align: left;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ccc;
}
.news dd:nth-last-of-type(1),
.news dt:nth-last-child(2){
	border-bottom: none;
}
/* おすすめ教材 */
#reccomend{
	margin-top: 60px;
}
.kyozai::after{
  margin-left: .5em;
  content:" ";
  display:inline-block;
  width:25px;
  height:23px;
  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: 60px;
	text-align: center;
}
.bnr1 img{
	max-width: 750px;
	width: 90%;
}
.bnr2{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bnr2 li{
	width: 350px;
	margin: 0 25px;
}
.bnr2 li.w100p{
	width: 750px;
  margin: 50px 0 0;
}
/* はんだ付け講座 */
#course{
	margin-top: 60px;
	padding: 40px 0 60px;;
	background: #fff9ea
}
#course h2::after{
  margin: 10px auto 0;
  content:" ";
  display:block;
  width:42px;
  height:27px;
  background:url(../images/common/icon-kouza.png) no-repeat;    
  background-size:contain;
}
/* タブ */
.course-wrap{
	max-width: 850px;
	width: 90%;
	margin: 30px auto 0;
	background: #fff;
	display: flex;
}
.tab-orange{
	border: 1px solid #f2a500;
}
.tab-blue{
	border: 1px solid #1cb4d5;
}
.tab-menu-1,
.tab-menu-2{
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: .3s;
	color: #f2a500;
}
.tab-menu-1{
	border-right: 1px solid #f2a500;
}
.tab-menu-2{
	border-right: 1px solid #1cb4d5;
}

.tab-menu-1 a:hover,
.tab-menu-2 a:hover{
	color: #fff;
}
.tab-menu-1 li,
.tab-menu-2 li{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
}
.tab-menu-1 li:first-child,
.tab-menu-2 li:first-child{
	border-bottom: 1px solid #fff;
}
/* オレンジ */
.tab-menu-1 li a{
	width: 175px;
	height: 250px;
	color: #f2a500;
	display: block;
	padding-top: 3.5em;
	box-sizing: border-box;
	cursor: pointer;
}
.tab-menu-1 li:nth-child(2) a{
	padding-top: 3em;
}
.tab-menu-1 li:hover{
	background: #fcd073;
	color: #fff;
	transition: .3s;
}
.tab-menu-1 li .current{
	background: #f2a500;
	color: #fff;
	transition: .3s;
}
.tab-menu-1 li .mark{
	display: block;
	margin: 0 auto 5px;
	width: 65%;
	background: #f2a500;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 0;
}
.tab-menu-1 li:hover .mark,
.tab-menu-1 li .current .mark{
	background: #fff;
	color: #f2a500;
}
.subcap{
	display: block;
	margin-top: 10px;
	color: #ff8240;
	font-size: 13px;
}
/* ブルー */
.tab-menu-2 li a{
	width: 175px;
	color: #1cb4d5;
	display: block;
	padding-top: 2.4em;
	padding-bottom: 2em;
	box-sizing: border-box;
	cursor: pointer;
}
.tab-menu-2 li:hover{
	background: #64cbe2;
	color: #fff;
	transition: .3s;
}
.tab-menu-2 li .current{
	background: #1cb4d5;
	color: #fff;
	transition: .3s;
}
.tab-menu-2 li .mark{
	display: block;
	margin: 0 auto 5px;
	width: 65%;
	background: #1cb4d5;
	color: #fff;
	font-weight: bold;
	padding: 1.3em 0 1em;
}
.tab-menu-2 li:hover .mark,
.tab-menu-2 li .current .mark{
	background: #fff;
	color: #1cb4d5;
}
.subcap1{
	letter-spacing: 0.01em;
	font-size: 15px;
}
.subcap2{
	font-size: 18px;
}

/* タブコンテンツ */
.content-wrap{
	max-width: 725px;
	padding: 30px 22px 20px;
	overflow-y: auto;
	width: 100%;
}
.content-wrap h3,
.content-wrap2 h3{
	width: 100%;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}
.content-wrap h3 span,
.content-wrap2 h3 span{
	font-size: 34px;
	letter-spacing: .1em;
}
.orange{
	color: #f7ab39;
}
.tab-content-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-content-left{
	max-width: 395px;
	width: 60%;
}
.tab-content-right{
	max-width: 208px;
	width: 35%;
}
.con-text-1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.con-text-bg-orange{
	margin-top: 10px;
	padding: 10px 3px;
	background: #f9e6ef;
	color: #de4343;
	font-weight: bold;
	line-height: 2;
}
.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;
	min-width: 80%;
	max-width: 300px;
	text-align: center;
	border-radius: 20px;
	transition: .3s
}
.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%;
}
.linkbtn a:hover{
	background: #00ada8;
	transition: .3s
}

/* ゴッドハンダのサービス */
#service{
	margin-top: 60px;
}
#service h2::after{
  margin: 10px auto 0;
  content:" ";
  display:block;
  width:30px;
  height:23px;
  background:url(../images/common/icon-service.png) no-repeat;    
  background-size:contain;
}
.service-for-b,
.service-for-c{
	font-size: 33px !important;
	line-height: 1.5 !important;
	text-align: left !important;
}
.service-for-b span{
	display: block;
	font-size: 16px !important;
}
.service-for-c span{
	display: block;
	font-size: 18px !important;
}
.service-for-b::before{
  margin: 12px .5em 0 0;
  content:" ";
  display:inline-block;
  float: left;
  width:86px;
  height:86px;
  background:url(../images/top/icon-houjin.png) no-repeat;    
  background-size:contain;
}
.service-for-c::before{
  margin: 12px .5em 0 0;
  content:" ";
  display:inline-block;
  float: left;
  width:86px;
  height:86px;
  background:url(../images/top/icon-kojin.png) no-repeat;    
  background-size:contain;
}
.houjin-con{
  margin-top: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.con-text-3{
	width: 96%;
	font-size: 18px;
	line-height: 1.4;
	/* color: #1cb4d5; */
	color: #008bd0;
	margin: 10px auto 0;
}
.houjin-list{
	margin-top: 10px;
}
.houjin-list li{
	border: 1px solid ;
	padding: 5px 10px;
	margin-top: 5px;
}
.houjin-con img{
	margin: 15px 0 0 15px;
	width: 280px;
}
/* はんだ付け教材 */
#teaching{
	margin-top: 80px;
	background: #f9fce6;
	padding: 60px 0;
}
#teaching h2::after{
  margin: 10px auto 0;
  content:" ";
  display:block;
  width:26px;
  height:20px;
  background:url(../images/common/icon-kyozai.png) no-repeat;    
  background-size:contain;
}
.kyozai-wrap{
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tab-menu-3{
/* 	width: 21%; */
	max-width: 315px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}
.tab-menu-3 li{
	width: 150px;
	border: 1px solid #c9dd36;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.tab-menu-3 li a{
	display: block;
	color: #222;
	font-weight: bold;
	padding: 10px 0;
	font-size: 17px;
	transition: .3s;
}
.tab-menu-3 li img{
	width: 140px;
	margin-top: 3px;
}
.tab-menu-3 li a:hover img,
.tab-menu-3 li:hover img{
	opacity: 1 !important;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}
.tab-menu-3 li:hover,
.tab-menu-3 li .current{
	background: #c9dd36;
	color: #fff;
	transition: .3s;
}
.tab-menu-3 li a:hover{
	color: #fff;
}
.content-wrap2{
	width: 100%;
	max-width: 515px;
	padding: 30px 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 20px 0 25px;
}
.kyozai-list li{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.kyozai-img{
	width: 100px;
}
.kyozai-box{
	width: 345px;
}
.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%;
	max-width: 850px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #c9dd36;
}
.bnr-kyozai p{
	width: 50%;
}
.bnr-kyozai-text{
	width: 100% !important;
	background: #c9dd36;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.bnr-kyozai-text span{
	color: #222;
	margin-right: 1em;
	font-weight: 500;
}
/* フッター */
/*
footer .inner{
	width: 1180px;
}
*/
/* トップブログ */
#topblog{
	margin: 80px
}
.tab-blog{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #666;
}
.tab-blog li{
	width: 200px;
	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: 14px;
	position: relative;
}
.tab-blog li a{
	display: block;
	font-weight: bold;
}
.tab-blog li .current::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	background: #fff;
	width: 100%;
	height: 3px;
}
.blog-list{
	display: flex;
	margin: auto;
	justify-content: center;
}
.blog-list li{
	width: 250px;
	margin: 40px 15px;
	border: 1px solid #ccc;
	padding: 15px;
}
.topblog-date{
	margin-top: 5px;
	font-size: 12px;
}
.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{
	display: block;
	color: #fff;
	font-size: 11px;
	display: inline-block;
}
.cat-1 a{
	color: #009acf;
}
.cat-2 a{
	background: #00aea9;
}
.cat-3 a{
	background: #ff8340;
}
.cat-4 a{
	background: #33376f;
}
.blog-link{
	text-align: right;
}
.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{
	width: 200px;
	margin: 20px auto 0;
}

/* アクセス */
#access{
	margin-top: 80px;
	background: #fbf7ef;
	padding: 60px 0 0;
	text-align: center;
}
#access .inner{
	width: 1180px;
}
#access .subtitle{
	margin: 5px 0 0;
	font-size: 18px;
}
#access iframe {
	margin-top: 15px;
	width: 100%;
	height: 250px;
}
/* ループスライダー */
#loopslider{
	background: #fbf7ef;
	padding-bottom: 60px;
}
/* フッターナビ */
.foot-nav-wrap{
	padding: 40px 0;
	background: #ededef;
}
.foot-nav{
/* 	width: 1180px; */
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.foot-nav li{
	border-right: 1px solid #6d7097;
	padding: 0 20px;
	width: 250px;
}
.foot-nav li:last-child,
.foot-nav li ul li{
	border-right: none;
}
.foot-nav li a{
	color: #222;
	display: block;
	padding: 3px 0 8px;
	transition: .3s;
	font-size: 14px;
}
.foot-nav li a:hover{
	color: #00ada8;
	transition: .3s;
}
.foot-nav li a::before{
  content:" ";
  display:inline-block;
  width:8px;
  height:11px;
  background:url(../images/common/arrow-blue2.png) no-repeat;    
  background-size:contain;
  margin-right: .5em;
}
.foot-list-child li a::before{
	content: none;
}
.foot-list-child li{
	margin-left: 1.1em;
	padding: 0 !important;
	line-height: 1.2;
}
.pin{
	width: 380px!important;
	text-align: center;
	padding: 0 20px;
}
.foot-list {
	padding-top: 15px;
	font-size: 1vw;
}
@media (min-width: 640px) {
.foot-list{
	padding-top: 10px;
	font-size: 12px;
}
}
@media (min-width: 1100px) {
.foot-list{
	padding-top: 15px;
	font-size: 15px;
}
}
@media (min-width: 1200px) {
.foot-list{
	padding-top: 15px;
	font-size: 15px;
}
}

.foot-list li{
	padding: 0 !important;
	width: 100% !important;
}
.foot-nav h2{
	text-align: center;
}
.foot-nav h2 img{
	width: 270px;
}
.foot-text-1{
	margin-top: 5px;
}
.foot-text-2{
	margin-top: 10px;
	font-weight: bold;
	font-size:	18px;
}
.adress{
	font-size: 15px;
}
.pin .tel{
	width: 340px!important;
	margin-top: 10px;
	line-height: 0;
}
.pin .telnum{
	pointer-events: none;
}
.attenlink{
	color: #bc0001!important;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
.foot-nav .attenlink{
	line-height: 1.4;
}

.pin .tel a::before{
  background:none;    
}
.foot-contact a{
	text-align: center;
	width: 180px !important;    
	display: block;
	margin: 15px auto 0;
	padding: 14px 25px 12px !important;    
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	background: #f42b75;
	transition: .3s;
}
.foot-contact a::before{
  margin:0 .5em 0 0 !important;    
  content:" ";
  display:inline-block;
  width:18px !important;    
  height:13px !important;    
  background:url(../images/common/icon-mail.png) no-repeat !important;    
  background-size:contain !important;    
}
.foot-contact a:hover{
	background: #009acf;
	transition: .3s;
}
.copy{
	background: #1cb4d5;
	color: #fff;
	text-align: center;
	padding: 10px 0 8px;
}
#pageTop {
  position: fixed;
  width: 60px;
  bottom: 50px;
  right: 30px;
}
/* 下層ページ */
h2.title0{
	margin-top: 40px;
}
h2.title0 img{
	width: 70px;
	padding-right: 10px;
}
h2.title0 img.houjinimg{
	width: 60px;
	vertical-align: text-top;
	padding-left: 20px;
}
h3.title{
  position: relative;
  display: inline-block;
  margin: 70px 0 20px;
  padding: 10px;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  background: #1cb4d5;
  text-align: center;
  color: #fff;
}
h3.title:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1cb4d5;
}
h4.title{
	font-size: 19px;
	margin: 15px 0 20px;
	text-align: center;
	color: #1cb4d5;
}
.txtarea{
	margin: 30px 0 40px;
	font-size: 15px;
	overflow: hidden;
	line-height: 1.7;
}
.mainbn{
	width: 850px;
	margin: 25px auto;
}
.mainbn img{
	width: 100%;
}
/* 法人サービス */
.icon-houjin{
	width: 5% !important;
	vertical-align: middle;
}
.houjin-main{
	background: url("../images/houjin/main.jpg") no-repeat center center;
	background-size: 100% 127px;
	width: 100%;
	height: 125px;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.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%);
  font-size: 24px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
    line-height: 2;
}
.houjin-main span.ft15,.koijn-main span.ft15{
  font-size: 15px;
  display: block;
}
.title08{
	margin: 20px 0 10px;
	color: #1cb4d5;
	font-size: 20px;
	text-align: center;
}
.title08 img{
	width: 45px;
	height: 45px;
	margin-right: 10px;
	vertical-align:middle;
}
.anchorlink{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.anchorlink li{
	width: 32%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom:40px;
	border: 2px solid #1cb4d5;
	border-radius: 3px;
	font-weight: bold;
}
.anchorlink li span{
	display: block;
}
.anchorlink li p{
	background: #1cb4d5;
	display: block;
	margin-top: 15px;
}
.anchorlink li p a:hover{
	background: #9ee5f5;
}
.anchorlink li p .fa{
	color: #fff;
	font-size: 21px;
	padding-top: 3px;
}
.anchorlink li:nth-child(3){
	margin-right: 0;
}
.anchorlink li a{
	display: block;
  padding-top: 15px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #1cb4d5;
}
.anchorlink li a:hover{
  background: #e8f6f9;
}
.link2{
	align-items: center;
}
.link2 li{
	width: 400px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 15px;
}
.link2 li a{
	display: block;
	background: #b7b6ac;
	color: #fff;
/* 	border: 1px solid #7c7c7c; */
	padding: 14px 0;
	box-sizing: border-box;
	border-radius: 3px;
}
.link2 li a:hover{
	background: #aba992;
}
.img05{
	margin: 30px auto 0;
	text-align: center;
}
.img06{
	width: 200px;
	float: right;
}
.img09{
	margin: 40px auto 0;
	text-align: center;
}
.img09 img{
	width: 100%;
	margin-bottom: 20px;
}
.title02{
	text-align: center;
	color: #141414;
	font-weight: bold;
	margin: 20px 0 15px;
	font-size: 18px;
	background: #eee;
	padding: 8px 0;
}
.box2{
	overflow: hidden;
}
.box2 p{
	text-align: left;
	padding: 30px 20px;
	background: #fff;
	font-size: 15px;
}
.box2 p span{
	font-weight: bold;
}
.attention{
	font-size: 16px;
	font-weight: bold;
	color: #bc0000;
	margin: 35px 0 30px;
/*
	display: flex;
	align-items: center;
*/
	text-align: center;
}
.attention span{
	vertical-align: middle;
}
.attention img{
	width: 3%;
	margin-right: 20px;
}
.img11{
	float: left;
	width: 400px;
	padding: 0 20px 10px 0;
}
.img11 img{
	width: 100%;
}
.picklist4,.picklist3,.picklist2{	
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  clear: both;
  margin: 30px 0 60px;
}
.picklist4 span,.picklist3 span,.picklist4 span,.picklist2 span{	
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.picklist4 li,.picklist3 li,.picklist2 li{
	border: 2px solid #5b5b5b;
	width: 23%;
	height: 70px;
	padding: 15px;
	display:flex;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.picklist3 li{
	width: 31%;
	height: 115px;
}
.picklist2 li{
	width: 48%;
}
.counseling{
	text-align: center;
	background: #e8f6f9;
	padding: 30px 30px 15px;
}
.counseling ul{
  margin-top: 20px;
}
.counseling ul li{
	width: 60%;
	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: 10px;
	border-radius: 3px;
}
.counseling ul li a:hover{
	border:2px solid #1cb5d7;	
	background: #1cb5d7;
	color: #fff;
}
.bg-beige{
	background: #f2f1e4;
	padding: 40px 30px;
	clear: both;
	margin-top: 40px;
	box-sizing: border-box;
	text-align: center;
}
.bg-gray{
	background: #eee;
	padding: 20px 40px;
	clear: both;
	margin-top: 30px;
	overflow: hidden;
	box-sizing: border-box;
}
.title01{
	font-size: 20px;
	font-weight: bold;
}
.kouza-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.kouza-cont li{
	display: flex;
	position: relative;
	padding-left: 15px;
}
.kouza-cont li a{
	text-decoration: underline;
}
.kouza-cont li:before{
	position: absolute;
	font-family: 'FontAwesome';
  content: "\f105";
  left: 0;
}
.kouza-cont li:nth-child(even){
	width: 40%;
	margin-bottom: 10px;	
}
.kouza-cont li:nth-child(odd){
	width: 60%;
	margin-bottom: 10px;	
}
.img01{
	float: left;
	width: 40%;
	padding: 0 20px 10px 0;
}
.img01 img{
	width: 100%;
}
.targetlink {
	display: inline-block;
	margin-top: 10px;
}
.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: 19px;
	margin-bottom: 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 li{
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
	background: #f2f1e4;
	padding: 30px 20px;
}
.siryoubox li:last-child{
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.siryoubox li img{
	width: 20%;
	float: left;
}
.siryoubox li a,.txtarea a{
	text-decoration: underline;
	color: #00ada8;
}
.siryoubox li div{
	max-width: 620px;
	float: right;
	line-height: 1.7;
	width: 75%;
}
.siryoubox li p{
	background: #fff;
	width: 100px;
	text-align: center;
	margin: 20px 0 10px;
	padding: 4px 0;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.dottlist{
	margin-left:25px;
}
.dottlist li{
	list-style: disc;
	margin-bottom: 0;
	overflow:inherit;
}
.siryoubox ul ul{
	margin-top: 15px;
}
.siryoubox ul ul li{
	margin-bottom: 0;
	padding: 0 0 5px 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: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.pricetitle span{
	font-weight: bold;
	color: #ba0000;
	display: block;
}
.ooborivoice{
	margin-top: 50px;
}
.ooborivoice dd{
	position: relative;
	margin-bottom: 40px;
}
.ooborivoice dt{
	position: relative;
	font-size: 17px;
	padding-left: 40px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #d8d8d8;
	padding-bottom: 10px;
}
.ooborivoice dt:before{
	position: absolute;
	left: 0;
	content: "";
	background: url(../images/houjin/A.jpg) no-repeat;
	background-size: 25px;
	width: 25px;
	height: 25px;
}
.contactbn{
	width: 80%;
	margin: 40px auto;
	clear: both;
	overflow: hidden;
}
.contactbn img{
	width: 100%;
}
.terms_title{
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 17px;
}
.terms_title:after{
	content: "";
  background: #4a4a4a;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.terms{
	background: #fff;
	padding: 20px;
	text-align: left !important;
	margin: 20px 0 50px;
}
.terms.mgb0{
	margin-bottom: -0px;
}
.terms table {
	margin: 20px auto;
	width: 90%;
  border: none;
}
.terms th {
	text-align: center;
	background: #eee;
	padding: 5px 0;
}
.terms td {
  padding: 15px 0 15px 25px;
  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;
	float: left;
	width: 100px;
	background: #eee;
	text-align: center;
	margin-right: 15px;
	clear: both;
	font-weight: 500;
	font-size: 14px;
}
.terms dl dd{
	margin-bottom: 10px;
}
.credit{
	width: 350px;
	padding-top: 10px;
}
.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 center center;
	background-size: 100% 127px;
	width: 100%;
	height: 127px;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.trouble-txt{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.trouble {
  overflow: hidden;
  width: 80%;
  margin: 30px auto 20px;
}
.trouble li {
  color: #000000;
  font-size: 20px;
  padding-left: 50px;
  margin-bottom:15px;
  background: url(../images/kojin/pin.png) left top no-repeat;
  background-size: 40px;
  border-bottom: 2px dotted #fff;
  padding-bottom: 15px;
  text-align: left;
}
.redtxt{
	font-size: 21px;
	text-align: center;
	margin: 50px 0;
	color: #de0909;
}
.redtxt span{
	font-weight: bold;
	display: block;
}
.panel{
	width: 700px;
}
.img02{
	width: 400px;
	float: left;
	margin: 0 15px 0 0;
}
.ft17{
	font-size: 17px;
	text-align:center;
	font-weight: bold;
}
.ft17 a{
	text-decoration: underline;
	color: #1cb5d7 !important;
}
.attentionbox{
	background: #faecec;
	padding: 20px;
	margin: 30px 0;
}
.attentionbox .red{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.attentionbox ul{
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	padding: 20px 20px 20px 50px;
}
.attentionbox li{
	list-style: decimal;
	margin-bottom: 5px;
}
.img03{
	width: 80%;
	margin: 30px auto;
	overflow: hidden;
}
/* よくある質問 */
.icon-faq{
	width: 58px !important;
}
.anchorlink6{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.anchorlink6 li{
	width: 32%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.anchorlink6 li a{
	display: block;
	background: #e8f6f9;
	padding: 20px;
	border-radius: 3px;
	color: #333333;
}
.anchorlink6 li a:hover{
	background: #d4d4d4;
	color: #333333;
}
.faqlist {
  margin: 40px auto 0;
  overflow: hidden;
}
.faqlist dt.active {
  background-image: url(../images/faq/q.png);
}
.faqlist dd {
  background: url(../images/faq/a.png) left top no-repeat;
  background-size: 34px 34px;
  display: none;
  padding-bottom: 40px;
  padding-left: 60px;
  margin-top: 15px;
}
.faqlist dt {
	background: url(../images/faq/openq.png) left 20% no-repeat;
  background-size: 850px 37px;
  padding-left: 60px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 12px;
  padding-bottom: 15px;
  padding-top: 8px;
}
.faqlist dd a{
	text-decoration: underline;
	color: #1cb5d7;
}
.red-only{
	color: #e70000;
}
.account{
	display: block;
  background: #e8f6f9;
  border-radius: 3px;
  padding: 12px 20px;
	margin-top: 15px;
}
.packing-title{
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 650px;
	margin-top: 30px;
}
.packing-postage{
  width: 650px;
  margin-top: 15px;
}
.packing-postage,.packing-postage td,.packing-postage th{
	border: 1px solid #595959;
	border-collapse: collapse;
}
.packing-postage th{
	background: #eee;
}
.vertical{
	width: 19%;
}	
.side{
	width: 27%;
}	
.packing-postage td,.packing-postage th{
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 7px 12px;
}
.pickup-title{
	font-size: 16px;
	font-weight: bold;
}
.pickup-way li{
	list-style-type: decimal;
	padding: 20px 0;
}

/* ご依頼手順 */
.icon-procedure{
	width: 55px !important;
}
.flow{
	border-left: 1px dashed #1cb4d5;
	margin-left: 30px;
	margin-top: 60px;
}
.flow li{
	margin-bottom: 60px;
}
.flow h3{
	font-size: 22px;
	display: flex;
	align-items: center;
	color: #1cb4d5;
	background: #eee;
}
.flow .step{
	background: #1cb4d5;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	font-size: 22px;
	left: -35px;
}
.flow .step p{
	color: #fff;
	line-height: 1.3;
	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: 13px;
	display: block;
	font-weight: 500;
}
.title07{
	font-size: 18px;
	color: #1cb4d5;
	margin-bottom: 10px;
}
.stepbox{
	max-width: 700px;
	width: 80%;
	margin: 30px 0 0 70px;
	font-size: 15px;
	overflow: hidden;
	line-height: 1.7;
}
.stepbox img{
	width: 50%;
	margin: 0 20px 20px 0;
	float: left;
}
.conlink {
	width: 450px;
	margin: auto;
	text-align: center;
	font-size: 17px;
}
.conlink2 {
	width: 70%;
	text-align: center;
	font-size: 17px;
	margin-top: 30px;
}
.conlink3 {
	width: 50%;
	text-align: center;
	font-size: 15px;
	margin-top: 30px;
}
.conlink a,.conlink2 a,.conlink3 a{
	display: block;
	background: #7f7f7f;
	padding: 15px 0;
	color: #fff;
	border-radius: 3px;
}
.conlink2 a{
	background: #1cb4d5;
}
.conlink2 a:hover{
	background: #84cfe2;
}
.conlink a:hover{
	background: #aaaaaa;
}
.conlink3 a{
	background: #707070;
	padding: 6px 0;
	text-decoration: none;
}
.conlink3 a:hover{
	background: #a1a1a1;
}

.graybox{
	background: #f2f1e4;
	width: 400px;
	margin-top:20px;
	padding: 20px;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}
.graybox span{
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
}
.mgb30{
	margin-bottom: 30px;
}
.paypal{
	width: 400px !important;
	padding-top: 15px;
}
/* 勉強方法 */
.icon-kyozai{
	width: 47px !important;
	vertical-align: text-top;
}
.mg30{
	margin: 30px 0;
}
.mgt80{
	margin-top: 80px;
}
.kyouzai{
	display: flex;
}
.kyouzai {
	margin-top: 30px;
}
.kyouzai li{
	text-align: center;
	margin-right: 60px;
}
.kyouzai li p{
	margin-top: 10px;
}
.kyouzai li:first-child img{
	width:153px;
}
.kyouzai li:last-child img{
	width:390px;
}
/* 会社概要 */
.icon-compny{
	width: 50px !important;
}
h4.title10{
	font-size: 20px;
	margin: 15px 0 20px;
	text-align: center;
	color: #1cb4d5;
}
.ft22{
	font-size: 22px !important;
}
.rinen {
	margin:50px auto 60px;
	text-align: center;
/* 	width: 735px; */
	font-size: 20px;
}
.rinen li:nth-child(2){
	border-bottom: 1px dashed #a9a9a9;
	border-top: 1px dashed #a9a9a9;
	padding: 30px 0;
	margin: 35px 0;
}
.company{
	width: 850px;
	margin: 0 auto 40px;
}
.company img{
	width: 100%;
}
.gaiyou {
    margin: 30px auto 60px;
/*     width: 800px; */
    border: none;
    border-top: dotted 1px #b3b3b3;
    border-bottom: dotted 1px #b3b3b3;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.gaiyou th {
    vertical-align: middle;
    width: 230px;
    border-right: solid 1px #b3b3b3;
}
.gaiyou td {
    padding: 15px 0 13px 40px;
    vertical-align: middle;
    overflow: hidden;
}
.gaiyou td.bar {
  width: 100%;
  border-top: dotted 1px #b3b3b3;
  padding: 0;
}
.title04{
	font-size: 16px;
	font-weight: bold;
}
.w600{
	width: 70%;
	float: left;
}
.w500{
	margin: 40px 0 0 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: 43px !important;
	vertical-align: text-top;
}
.stafflist{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.stafflist li{
	width: 30%;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 5%;
}
.stafflist li:nth-child(3n){
	clear: both;
	margin-right: 0;
}
.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: 45px !important;
	vertical-align:sub;
}
.catch{
	font-size: 23px;
	color: #00ada8;
	text-align: center;
	font-weight: bold;
}
h3.title05{
  position: relative;
  display: inline-block;
  margin: 70px 0 20px;
  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: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #565656;
}
.recruit-btn {
	width: 400px;
	font-size: 18px;
	text-align: center;
  border-bottom: 0.1875em solid #444444;
  background-color: #1cb4d5;
  color: #fff;
  padding: 12px 0;
  margin: auto;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}
.recruit-btn a{
  color: #fff;
}
.recruit-btn:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
.asklist{
	width: 730px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.asklist li{
	margin-bottom: 22px;
	font-size: 17px;
	border-bottom: 2px dotted #fff;
	padding-bottom: 8px;
	display: flex;
	width: 100%;
}
.asklist li p{
	font-weight: bold;
	margin-right: 20px;
	font-size: 18px;
	position: relative;
	color: #1cb4d5;
	background: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	top: -7px;
}
.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: 20px;
	text-align: center;
	padding: 6px 0;
	color: #323232;
	margin: 20px 0;
}
.recbox{
	overflow: hidden;
	margin: 30px 0 20px;
	position: relative;
}
.recbox img{
	width: 600px;
	float: right;
}
.recbox div{
	background: rgba(28, 181, 215, 0.8);
	width: 330px;
	height: 150px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recbox div p{
	position: absolute;
	top: 50%;
	left: 12%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1.8;
}
.recbox div span{
  font-size: 17px;
  display: block;
  color: #000;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
}
.recbox div span.charge{
  font-size: 14px !important;
  display: inline;
  color: #fff;
  padding-left: 15px;
}

/*黒田テスト2/19*/
.recbox2{
	overflow: hidden;
	margin: 30px 0 20px;
	position: relative;
}
.recbox2 img{
	width: 270px;
	float: right;
}
.recbox2 div{
	background: rgba(28, 181, 215, 0.8);
	width: 70%;
	height: 190px;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: -1;
}
.recbox2 div p{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	padding-left: 17%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  line-height: 1.7;
 
}
.recbox2 div span{
	padding: 1px 8px;
	border-radius: 1px;
	color: rgba(28, 181, 215, 1);
  font-size: 16px;
  display: inline-block;
  line-height: 1.4em;
  background: #fff;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
}
.recbox2 div span.charge{
  font-size: 15px !important;
  display: inline;
  color: #fff;
  padding-left: 15px;
  background: none;
}
@media screen and (max-width: 1000px) {
.recbox2 img{
	width: 260px;
}
.recbox2 div p{
	line-height: 1.7em;
}
.recbox2 div{
	width: 65%;
	min-width: 320px;
	height: 150px;
	z-index: 1;
}
.recbox2 div p{
  font-size: 28px;
	padding-left: 10%;
}

}


.senpai-qa {
	font-size: 16px;
}
.senpai-qa dt{
	font-weight: bold;
	border-left: 5px solid #1cb4d5;
	padding-left: 10px;
	color: #1cb4d5;
	margin-bottom: 10px;
}
.senpai-qa dd{
	margin-bottom: 25px;
}
.schedule{
	background: #f7f7f7;
	padding: 20px 30px 20px;
	overflow: hidden;
	margin-bottom: 70px;
}
.schedule h5{
	text-align: center;
	font-size: 20px;
}
.schedule ul{
	width: 400px;
	float: left;
	margin: 25px 0;
}
.schedule li{
	border-bottom: 2px dotted #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.schedule img{
	width: 350px;
	float: right;
	margin-top: 15px;
}
.kyuujinform{
/* 	width: 750px; */
	margin: 40px auto;
}
.kyuujinform th{
	font-weight: bold;
	text-align: left;
	background: #eee;
	font-size: 16px;
	width: 30%;
	padding: 10px 10px 5px !important;
}
.kyuujinform td{
	padding: 10px;
	vertical-align: middle;
}
.kyuujinform input{
	font-size: 16px;
	padding: 4px;
	height: auto;
	width: 80%;
}
.kyuujinform textarea{
	font-size: 16px;
	padding: 4px;
	height: 130px;
	border: 1px solid #d5d5d5;
	width: 100%;
}
.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: 40px 0 0;
	overflow: hidden;
}
.ceobox img{
	width: 320px;
	float: left;
}
.ceo-bg {
}
.ceo-intro {
	font-size: 16px;
	background: #e8f6f9;
	padding: 56px;
	width: 500px;
	overflow: hidden;
	float: right;
}
.ceo-intro2 {
	margin-top: 50px;
	overflow: hidden;
	clear: both;
	font-size: 15px;
}
.ceo-intro dt,.ceo-intro2 dt{
	margin-bottom: 10px;
	font-weight: bold;
}
.ceo-intro2 dt{
	background: #1cb4d5;
	display: inline-block;
	padding: 6px 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 500;
	width: 140px;
	text-align: center;
}
.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: 10px;
}
.bloglink span{
	padding-right: 20px;
}
/*
.youtube{
	width: 735px;
	height: 415px;
	margin: 30px auto;
}
*/
.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: 21px;
	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: 5% !important;
	vertical-align: text-top;
}
.conform{
	width: 100%;
	background: #f1f1f1;
	padding: 30px;
	box-sizing: border-box;
	margin: auto;
}
.conform th{
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	line-height: 1.3;
	padding: 12px 0;
}
.conform th span{
	font-size: 13px;
	color: #c40000;
	font-weight: 500;
	display: inline;
}
.conform textarea{
	height: 150px;
	border: none;
}
.conform td input{
	width: 100%;
	height: 30px;
	font-size: 16px;
	padding: 2px 7px;
	border: none;
}
input.formbtn{
	background: #1cb4d5;
	color: #fff;
	width: 70% !important;
	margin: 10px auto;
	padding: 5px 0;
	display: block;
}
.settei{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.settei li{
	width: 30%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.settei li a{
	display: block;
	padding: 15px;
	box-sizing: border-box;
	background: #00ada8;
	color: #fff;
	border-radius: 3px;
}
.settei li a:hover{
	background: #4ec2bf;
}
.settei li .fa{
	font-size: 13px;
}



/* 落合追加分 */
/* 404 */

#about{
	margin-top: 50px;
}
.not404{
	font-weight: bold;
	font-size: 30px;
	color: #009acf;
}
.not-text{
	margin-top: 20px;
}

/* single */
#blog{
	margin-top: 50px;
}
.blog-title{
	color: #000;
	font-size: 26px;
	margin: 30px 0 10px;
	letter-spacing: .1em;
	text-align: center;
}
.single-main{
	max-width: 724px;
	width: 80%;
	margin: 0 auto;
}
.blog-inner{
	max-width: 650px;
	width: 90%;
	margin: 50px auto;
}
#sidebar-right{
	margin-top: 50px;
	max-width: 206px;
	width: 25%;
	margin-right: 10px;
}
.side-title{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	font-style: normal;
	background: #888;
	padding: 4px 12px;
	border-radius: 3px;
}
.side-blog{
	padding: 12px 0 24px;
}
.side-blog li{
	border-bottom: 1px dotted #ddd;
	padding:5px;
	font-size: 12px;
}
.single-title{
	color: #0c85a0;
	margin-top: 5px;
	font-size: 20px;
}
.single-post{
	margin-top: 30px;
}
.prevnextarea{
	margin-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}
.single-tag {
  margin-top: 50px;
}
.single-inner{
	margin-top: 60px;
	font-size: 15px;
	line-height: 1.7;
}
.tag-list{
	padding: 8px 0 30px;
}
.tag-list li{
	margin-top: 18px;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 6px 8px;
}
.bd-b{
	border: 1px solid #000;
	width: 100px;
	margin: 0 auto;
}

/* ページナビ */
.prevnextarea{
	margin-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}
.nextL a,.nextR a{
	display: block;
	color: #1cb4d5;
	text-align: center;
	padding: 5px 10px;
	transition: .3s;
	font-size: 18px;
}
.nextL a{
	float: left;
}
.nextR a{
	float: right;
}
.nextL a:hover,.nextR a:hover{
	color: #222;
	transition: .3s;
}


/* カテゴリーページ */
.top-subtitle{
	color: #1cb4d5;
	font-size: 26px;
	margin-bottom: 22px;
	margin-top: 30px;
	letter-spacing: .1em;
	text-align: center;
}
.post-list{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.post-list li{
	margin-top: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.post-list li img{
	width: 160px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.post-title {
	margin-top: 10px;
	font-size: 19px;
	font-weight: bold;
}
.post-title a{
	color: #0c85a0;
}
.post-text{
	margin-top: 10px;
}
.more{
	text-align: right;
}
.more a{
	color: #1cb4d5;
	font-weight: bold;
	margin-top: 30px;
}
.more a:hover{
	color: #222;
}

#pnavi {
	text-align: center;
	padding: 50px 0;
}
.wp-pagenavi a{
  text-decoration: none;
  border: 1px solid #131313 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #131313;
  background: #fff;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #131313 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #131313;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  color: #1cb4d5;
}
.side-cate select{
	width: 100%;
	margin: 16px 0 30px;
	height: 20px;
}
.contents07 input, select, textarea {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
form#searchform {
  margin-top: 10px;
}
label.screen-reader-text {
  display: none;
}
input#s {
  width: 150px;
  font-size: 14px;
}
input#searchsubmit {
  width: 40px;
}
.sidetitle {
  margin-top: 50px;
  border-bottom: 2px solid #172a88;
  padding-left: 5px;
  font-size: 16px;
}
.side-info img{
	display: block;
	margin: 10px 0;
}
.side-info iframe{
	margin-top: 10px;
}
.single-inner .kouza-cont li:nth-child(odd){
	width: 50% !important;
	margin-bottom: 10px;
}
.side-kouza {
	background: #009acf;
	color: #fff;
	padding: 6px 10px;
}
.bd-mokuji {
  border: 2px solid #009acf;
	margin-bottom: 30px;
	padding: 0 5px;
}
.side-mokuji li{
	margin-top: 10px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 6px;
	font-size: 12px;
}

/* WPブログ */

.wp-caption {
  max-width: 100%;
}
table.tableborder{
	border-top:1px solid #a9a9a9;
    border-left:1px solid #a9a9a9;
    border-collapse:collapse;
    border-spacing:0;
}
table.tableborder th, table.tableborder td{
	border-right:1px solid #a9a9a9;
    border-bottom:1px solid #a9a9a9;
    padding:0.8em 0.8em 0.8em 0.8em;
    vertical-align: top;
}
table.tableborder th.th1{
	width:15%;
}
table.tableborder th.th2{
	width:25%;
}
table.tableborder th.th3{
	width:20%;
}
table.tableborder ul{
	list-style: disc;
	padding-left:0.8em;
}
dl.qa{
	 margin:0px;
	 line-height:1.6em;
	 overflow: visible;
	 _zoom: 1;
}
dl.qa dd,
dl.qa dt{
	text-indent: -1.8em;  
	padding: 0 20px 0px 25px;
	vertical-align:middle;
}
 dl.qa dt{
	 margin:0 20px 0 0;
}
dl.qa dd:first-letter,
dl.qa dt:first-letter{
	 font-weight: bold;
	 margin-right:5px;
	 padding:5px;
	 font-family: 'Nunito', sans-serif;
}
dl.qa dd{
	 margin: 10px 0 30px 0;
}
dl.qa dt:first-letter{
	color: #0F78E1;
	font-size:16px;
}
dl.qa dd:first-letter{
	color: #ff6767;
	font-size:16px;
}
dl.qa p.totop{
	text-align:right;
}
dl.qa p.ddinner{
	text-indent: 0em;  
}

/* サイド */
.menu{
	padding: 24px 0;
}
.menu select {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #fff;
  font-size: 14px;
  height: 24px;
}
/* シングル見出し */
.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{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.photo-box li{
	margin:0 5px;

}
.photo-box li p{
	margin-top: 10px;
}

.photo-box2{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.photo-box2 li{
	width: 48%;
	margin: 0 5px 10px;
}
.photo-box2 li p{
	margin-top: 10px;
}


.photo-box3{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.photo-box3 li{
	width: 32%;
	margin: 0 3px 10px;
}
.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: 8px 5px !important;
}
.blog-inner table th{
	background: #d1e6ea !important;
}


.learnbox{
	margin: 0 auto 0;
	max-width: 850px;
	width: 90%;
	border: 1px solid #f7ab39;
	padding: 15px 0;
	background: #fff;
}
.learntitle{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top:15px;
}
.learntitle span{
	display: block;
	font-size: 18px;
}
.l-flex{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 20px auto 0;
}
.learn-r{
	width: 40%;
}
.l-photo{
	width: 100%;
	margin: 10px auto 0;
}
.l-photo img{
	width: 100%;
}
.learnlist {
  width: 50%;
  margin: 5px auto 0;
}
.learnlist li {
  font-size: 12px;
  font-weight: bold;
}
.leanlink{
	margin: 20px auto;
}

.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;
}
.bringin-text{
	margin-top: 20px;
	text-align: left;
}
.topw{
	width: 60%;
	margin: 20px auto;
}
.retext {
  color: #c40000;
  text-align: center;
  margin:20px 0;
}
.genzai{
	text-align: center;
	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: 18px;
	font-weight: bold;
}

/*  */
#tab-1,#tab-2{
	display: block;
}
.tab-blue{
	margin: 30px auto 60px;
	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%;
}
.atention{
	color: red;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}
.content-wrap2{
	padding: 10px 0 20px;
}
@media screen and (max-width: 767px){
	.tab-blue{
	margin: 0 auto 10px;
}
.content-wrap {
	margin: 0 auto 0;
}
.content-wrap2 {
	padding: 0;
}
}

/* 作るはんだづけ教材（初級） */
.T-pcinner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
  .Tmain{
  margin: 40px auto 10px;
}
.Tmain_txt{
  color:#727272;
  text-align: right;
  font-size: 12px;
  margin-bottom: 40px;
}
.Tmain__cath{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2;
  text-align: center;
}
.Tmain__subcath{
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
.T__ttl--red{
  color: #D90000;
  font-size: 1.2rem;
}
.Tmain__subcath--underline{
  background: linear-gradient(transparent 50%, rgb(227,235,29,.4) 50%);
}
.bnr-area1{
  width: 35%;
  margin: 0 auto 50px;
}
.Tbox{
  background-color:#EEEEEE ;
  padding: 50px 20px;
  margin-top: -30px;
  position: relative;
  margin-bottom: 60px;
  z-index: -1;
  font-weight: bold;
}
.Tbox__list{
  width: 70%;
  margin: 0 auto;
}
.Tbox__list li{
  padding: 5px 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: 90px;
}
.Tbox__stamp--01{
  top: 50px;
  left: 10px;
}
.Tbox__stamp--02{
  bottom: 60px;
  left: 10px;
}
.Tbox__stamp--03{
  top: 40px;
  right: 70px;
  max-width: 136px;
}
.Tbox__stamp--04{
  bottom: 20px;
  right: 30px;
}
.T__ttl {
  margin-bottom: 30px;
}

.Tsecondbox{
  background-color:#F2F1E4 ;
  padding: 60px;
  width: 95%;
  margin: 0 auto 60px;
  text-align: center;
}
.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: 30px;
}
.Tsecondbox__btn--txt{
  margin-bottom: 10px;
}
.Tsecondbox__btn1--txt{
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: center;
}
.Tsecondbox__btn1--txt::before,
.Tsecondbox__btn1--txt::after{
  content: '';
  width: 1px;
  height: 25px;
  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: 60%;
  margin: 0 auto;
}
.Tsecondbox__btn--pink{
  width: 80%;
  margin: 0 auto;
}
.Tsecondbox__btn--pink a{
  display: block;
  background-color: #F42B75;
  color: #fff;
  padding: 10px 0;
  line-height: 1.4;
}
.Tsecondbox__btn--pink a:hover{
  opacity: .8;
}
.Tsecondbox__btn--pink span{
  font-weight: bold;
  font-size: 1.1rem;
}
.Tbluebox{
  border:5px solid #1CB4D5;
  padding: 40px 0;
  position: relative;
  margin-bottom: 40px;
}
.Tbluebox__inner{
  width: 85%;
  margin: 0 auto;
}
.Tcontent__txt-mgb{
  margin-bottom: 40px;
}
.Tbox__stamp--06{
  right: 30px;
  top: 80px;
}
.Tbox__stamp--07{
  right: 30px;
  bottom: 150px;
}
.Telearning{
  margin-bottom: 60px;
}
.Tyoutube-2{
  width: 80%;
  margin: 0 auto 20px;
}
.e-img{
  display: flex;
  justify-content:space-between;
  gap: 20px;
  width: 80%;
  margin: 0 auto 50px;
}
.e-img p{
  width: 50%;
}
.Tcontent__txt{
font-weight: bold;
font-size: 15px;
line-height: 2;
}
.Tcontent__txt span{
  color:#D90000 ;
}
.Tthirdbox{
  background-color:#F2F1E4 ;
  padding: 60px 0;
  position: relative;
  margin-bottom: 80px;
}
.Tthirdbox__inner{
  width: 90%;
  margin: 0 auto;
}
.product-area{
  display: flex;
  gap: 20px;
  justify-content:  space-between;
}
.product-area__img{
  width: 40%;
}
.product-area__txt{
  width: 55%;
}
.product-subtxt{
  margin-bottom: 20px;
}
.product-subtxt span{
  color:#D90000 ;
}
.price-txt{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}
.price-btn{
  width: 80%;
  margin-bottom: 20px;
}
.Tbox__stamp--08{
top: -30px;
right: 0px;
}
.Tbox__stamp--09{
bottom: 20px;
right: 10px;
}
.Tsample,.Tdvdcontets{
  position: relative;
  margin-bottom: 80px;
}
.T__ttl--underline{
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.youtube-flex{
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.youtube-flex .T__youtube{
  width: 100%;
}
.Tbox__stamp--10{
  top: -20px;
  left: 0;
  max-width: 70px;
}
.Tbox__stamp--11{
  top: -40px;
  right: 0;
  max-width: 90px;
}
.Tflex{
  background-color: #EEEEEE;
  padding: 30px 0;
}
.Tflex-inner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.Tflex-content{
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.Tflex-content__ttl{
  display: flex;
  justify-content: space-between;
  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: 10px;
}
.Tbox__stamp--12{
  right: -20px;
  bottom: -20px;
}
.Tbox__stamp--13{
  right: -20px;
  bottom: -20px;
}

.Tlast-btnarea{
  margin-bottom: 60px;
}
.Tlast-btnarea .Tsecondbox__btn--img{
  margin-bottom: 20px;
}

.Tbnrarea{
  background-color:#F2F1E4 ;
  padding: 40px 0;
}
.Tbnrarea__inner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.Tbnrarea__flexitem{
  width: 45%;
}
.Tbnrarea__flexitem .Tbnrarea__flexitem--img{
margin-bottom: 10px;
}
.Tbnrarea__flexitem--txt{
  font-size: 13px;
}
.handa-logo{
  width: 120px;
  margin: 80px auto 0;
}
.T-ttl-center{
  text-align: center;
}
.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:20px;
	padding: 5px;
}
.product-pdf a:hover{
	opacity: .7;
}
