body{
  min-width: 1280px;
}

.program-detail{
	background: url(../img/bg.png) top center repeat;
}

.contents {
	padding-top: 60px;
  color: #000 !important;
  font-family:"Noto Sans", "Noto Sans CJK JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05rem;
}
.main {
	background: url(../img/main_bg.jpg) top center repeat;
	height: 526px;
}
.main img{
	margin: 0 auto;
	display: block;
  min-width: 1280px;
}

img {
   max-width: none; 
  vertical-align: bottom;
}

/*=====.liquid-content[s]=====*/
.liquid-content{}
.liquid-content .liquid-content-inner {
  margin: 0 auto 30px;
	width:1280px;
	line-height:1.8em;
	background: none;
}

.liquid-content-inner a{	text-decoration: none;}
.liquid-content-inner h4{	font-weight: bold;}


.cont_ttl-bar:before {
  content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
  background: rgb(170,126,20);
  background: linear-gradient(90deg, rgba(170,126,20,1) 0%, rgba(230,189,118,1) 50%, rgba(170,126,20,1) 100%);
}
.cont_ttl-bar{
  margin-top: -86px;
  margin-bottom: 0;
  background: #000000;
  height: 66px;
  position: relative;
}
.cont_ttl-bar:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(170,126,20);
  background: linear-gradient(90deg, rgba(170,126,20,1) 0%, rgba(230,189,118,1) 50%, rgba(170,126,20,1) 100%);
}
.cont_ttl-bar img{
  margin: 0 auto;
  display: block;
  padding-top: 16px;
}
.box_skyp{
	background: url("../img/skyp_bg.jpg")no-repeat;
	margin-top: 50px;
}
.box_skyp h3{
	padding: 30px;
}
.box_skyp-tel{
  margin: 0px -60px 30px 60px;
}
.box_skyp-web{
  margin: 0px 60px 30px -60px;
}
area, area:hover{
  border:none;
  outline:none;
}

/*=====box[s]=====*/
.box{
	position:relative;
	color: #352d12;
}
.box:before{
  content: " ";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(170,126,20);
  background: linear-gradient(90deg, rgba(170,126,20,1) 0%, rgba(230,189,118,1) 50%, rgba(170,126,20,1) 100%);
}
.box:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(170,126,20);
  background: linear-gradient(90deg, rgba(170,126,20,1) 0%, rgba(230,189,118,1) 50%, rgba(170,126,20,1) 100%);
}
.box p{
  padding: 35px;
  line-height: 1.8em;
}

.box_thumb{
  margin: 0px auto;
  display: block;
  padding: 0px;
}
.box_thumb img{
	width: 100%;
}

.cont_ttl{
  position: relative;
  height: 120px;
  background: #000000;
}
.cont_ttl:before{
  content:"";
  display: block;
  background: url(../img/s-top.png) no-repeat;
  height: 35px;
  width: 138px;
  position: absolute;
  top: -27px;
  left: 242px;
}
.cont_ttl p{
  font-family: "Hiragino Mincho ProN",HGS明朝E,Georgia,游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,serif;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 24px;
  position: absolute;
  padding: 0 !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
}

.box_thumb-left{
	float: left;
	width: 36%;
}
.thumb-copy{
  color: #352d12;
  font-size: 12px !important;
  text-align: right;
  display: block;
  margin: -30px -20px 0 0;
}

.date{
  font-family: "Hiragino Mincho ProN",HGS明朝E,Georgia,游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,serif;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #b38937;
	font-size: 24px;
  font-weight: bold;
  line-height: 2.8rem;
  color: #ea2c00;
}
.date span{
  margin: 0 20px;
  font-size: 16px;
  color: #925d01;
  position: relative;
}
.date span:before{
  content: " ";
  background: url("../img/icon-a.png")no-repeat right;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 15px;
  margin-left: -20px;
}

.text-box{
  padding: 30px;
}
.text-box:after{
  content: " ";
  background: url("../img/s-bottom.png")no-repeat right;
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 620px;
  height: 20px;
}
.cap_tex{
	color: #352d12;
}

.box_btn {
  background: rgb(170,126,20);
  background: linear-gradient(90deg, rgba(170,126,20,1) 0%, rgba(230,189,118,1) 50%, rgba(170,126,20,1) 100%);
  padding: 1px;
  margin: 30px 0;
}
.box_btn a{
  background: #000000;
  color:  #fdfbf3;
  position: relative;
  font-weight: normal;
  display: block;
  margin: 1px;
  padding: 13px;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  transition-property: all;
  transition: 0.2s linear;
}
.box_btn a:after{
  content: " ";
  background: url("../img/link.png")no-repeat right;
	position: absolute;
  top: 13px;
  right: 20px;
  width: 100%;
  height: 29px;
}
.box_btn a:hover{
	background: #a47015;
}

.box_skyp{	text-align:center;}


/*=====box[e]=====*/

/*=====column[s]=====*/

.column1 .box{
  margin: 30px 0;
  padding: 30px;
  background: #000000;
  display: inline-block;
  width: 100%;
}
.column1 .box:after{
  height: 1px;
}
.column1 .thumb-copy{
  color: #585858;
  margin: 0;
}
.column1 .text-box{
  padding: 0 0 0 38%;
}
.column1 .text-box:after {
  content: none;
}
.column1 .cont_ttl{
  height: auto;
  border-bottom: 1px solid #b38937;
  padding-bottom: 25px !important;
}
.column1 .cont_ttl p{
  left: 80px;
  top: 0;
  transform: none;
  position: relative;
}

.column1 .cont_ttl:before{
  background: url(../img/icon-b.png) no-repeat;
  height: 24px;
  width: 59px;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 27px;
}

.column1 .date{
  margin: 30px 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 22px;
  color: #d9aa58;
}
.column1 .cap_tex{
  color: #dfdcd3;
}

.column1 .box_btn a{
  margin: 0;
}

/*--column2-----*/
.column2{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
}
.column2 .box{
	background: #fdfbf3;
  margin-right: 40px;
  margin-bottom: 60px;
  width: 620px;
	justify-content: space-between;
}
.column2 .box:nth-child(2n){
  margin-right: 0;
}

/*--column3-----*/
.column3{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
}
.column3 .box{
	width: 32%;
	justify-content: space-between;
}
.column3 .box .box_ttl{
	font-size: 150%;
}
/*--column4-----*/
.column4{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
}
.column4 .box{
	width: 24.4%;
	justify-content: space-between;
}

/*--firefox hack-----*/
@-moz-document url-prefix() {
.column2 .box {	width: 46%;}
.column3 .box {	width: 32%;}
.column4 .box {	width: 24.4%;}
}

/*=====column[e]=====*/

/*=====footer[s]=====*/
.foot_info  {
	width: 100%;
	margin: 0;
	background: #fff;
}

.foot_info .info_midashi--ch1  {
	width: 100%;
	margin: 0;
	background: #fff;
	color: #f0027f;
}
.foot_info .info_midashi--ch2  {
	width: 100%;
	margin: 0;
	background: #fff;
	color: #00a0c6;
}
.foot_info .foot_info-box  {
	min-width: 970px;
	max-width: 1280px;
	margin: 20px auto;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 30px;
}

.foot_info .foot_info-box p  {
	margin: 10px auto 0;
	line-height: 25px;
}
/*=====footer[e]=====*/

/*=====cont_caution[s]=====*/
.cont_caution{
	max-width: 90%;
	margin: 0 auto 2em;
	padding: 1em;
	background-color: #e6e6e6;
	line-height: 1.5em;
	font-size: 18px;
}
.cont_caution .list-caution li:before{
	content: "※";
}
/*=====cont_caution[e]=====*/

/*=====cont_subscription[s]=====*/
.cont_subscription{
	display:block;
	width: 100%;
	height: 379px;
	background-image: url(../img/bg_bnr_skyp.jpg) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

.cont_subscription .btn_sub{
	position: absolute;
	/*width: 41%;
	max-width: 41%;
	max-height: 200px;
	height: 100%;*/
  top: 51.8%;
  left: 52.86%;
}

/*=====cont_subscription[e]=====*/

/*=====decoration[s]=====*/

/*--text--*/
hr{
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	border: none;
}
strong, .fw_bold{	font-weight: bold;}

/*--text_size--*/
.fz-l{	font-size: 2em;}
.fz-ml{	font-size: 1.5em;}
.fz-ms{	font-size: 1.3em;}
.fz-s{	font-size: 0.8em;}

/*-- link_hover --*/
a img:hover {
	opacity: 0.6 ;
	filter: alpha(opacity=60) ;	/* Ie */
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*--btn--*/
.btn{
  text-align: center;
  margin: 1em auto 0;
	vertical-align: middle;
}
.btn a{
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	text-decoration: none;
}
.btn a:hover{
	-webkit-transition: opacity .3s ease-out 0s;
	transition: .3s ease-out 0s;
}

.btn_submit{
	display: block;
	width: 80%;
	padding: 0.5em 1em;
	margin: 0.5em auto 0;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	transition: .3s ease-out 0s;
	background-color: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
}
.btn_submit:hover{
	background-color: #fff;
	color: #cc0000;
	transition: .3s ease-out 0s;
}

.btn_submit-tw{
	border: 1px solid #34A6DD;
	background-color: #34A6DD;
	color: #fff;
}
.btn_submit-tw:hover{
	background-color: #fff;
	color: #34A6DD;
	transition: .3s ease-out 0s;
}

.btn_submit-null{
	border: 1px solid #808080;
	background-color: #808080;
	color: #fff;
}
/*=====decoration[e]=====*/

#main_frame .sky_web_main {
    background-image: url(./../img/skaper_web_main_bg.jpg);
    display: block;
    width: 230px;
    height: 180px;
    position: absolute;
    top: 437px;
    right: 263px;
}

#main_frame .sky_web_main img {
    position: absolute;
    top: 99px;
    right: 18px;
    width: 256px;
}

.sky_frame {
    position: relative;
    width: 1280px;
    height: 320px;
    margin: 0px auto;
    background-image: url(./../img/pc_sky_back.jpg);
}

.sky_text {
    text-align: center;
    padding-top: 90px;
}

.sky_left {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1;
}

.sky_right {
    position: absolute;
    top: 135px;
    right: 50px;
    z-index: 1;
}

.sky_image {
    display: inline-block;
    width: 580px;
    height: 160px;
}

.sky_left:hover img, #main_frame .sky_web_main:hover {
    opacity: 0.66;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.white_cover {
    display: block;
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 0;
}

.white_image {
    display: inline-block;
    width: 580px;
    height: 160px;
}
