@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

  Fuson 360 Master Class Online Seminar

------------------------------------------------------------------------------------------------------*/

body{ 
  font-family:'Afk-Element-Reg', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",Verdana, sans-serif;
  font-weight: 400;
  color: #444;
  }
img{
  width: 100%;
  height: 100%;
  }
.fwb{
  font-family: 'Afk-Element-Bold', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",Verdana, sans-serif;
  }
.pc{
  display: none;
  }
  
/* Header
----------------*/
header {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  }
header .box-logo{
  width: 140px;
  height: auto;
}

/* Footer
----------------*/
footer{}
footer .wrap-sns{
  background: #444;
  padding: 15px 0;
  }
footer .wrap-sns p{
  font-size: 15px;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
  }
footer .wrap-sns ul{
  display: flex;
  justify-content: center;
  }
footer .wrap-sns ul li{
  margin: 0 8px;
  }
footer .wrap-sns img{
  width: 50px;
  height: auto;
  }
footer .wrap-sns img:hover{
  opacity: 0.7;
  }
footer .wrap-relatedlinks{
  padding:15px 15px 7px 15px;
  background:#F6F5F2;
  border-top:#FFF solid 1px;
  border-bottom:#DADADA solid 1px;
  }
footer .wrap-relatedlinks ul{
  margin-left: 0;  
  }
footer .wrap-relatedlinks ul li{
  font-size: 15px;
  margin-bottom: 8px;
  }
footer .wrap-relatedlinks ul li a{
  color: #444;
  }
footer .wrap-relatedlinks ul li a:hover{
  text-decoration: underline;
  }
footer .wrap-relatedlinks ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #666;
  margin-right: 5px;
  }
footer .wrap-copyright{
  font-size:12px; 
  line-height:1.5; 
  text-align:center; 
  padding:15px; 
  border-top:#FFF solid 1px; 
  background:#EDEDE9;
  }
footer .wrap-copyright a{
  color: #444;
  }
footer .wrap-copyright a:hover{
  text-decoration: underline;
  }

/* Home
-------------------------------------------------------------------------*/
.home .main-title{
  width: 100%;
  height: 150px;
  background: url("../images/title-bg.jpg") right no-repeat;
  }
.home .main-title h1{
  width: 90%;
  height: 150px;
  box-sizing: border-box;
  background: url("../images/home_gray.png") right no-repeat;
  }
.home .main-title h1 img{
  width: 280px;
  height: auto;
  margin: 40px 0 0 15px;
  }

.home .area-catch{
  width: 100%;
  box-sizing: border-box;
  background: #FAA21B;
  padding: 20px 15px;
  }
.home .area-catch p{
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  }
/*学生キャンペーン*/
.home .area-campaign{
  background: #F6F3EE;
  padding: 15px;
}
.home .area-campaign h2{
  font-size: 16px;
  line-height: 1.5;
  color: #84735A;
  text-align: center;
  margin-bottom: 6px;
  }
.home .area-campaign h2 span{
  font-size: 16px;
  }
.home .area-campaign .block-flex{
  }
.home .area-campaign .block-flex a{
  display: block;
  text-align: center;
  margin: 0 auto 30px auto;
  }
.home .area-campaign .block-flex a img{
  margin-bottom: 12px;
  }
.home .area-campaign .block-flex a p.txt-link{
  font-size: 14px;
  color: #84735A;
  }
.home .area-campaign .block-flex p.txt-1{
  font-size: 16px;
  line-height: 1.7;
  color: #84735A;
  }
/*セミナー表組み*/
.home .area-seminar-list{
  margin: 0 auto;
  padding: 30px 15px;
  }
.home .area-seminar-list .block-title{
  text-align: center;
  color: #4E4E4E;
  margin-bottom: 50px;
  }
.home .area-seminar-list .block-title h2{
  font-size: 23px;
  margin-bottom: 20px;
  }
.home .area-seminar-list .block-title p.txt{
  font-size: 16px;
  }
.home .area-seminar-list table{
  width: 100%;
  margin-bottom: 20px;
  }
.home .area-seminar-list table th{
  display: none;
  }
.home .area-seminar-list table td{
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: #CCC solid 1px;
  vertical-align: middle;
  display: flex;
  }
.home .area-seminar-list table td.cel-1{
  border-top: #E82 solid 5px;
  }
.home .area-seminar-list table td.cel-3 a{
  width: 75%;
  }
/*.home .area-seminar-list table td:before {
  content: attr(data-label);
  display: block;
  width: 25%;
  color: #888;
  font-weight: bold;
  }*/
.home .area-seminar-list table td span.sp-title{
  display: inline-block;
  width: 20%;
  color: #888;
  font-weight: bold;
  padding-right: 10px;
  }

.home .area-seminar-list table td a{
  color: #0696D7;
  }
.home .area-seminar-list table td a:hover{
  text-decoration: underline;
  }

.home .area-seminar-list ul.caution{}
.home .area-seminar-list ul.caution li{
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 4px;
  }
.home .area-seminar-list ul.caution li a{
  color: #0696D7;
  }

/*第2階層 共通タイトル*/
.area-title{
  width: 100%;
  text-align: center;
  background: #4E4E4E;
  padding: 40px 0;
  margin-bottom: 50px;
  }
.area-title img{
  width: 80%;
  height: auto;
  }

/* Training
-------------------------------------------------------------------------*/
.training{
  margin: 0 15px 30px 15px;
  }
.training table.details{
  border: #CCC solid 1px;
  }
.training table.details th{
  width: 80px;
  font-size: 14px;
  background: #F3F3F3;
  border-bottom: #CCC solid 1px;
  vertical-align: middle;
  }
.training table.details td{
  font-size: 16px;
  line-height: 1.8;
  padding: 18px;
  border-bottom: #CCC solid 1px;
  } 
.training table.details td.title{
  font-size: 20px;
  line-height: 1.5;
  color: #E82;
  }
.training table.details td a{
  color: #0696D7;
  }
.training table.details td a:hover{
  text-decoration: underline;
  }

/* Profile
-------------------------------------------------------------------------*/
.profile{
  margin: 0 15px;
  }
/*選択したセミナー*/
.profile .area-attend{
  margin-bottom: 30px;
  }
.profile .area-attend p.txt-1{
  font-size: 16px;
  color: #666;
  margin-bottom: 4px;
  }
.profile .area-attend .block{
  text-align: center;
  background: #FEFFF1;
  border-top: #E82 solid 3px;
  border-bottom: #E82 solid 3px;
  padding: 20px 10px;
  }
.profile .area-attend .box-1{
  font-size: 16px;
  color: #666;
  }
.profile .area-attend .box-2{
  font-size: 22px;
  color: #E82;
  padding: 10px 0 15px 0;
  }  
.profile .area-attend .box-3{
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  }

/*学生・社会人選択*/  
.profile .area-choose{
  border-bottom: #CCC solid 1px;
  padding: 0 0 20px 0;
  text-align: center;
  }
.profile .area-choose p.txt-1{
  font-size: 16px;
  margin-bottom: 20px;
  }
.profile .area-choose table{
  width: 70%;
  margin: 0 auto 30px auto;
  }
.profile .area-choose table td{
  /*width: 100px;*/
  text-align: center;
  }
.profile .area-choose .box{
  display: flex;
  align-items: center;
  }
.profile .area-choose .box p{
  font-size: 15px;
  width: 20%;
  text-align: left;
  box-sizing: border-box;
  }
.profile .area-choose .box-in{
  width: 80%;
  }
.profile .area-choose .box input[type=text]{
  width: 100%;
  font-size: 15px;
  padding: 5px;
  box-sizing: border-box;
  }

/*個人情報*/
.profile .area-personal{
  padding: 20px 0 0 0;
  }
.profile .area-personal .box-name{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  }
.profile .area-personal .box-name p.txt-1{
  font-size: 15px;
  width: 60px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  }
.profile .area-personal .box-name p.txt-2{
  font-size: 15px;
  width: 60px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  }
.profile .area-personal .box-name input[type=text]{
  width: 100%;
  font-size: 15px;
  padding: 5px;
  box-sizing: border-box;
  }
.profile .area-personal .box-long{
  
  margin-bottom: 30px;
  align-items: center;
  }
.profile .area-personal .box-long p{
  font-size: 15px;
  /*width: 180px;*/
  text-align: left;
  padding-right: 10px;
  box-sizing: border-box;
  }
.profile .area-personal .box-long input[type=text]{
  width: 100%;
  font-size: 15px;
  padding: 5px;
  box-sizing: border-box;
  }
.profile .area-btn{
  text-align: center;
  padding-bottom: 60px;
  }
.profile .area-btn input[type=submit]{
  width: 180px;
  font-size: 16px;
  padding: 3px 0;
  }
/*エラー処理*/
.profile .area-choose .box-in span{
  display: block;
  font-size: 12px;
  padding-top: 3px;
  text-align: left;
  }
.profile .area-personal .box-in span{
  display: block;
  font-size: 12px;
  padding-top: 3px;
  }
.profile .area-personal .box-name span{
  display: block;
  font-size: 12px;
  padding-top: 3px;
  }

/* Confirm
-------------------------------------------------------------------------*/
.confirm{
  width: 800px;
  margin: 0 auto;
  }
/*受講するセミナー*/  
.confirm .area-attend{
  margin-bottom: 80px;
  }
.confirm .area-attend p.txt-1{
  font-size: 16px;
  color: #666;
  margin-bottom: 4px;
  }
.confirm .area-attend .block{
  text-align: center;
  background: #FEFFF1;
  border-top: #888 solid 3px;
  border-bottom: #888 solid 3px;
  padding: 30px 20px;
  }
.confirm .area-attend .box-1{
  font-size: 18px;
  color: #666;
  }
.confirm .area-attend .box-2{
  font-size: 28px;
  color: #333;
  padding: 18px 0;
  }  
.confirm .area-attend .box-3{
  font-size: 15px;
  color: #666;
  }

/*個人情報*/
.confirm .area-personal{
  margin-bottom: 50px;
  }
.confirm .area-personal p.txt-1{
  font-size: 16px;
  color: #666;
  margin-bottom: 4px;
  }
.confirm .area-personal table{
  border-top: #CCC solid 1px;
  }
.confirm .area-personal table th{
  width: 270px;
  box-sizing: border-box;
  font-size: 14px;
  background: #F2F2F2;
  border-bottom: #CCC solid 1px;
  padding: 15px 0 15px 30px;
  text-align: left;
  vertical-align: middle;
  }
.confirm .area-personal table td{
  font-size: 16px;
  line-height: 1.5;
  border-bottom: #CCC solid 1px;
  padding: 15px 0 15px 30px;
  }
.confirm .area-personal table td span{}
.confirm .area-btn{
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  }
.confirm .area-btn input[type=submit]{
  width: 180px;
  font-size: 16px;
  padding: 3px 0;
  }
.confirm .area-btn input[type=submit]#btnReturn{
  width: 100px;
  font-size: 16px;
  padding: 3px 0;
  position: absolute;
  left: 0;
  }

/* Tahnks
-------------------------------------------------------------------------*/
.thanks{
  width: 600px;
  margin: 0 auto;
  padding: 70px 0 100px 0;
  }
.thanks p.txt-1{
  font-size: 20px;
  margin-bottom: 18px;
  }
.thanks p.txt-2{
  font-size: 16px;
  margin-bottom: 12px;
  }
.thanks p.txt-3{
  font-size: 16px;
  line-height: 1.8;
}






























