body{
  min-width: 1280px;
}

.program-detail{
	background: url(../img/gr_background.png) top center repeat;
}

.contents {
	padding-top: 60px;
  color: #000 !important;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.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;
}

span.red{
	color: #fb0000;
}

/*=====.liquid-content[s]=====*/
.liquid-content{}
.liquid-content .liquid-content-inner {
  margin: 0 auto 30px;
	width:1280px;
	line-height: 1.6em;
	background: none;
}

.liquid-content-inner a{	text-decoration: none;}
.liquid-content-inner h4{	font-weight: bold;}
.cont_ttl{
    color: #138c00;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 22px;
    position: relative;
    padding: 20px;
    background: #f6ff00;
}

.cont_ttl2{
    color: #138c00;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 22px;
    position: relative;
    padding: 20px;
    background: #f6ff00;
    margin-bottom: 20px;
}

.inr_box{
	margin: 30px;
	padding-bottom: 60px;
}

/*.cont_ttl:before {
  content: " ";
  background: url("../img/ttl_img.jpg")no-repeat;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 3px;
}*/
.cont_ttl-bar{
  margin-top: -60px;
  margin-bottom: -64px;
}
.cont_ttl-bar img{
  margin: 0 auto;
  display: block;
}
.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: #3c4131;
}
.box_thumb{
  margin: 0px auto;
  display: block;
  padding: 0px;
}
.box_thumb img{
	width: 100%;
}
.box p{
  padding: 35px;
  line-height: 1.8em;
}
.box_thumb-left{
	float: left;
	width: 36%;
}
.box_thumb-copy{
	display: block;
	text-indent: 30px;
}
.box_detail{
	padding: 0 0 0 36%;
}
.dl_detail{
	margin: 0.5em 0;
}
.dl_detail-ttl{
  margin: 0px 35px;
  padding: 7px 30px;
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
}
.dl_detail-txt{
  margin: 0px 35px;
}
.dl_detail-txt dt{
	background: #eae9e2;
	padding: 7px 30px;
	color: #138c00;
	display: block;
	margin-top: 20px;
	font-weight: bold;
}
.dl_detail-txt dd{
  padding: 15px 0px 0px;
}

.date{
	margin: 20px 30px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c4c4c4;
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;
}

.cap_tex{
	color: #138c00;
	margin: 0px 30px 20px;
	font-weight: bold;
}

.box_btn a{
	position: relative;
	font-weight: bold;
	display: block;
	margin: 35px;
	padding: 17px;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #138c00;
	border: #138c00 3px solid;
    transition-property: all;
    transition: 0.2s linear;
}
.box_btn a:after{
  content: " ";
  background: url("../img/link.png")no-repeat right;
	position: absolute;
  top: 15px;
  right: 20px;
  width: 100%;
  height: 29px;
}
.box_btn a:hover{
	background: #f6ff00;
}

.box_skyp{	text-align:center;}

.box-wrap{
  margin: 30px;
  padding: 0px;
  background: url(../img/cnt_bg.jpg) top center repeat;
}

/*=====box[e]=====*/

/*=====column[s]=====*/
.column1{}
.column1 .box .box_detail p{
  padding: 0px 0px 35px 35px;
}
.column1 .box .dl_detail-ttl{
  background: #a6a6a6;
  margin: 0px 0px 0px 35px;
}
.column1 .box .dl_detail-txt{
	margin: 0px 0px 0px 35px;
}
.column1 .box .box_btn a{
  position: relative;
  display: block;
  margin: 35px 0px 35px 35px;
  padding: 12px;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
	color: #138c00;
	border: #138c00 3px solid;
}
.column1 .box .box_btn a:after{
  content: " ";
  background: url(../img/link.png)no-repeat right;
  background-size: 2%;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 100%;
  height: 29px;
}

/*--column2-----*/
.column2{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
}
.column2 .box{
	background: url(../img/cnt_bg.jpg) top center repeat;
    margin: 25px;
    width: 46%;
	justify-content: space-between;
}

/*--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;
}
