@charset "UTF-8";

/*=====================================================
*
*	base css
*	Since 2018.12.20
*
*
*	11= #sitemap module
*	12= #whatsnew module
*	13= #info module
*	14= #corporate module
*	15= #form module
*	16= #howto module
*	(17= #mm module → module.css 21= #mm module に移動　　2022.09.15　
*
*
========================================================*/

/*-----------------------------------------------------*/
div#main {
        position: relative;
        box-sizing: border-box;
        margin: 0;
        padding-bottom: 20px;
        text-align: justify;     
        text-justify: inter-ideograph;
        
        font-size: 150%; }


            div.mainInner { 
                 /*width:960px;
                 margin-left:auto;
                 margin-right:auto;
                 overflow: hidden; */ }

            div#primary {
                display: inline-block; /* for win ie6 */							
                float: left;
                box-sizing: border-box;
                width: calc( 100% - 314px );
                min-height: 650px;
                padding: 40px 30px;
                background: #fff;}

            div#secondary {
                display: inline-block; /* for win ie6 */
                float: right;
                box-sizing: border-box;
                width: 310px;
                min-height: 650px;
                padding: 40px 30px;
                background: #cdcfd8;
                text-align: left;}

/*-----------------------------------------------------*/
#primary .pagetop { display: none; }



/* right column banner area */
.bannerArea { width: 247px; padding-left: 1px; margin: 9px auto; }
.bannerArea img { float:left; margin-bottom: 5px; }


/* left column banner area */
.bannerArea-left { width: 200px; padding-left: 1px; margin-top: 8px; }
.bannerArea-left h2 { height: 1px; line-height: 1px; text-indent: -5000px; margin-bottom: 0 !important;}
.bannerArea-left img { margin-bottom: 5px; }

/*-----------------------------------------------------*/


/*	11= #sitemap module
-----------------------------------------------------*/

#sitemap .section01 .wrapper h2 {
    clear: both;
    padding: 15px 15px 10px;
    border-bottom: solid 1px #9FA5BA;
    font-weight: 500;font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
}
#sitemap .section01 .wrapper ul { padding: 18px 0px 30px 20px; line-height: 1; }
#sitemap .section01 .wrapper ul li { float: left; line-height: 1; padding: 8px 25px 8px 0; } 

#sitemap .section01 .wrapper ul li a {
	display: block;
	color: #333;
	padding-left:10px;
	white-space: nowrap;
	overflow: visible;
}
#sitemap .section01 .wrapper ul li a:hover {
	text-decoration: underline;
}

#sitemap .section01 .wrapper ul li a::before {
    content: "▼";
    display: inline-block;
    margin-right:0.6em;
    margin-top: -5px;
    font-size: 10px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transform: scale(0.5) rotate(-90deg);
    -moz-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.5) rotate(-90deg);
}


/*	12= #whatsnew module
-----------------------------------------------------*/

#whatsnew select { width: 160px; margin: 15px 0 15px 40px; }

#whatsnew .bannerArea { margin-top: 19px; }
#whatsnew #header .bannerArea { margin-top: 9px; }

#whatsnew .section01 .wrapper { padding-top: 15px; }

#articleArea .wrapper { padding-left: 2px; padding-right: 2px; padding-bottom: 20px; }
#articleArea .article {
    position: relative;
    margin-top: -1px;
	padding-top: 5px;
	padding-bottom: 0.8em;
    border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
#articleArea .article div.text a {
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #CC0001;
}
#articleArea p.show { width: 600px; margin: 2px 15px 12px 0; padding-left: 25px; }

#articleArea .articleHead {
    padding: 6px 0 4px 13px;
    margin: 7px 0 5px !important;
    border-left: solid 5px #57637C;
    /*border-left: solid 7px #CC0000;*/
}
#articleArea p.date { 
	margin-bottom: 3px;
	padding: 0 0 3px 0;
	font-size: 92%;
	font-weight: normal;
	color: #333;
	line-height: 1.1;
} 
#articleArea h2 {	
	font-size: 116%;
	font-weight: bold;
    font-weight: 500;
	padding-left: 0;
}
#articleArea h2 a { color: #333; text-decoration: underline; }
#articleArea h2 a:hover { color: #CC0000; }

#info #articleArea h2 span.new {
    /*background: #d74eaf;*/
    position: relative;
    display: inline-block;
    z-index: 20;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: 0.4em;
    padding: 5px 5px 3px;
    background:#FFF;
    color: #CF2222;
    border: solid 1px #CF2222;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-decoration: none !important;
    border-radius: 2px;
}

#articleArea .articleHead h2.label-info::before {
    content: "お知らせ";
    background: #CE2222;
}


#articleArea .articleHead h2.label-special::before {
    content: "特別番組";
    background: #DFBB02;
}

#articleArea .articleHead h2.label-new::before {
    content: "新番組";
    background: #3F9CF3;
    letter-spacing: 0.3em;
     padding: 4px 8px 4px 13px;
}

#articleArea .articleHead h2.label-feature::before {
    content: "特集ページ";
    background: #D451B9;
    padding: 4px 8px 4px 10px;
}

#articleArea .articleHead h2.label-campaign::before {
    content: "キャンペーン";
    padding: 4px 8px 4px 9px;
    background: #11CA77;
    letter-spacing: -0.05em;
}

#articleArea .articleHead h2::before {
    display: inline-block;
    margin-right:  0.5em;
    margin-top: -3px;
    padding: 4px 10px 4px 11px;
    color: #fff;
    border-radius: 3px;
    line-height: 1.1;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing:  0.08em;
}
#articleArea div.text { margin-bottom: 0.8em; padding: 1.2em 5px 0 18px; background: url(../../common_re2018/images/line03.gif) repeat-x left top; }

#articleArea .nav { position:absolute; z-index: 55; top: 27px; right: 12px; width: 240px; }
.section01 .article  { padding: 15px 20px 10px 20px; line-height: 1.6; }
.section01 .article p { margin-bottom: 1.4em; }

#whatsnew .snsArea ul {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
}
#whatsnew .snsArea li {
    display: inline-block;
    padding-left: 10px;
}

/*	13= #info module
-----------------------------------------------------*/

#info select { width: 160px; margin: 15px 0 15px 40px; }

#info .bannerArea { margin-top: 19px; }
#info #header .bannerArea { margin-top: 9px; }
#info .section01 .wrapper { padding-top: 15px; }


/*	14= #corporate module
-----------------------------------------------------*/

#corporate .archiveList,
#whatsnew .archiveList,
#info .archiveList {
    position: relative;
    width: 310px;
    margin: -40px -30px 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f0f0f1;
    border-bottom:  solid 5px #101D3D;
}

#corporate .archiveList select,
#whatsnew .archiveList select,
#info .archiveList select {
    box-sizing: border-box;
	width: calc( 100% - 80px );
    margin: 10px 0 10px 40px;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
    border: solid 1px #999999;
    font-size: 16px;
    line-height: 1.6;
    background: #ffffff url(/common_re2019/images/form/arrow.png) no-repeat 97% center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}




#corporateInfo {
    position: relative;
    width: 310px;
    margin: -40px -30px 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f0f0f1;
    border-bottom:  solid 5px #101D3D;
}
#corporateInfo2 {
    position: relative;
    width: 245px;
    margin: 20px auto;
    background: #f0f0f1;
    border-bottom: none;
}

#corporate .archiveList h2,
#whatsnew .archiveList h2,
#info .archiveList h2,
#corporateInfo h3{
    margin-bottom: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    border-bottom:  dotted 1px #C0C0C0;
    font-weight: 500;
    font-size: 120%;
}
#corporateInfo ul { padding-left: 2px; padding-right: 2px; }

#corporateInfo ul li,
#corporateInfo2 ul li{
    position: relative;  padding-bottom: 1px;  line-height: 26px;}
#corporateInfo ul li a,
#corporateInfo2 ul li a{
	display: block;
	padding: 7px 8px 7px 25px;
	background: url(../../common_re2018/images/icon01_off.gif) no-repeat 8px 8px;
	color: #333;
}
#corporateInfo ul li.current::before,
.m-howto #corporateInfo li.m-howto::before,
.m-info #corporateInfo li.m-info::before,
.m-banshin #corporateInfo li.m-banshin::before,
.m-shubetsu #corporateInfo li.m-shubetsu::before,
.m-youth #corporateInfo li.m-youth::before,
.m-recruitNew #corporateInfo li.m-recruitNew::before,
.m-recruit #corporateInfo li.m-recruit::before,
.m-cable #corporateInfo li.m-cable::before,
.m-privacy #corporateInfo li.m-privacy::before,
.m-link #corporateInfo li.m-link::before,
.m-copyright #corporateInfo li.m-copyright::before,
.m-haijo #corporateInfo li.m-haijo::before,
.m-contact #corporateInfo li.m-contact::before,
.m-security #corporateInfo li.m-security::before{
    content: "";
    display: block;
    position: absolute;
    left: -22px;
    top: 0px;
    width: 0px;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 22px solid #333D5D;
    border-bottom: 20px solid transparent;
 } 
#corporateInfo ul li a:hover,
#corporateInfo2 ul li a:hover,
#corporateInfo ul li.current a,
.m-howto #corporateInfo li.m-howto a,
.m-info #corporateInfo li.m-info a,
.m-banshin #corporateInfo li.m-banshin a,
.m-shubetsu #corporateInfo li.m-shubetsu a,
.m-youth #corporateInfo li.m-youth a,
.m-recruitNew #corporateInfo li.m-recruitNew a,
.m-recruit #corporateInfo li.m-recruit a,
.m-cable #corporateInfo li.m-cable a,
.m-privacy #corporateInfo li.m-privacy a,
.m-link #corporateInfo li.m-link a,
.m-copyright #corporateInfo li.m-copyright a,
.m-haijo #corporateInfo li.m-haijo a,
.m-contact #corporateInfo li.m-contact a,
.m-security #corporateInfo li.m-security a{ 
	background: #333D5D;
    text-decoration: none;
    color: #eee;
}

#corporateInfo ul li a::before,
#corporateInfo2 ul li a::before{
    content: "▼";
    display: inline-block;
    margin-right: 1em;
    margin-top: -5px;
    font-size: 10px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transform: scale(0.5) rotate(-90deg);
    -moz-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.5) rotate(-90deg);
}
#corporateInfo ul li.line04 { padding-bottom: 4px; background:url(../../common_re2018/images/line04.gif) repeat-x left bottom; }

.corporateArea { padding-bottom: 35px !important; }
.corporateArea .wrapper { padding-top: 15px; background: url(../../common_re2018/images/top_694.gif) no-repeat left top; }

* html .corporateArea .wrapper { padding-top: 25px; }/* for IE6 */
*+html .corporateArea .wrapper { width: 696px; padding-top: 25px; }/* for IE7 */

.corporateArea h2 {
	width: 620px;
	height: 21px;
	margin: 10px auto 20px 20px;
	padding-top: 6px;
	padding-left: 33px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF url(../../common_re2018/images/icon05.gif) no-repeat 3px 3px;
	line-height: 1.1;
	font-size: 15px;
	font-weight: bold;
}
.corporateArea h2.imgh2 {
	width: 648px;
	padding: 3px !important;
}
.corporateArea h2.concept {
	height: 102px;
	margin: 35px auto !important; 
	padding-top: 0;
	padding-left: 0;
	border: none;
	background: none;
	text-align: center;
}
.corporateArea h3 {
	height: 14px;
	margin: 10px 20px 20px 15px;
	padding-top: 2px;
	padding-left: 25px;
	background: url(../../common_re2018/images/icon06.gif) no-repeat 2px 2px;
	line-height: 1.1;
	font-size: 18px;
	font-weight: bold;
    font-weight: 500;
}
.corporateArea h4 {
	margin: 15px 20px 15px 30px;
	line-height: 1.4;
	font-weight: bold;
}
.corporateArea h5 {
	margin: 10px 20px 5px 40px;
	line-height: 1.4;

}
.corporateArea h6 { margin-bottom: 3px; font-weight: bold; }

.corporateArea dl {
	position: relative;
	width: 450px;
	padding-top: 2px;
	margin-right: 25px;
	margin-left: -6px; 
	background: url(../../common_re2018/images/line01.gif) repeat-x left top;
}
.corporateArea dl.opt-out {
    position: relative;
    width: auto;
    margin-left: 45px; 
    margin-top: 20px;
    background: none;
    -js-display: flex;
    display : -webkit-box;
    display : -ms-flexbox;
    display : -webkit-flex;
    display : flex;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.corporateArea dl.opt-out a,
.corporateArea  a.link_opt-out { 
    text-decoration: underline;
    font-weight: 500;
    color: #6077b7
}
.corporateArea dl.opt-out a:hover,
.corporateArea  a.link_opt-out:hover { text-decoration: none; }
.corporateArea dl dt {
	position: relative;
	float: left;
	width: 120px;
	padding: 7px 5px 6px 18px;
}
.corporateArea dl.opt-out dt {
    float: none;
    display: inline-block;
    width: 42%;
    padding: 7px 10px;
    font-weight: 500;
}
.corporateArea dl.opt-out dt::before {
    content: "・";
    display: inline-block;
    padding-right: 0.5em;
}
.corporateArea dl dd {
	padding: 7px 5px 8px 130px;
	background: url(../../common_re2018/images/line01.gif) repeat-x left bottom;
    font-weight: 400;
}
.corporateArea dl.opt-out dd {
    display: inline-block;
    width: 50%;
    padding: 7px 5px;
}
.corporateArea dl.opt-out dt:nth-child(4n+1),
.corporateArea dl.opt-out dd:nth-child(4n+2) {
    background: #F6F6F6;
}

.corporateArea p { margin: 0 45px 15px 40px; }
.corporateArea ul { margin: 0 45px 15px 40px; }
.corporateArea ul li {	padding-left:20px;  }

.corporateArea .article ul { margin: 30px 40px; }
.corporateArea .article ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}
.corporateArea .article ul li::before {
    content: "*";
    position: absolute;
    left: 0px;
    top: 2px;
    display: block;
    width: 1em;
    line-height: 1.5;
    font-weight: bold;
}
.corporateArea .article ul li a strong {
    color: #5270C4;
    font-size: 18px;
}

.corporateArea ol { margin: 0 45px 15px 60px; list-style: decimal; }
.corporateArea ol li { list-style: decimal; }

.corporateArea div.inquiries { width: 37em; margin: 10px 10px 20px; padding: 4px;  background-color: #D2D1D0; }
.corporateArea div.inquiries p { margin: 0; padding: 3px 3px 3px 6px; border: solid 1px #999999; background-color: #FFFFFF; }
.corporateArea div.inquiries2  { display: block; width: 400px; margin: 0 auto 10px; padding: 8px; border: solid 1px #999999; }


.corporateArea .RightPos { margin-top: 15px; margin-bottom: 25px; border-left: solid 6px #5A6073; }
.corporateArea .LeftPos img { margin-top: 3px; margin-left:15px; padding: 1px; border: solid 1px #CCCCCC; }
.corporateArea .line01 { clear: both; margin-left: 2px; margin-right: 2px; padding: 17px 0 0 0 !important; background-position: left bottom; }

.corporateArea .googlemap table td { border: none !important;  }

/* banshin */
.banshinReport .wrapper { padding-left: 2px; padding-right: 2px; }
.banshinReport h3 {
	padding: 10px 20px;
	margin-left: 2px;
    margin-bottom: 1em;
    border-bottom: solid 1px #9FA5BA;
	font-size: 116%;
	font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.1em;
 }
.banshinReport .article  { padding: 20px 20px 30px 20px; line-height: 1.6; }


/* shubetsu */
.shubetsu .article  { padding: 20px 20px 15px 20px; line-height: 1.6; }
.shubetsu .article p { letter-spacing: 1px; }
.shubetsu .article ul { margin: 30px; }
.shubetsu .article ul li {
    padding: 3px 0 3px 26px;
    font-size: 108%; background: url(../../corporate/images/icon_pdf.png) no-repeat 0px 6px;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    letter-spacing: 1px;
}
.shubetsu .article ul li a { color: #333; text-decoration: underline; }
.shubetsu .article ul li a:hover { text-decoration: none; }
#main .shubetsu .article p.date { margin-top: 30px; padding: 15px 25px; background:url(../../common_re2018/images/line01.gif) repeat-x left top; color: #333; text-align: right;  font-weight: normal; }
#main .shubetsu .article p.download { margin-top: 100px; padding: 10px 15px; background: #F0F0F1; font-size: 92%; }
.shubetsu .article p.download img { float: right; margin-left: 20px; }

/* youth */

.youth .article ul {  list-style: disc; margin: 30px 30px 30px 1em; }
.youth .article ul li { list-style: disc; margin-left: 1em; padding: 3px 0 3px; font-size: 108%; letter-spacing: 1px; }
.youth .article ul li a { color: #333; text-decoration: underline; }
.youth .article ul li a:hover { text-decoration: none; }


/* haijo_policy */
.haijo_policy .article  { padding: 20px 30px 15px; line-height: 1.6; }
#main .haijo_policy .article p.date { padding: 15px 25px; color: #333; text-align: right;  font-weight: 300; font-size: 13px; }

.haijo_policy .shishin { margin: 25px 10px; padding: 15px 20px; background: #fff; border: solid 1px #CCC; }
.haijo_policy .shishin h3 { font-weight: 500; text-align: center; font-size: 125%; }
#main .haijo_policy .shishin p.date { margin-bottom: 0; padding: 15px 25px 5px; color: #333; text-align: right;  font-weight: 300; font-size: 13px; }
.haijo_policy .shishin p.sign { margin-bottom: 30px; padding: 0 25px; color: #333; text-align: right;  font-weight: normal; } 

.haijo_policy ol { margin: 0 20px 15px; list-style: decimal; }
.haijo_policy ol li { list-style: decimal; }
.haijo_policy .shishin ol ol  { margin: 8px 0 20px; list-style: none; }
.haijo_policy .shishin ol ol li { list-style: none; }


/* privacy_policy */
.corporateArea table caption { display: none; }
.corporateArea table { margin: 10px 20px; border-collapse: collapse; background-color: #FFFFFF; text-align: center; }
.corporateArea table th,
.corporateArea table td { border: solid 1px #999999; }
.corporateArea table thead th { background-color: #DDDDDD; text-align: center; font-weight: bold; }
.corporateArea table th { padding: 5px 7px; text-align: left; font-weight: normal; vertical-align: center;  }
.corporateArea table td { padding: 5px 7px; text-align: left; font-weight: normal; vertical-align: baseline; }

p.indent-4em { margin-left: 80px; margin-bottom: 0; text-indent: -4em; font-size: 83%; line-height: 1.4; text-align: left !important; }
.indent-2-4em { margin-left: 76px !important; margin-bottom: 0; text-indent: -2.3em; text-align: left !important; }
.indent-2em { margin-left: 16px !important; margin-bottom: 0; text-indent: -1.4em; text-align: left !important; }

/* for IE6 */
* html p.indent-4em { margin-left: 77px; text-indent: -3.6em; }
* html .indent-2-4em { margin-left: 64px!important; text-indent: -2em; }
/* for IE7 */
*+html p.indent-4em { margin-left: 77px; text-indent: -3.6em; }
*+html .indent-2-4em { margin-left: 64px!important; text-indent: -2em; }


.corporateArea table ul { margin: 0; }
.corporateArea table ul li {padding-left:0; background: none; }

.corporateArea table ol { margin: 0 0 0 20px; list-style: decimal; }
.corporateArea table ol li { list-style: decimal; }

.corporateArea table li div.inquiries { margin: 10px; display: inline-block; background-color: #D2D1D0; }
.corporateArea table li div.inquiries p { margin: 4px; padding: 3px; border: solid 1px #999999; background-color: #FFFFFF; }

/* recruit */
.recruitInfo .wrapper { margin-bottom: 25px; padding-left: 2px; padding-right: 2px; }
.recruitInfo h3 {
	padding: 10px 20px;
	margin-left: 2px;
	font-size: 18px;
	font-weight: bold;
    font-weight: 500;
 }
.recruitInfo .recruitInfoInner {
    position: relative;
    padding-top:0.6em; 
    border: solid 1px #9FA5BA;
    border-top: solid 3px #565759;
}
.recruitInfo .recruitInfoInner::before {
    content: "";
    display: block;
    position: absolute;
    left: 13.2em;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.recruitInfo dl {
    /*padding-top: 0.5em;*/
}

.recruitInfo dl dt {
    box-sizing: border-box;
	float: left;
	width: 13em;
	padding: 6px 5px 6px 26px;
	background-color: transparent;
}

.recruitInfo dl dd {
    box-sizing: border-box;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
    padding-left: 14em;
	border-bottom: dotted 1px #9FA5BA;
}
.recruitInfo dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.recruitInfo dl dd div { padding: 6px 12px 12px 0; }

/* link */
.corporateArea .linkArea dl {
	position: relative;
	width: 692px;
	padding-top: 2px;
	padding-left: 2px; 
	padding-right: 2px; 
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	background-image: none;
}
.corporateArea .linkArea dl dt {
	position: relative;
	float: left;
	height: 86px;
	width: 200px;
	padding: 20px 5px 20px 18px;
	text-align: center;
}

.corporateArea .linkArea dl dd {
padding: 25px 5px 22px 260px !important;
}

.corporateArea .linkArea dl dt img {
	margin-right: 5px;
	padding: 1px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}
.corporateArea .linkArea dl dd strong {
	display: block;
	width: 438px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 0;
	background: url(../../common_re2018/images/icon06.gif) no-repeat 2px 2px;
	line-height: 1.1;
	font-size: 15px;
	font-weight: bold;
}
.corporateArea .linkArea dl dd strong a { color: #333333; }

/* howto */
.howtoInner { }


.howtoInner .photo01 { float: right; padding-top:50px; padding-left: 12px; padding-bottom: 20px; margin-right: -10px; }
.howtoInner .photo02 { float: left; padding-right: 12px; padding-bottom: 20px; margin-left: -10px; }

.howtoInner h3 {
	height: 21px;
	margin: 10px 20px 25px 30px;
	padding-top: 0;
	padding-left: 5px;
	background: none;
}
.howtoInner .RightPos { margin-left: 20px; border: none !important; }
.howtoInner .LeftPos { margin-right: 20px; border: none !important; }
.howtoInner .LeftPos img { border: none !important; }

.howtoInner li.n1 { background: url(../../corporate/images/howto_n01.gif) no-repeat left top; padding-left: 25px; }
.howtoInner li.n2 { background: url(../../corporate/images/howto_n02.gif) no-repeat left top; padding-left: 25px; }
.howtoInner li.n3 { background: url(../../corporate/images/howto_n03.gif) no-repeat left top; padding-left: 25px; }

/*	15= #form module
-----------------------------------------------------*/

body#form div#container { background:#FFF; }

body#form div#container #main { width: 696px; min-width: 696px; margin: 0 auto; background: none; }


body#form div#container #main h1 {
    margin: 0 0 8px !important;
    padding: 0;
    width: 696px;
    height: 54px;
    min-height: 54px;
    border: none;
}

body#form #main ul#pathNav li.current {
    color: #333;
}

.formArea { position: relative;margin-top: 4px !important; }

.formArea .wrapper { margin-bottom: 25px; padding-top: 15px; background: url(../../common_re2018/images/top_694.gif) no-repeat left top; }

.formArea .wrapper h2 {
	width: 540px;
	padding: 14px 20px 11px 80px;
	margin: 0 auto;
	background: url(../../common_re2018/images/message/message_form_title.gif) no-repeat left top;
	font-size: 116%;
	font-weight: bold;
	text-indent: -20px;
}
.formArea .wrapper h2 em { font-size: 150%; font-weight: bold; line-height: 1.2 !important; }
.formArea .wrapper div.line01 { width: 640px; margin-left: auto; margin-right: auto; }
.formArea .wrapper p.description { padding: 5px 25px 15px; }
.formArea .wrapper p.description2 {  padding: 5px 280px 15px 25px; }
.formArea .wrapper p.description3 {  width: 700px; margin: 20px auto 200px !important; }
.formArea .wrapper p.description strong,
.formArea .wrapper p.description2 strong,
.formArea .wrapper p.description3 strong { color: #CC0000; font-weight: normal; }

.formArea .wrapper .inquiry { position: absolute; top: 12px; right: 22px; width: 215px; text-align: center; }
.formArea .wrapper .inquiry h2.telinfo { width: 213px; height: 38px; padding: 0; text-align:center; background: none; text-indent: 0px; }
.formArea .wrapper .inquiry p { font-size: 13px; font-weight: bold; }
.formArea .wrapper .inquiry p strong {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
} 
.formArea .wrapper .inquiry p small { font-size: 12px;  font-weight:  400;}

.formArea .formInner {
 	position: relative;
	z-index: 700; 
	width: 640px;
	margin: 0 auto;
}
.formInner dl {
	position: relative;
	padding-top: 2px;
	background: #EEEEEE;
}

.formInner dl dt {
	position: relative;
	clear: left;
	float: left;
	width: 145px;
	padding: 8px 10px 6px 15px;
	font-size: 116%;
	font-weight: 500;
}

.formInner dl dd {	
	padding: 7px 0 9px 181px;
	font-size: 125%;
	background: #EEEEEE;
    border-bottom: solid 1px #fff;
}


.formInner dl span.p-ab { margin-top: 5px; }
.formInner dl span#countsprytextarea11 { position: absolute; bottom: 20px; z-index: 990; padding-left: 5px; }

.formInner .submitArea {
	position: relative;
	padding: 20px 12px 25px;
	background: #CCCCCC;
	text-align: center;
} 

.sticker { position: absolute; right: 0px; bottom:15px; margin-right: 50px;  text-align: right; z-index: 950; }


.formInner .pName { width: 260px; }
.formInner .pAge,
.formInner .pOccupation  { width: 140px; }
.formInner .pAdress1 { width: 140px; }
.formInner .pAdress2 { width: 320px; }
.formInner .pTel  { width: 150px; }
.formInner .pMail { width: 280px; }
.formInner .pText  { width: 350px; }
.formInner .pSubmit { width: 236px; }
.formInner .pReset  { width: 100px; }

.formInner .cName { width: 280px; margin-bottom: 16px; }
.formInner .cMail { width: 280px; }
.formInner .cText  { width: 350px; }

.formInner .mName { width: 280px; }
.formInner .mTitle { width: 280px; }
.formInner .mText  { width: 350px; }

.formInner input { line-height: 1.6; }
.formInner dl dt span { font-size: 12px !important; font-weight: normal; }
.formInner dl dt span.ft10px { position: relative; font-size: 10px !important; margin-left: -0.6em; color: #555555; }

.formInner dl dd span { font-size: 12px !important; }
.formInner dl dd label { font-size: 86% !important; }
.formInner dl dd input,
.formInner dl dd select,
.formInner dl dd textarea { font-size: 15px !important; }

/* confirm */
.formInner dl.confirm dd { font-size: 108% !important; padding-right: 10px; padding-top: 11px !important; }
.formInner dl.confirm dd.pt0 { padding-top: 0 !important; }

.formInner dl.confirm {
    position: relative;
    -js-display: flex;
    display : -webkit-box;
    display : -ms-flexbox;
    display : -webkit-flex;
    display : flex;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
}


.formInner dl.confirm dt {
    box-sizing: border-box;
	width: 30%;
    border-bottom: solid 1px #fff;
    background: #dedede;
}

.formInner dl.confirm dd {
    box-sizing: border-box;
	width: 69%;
    padding-left: 20px;
}
.formArea h2.confirmTitle { padding: 5px 0 11px; background: none; text-align: center !important; }
.formArea h3.confirmTitle2 {
	width: 640px;
	margin: 0 auto; 
	padding: 15px 0 11px;
	background: url(../../common_re2018/images/line01.gif) repeat-x left top;
	text-align: center !important;
}


.formInner .top-3 { display:inline-block; width: 150px; position:relative; top:-3px; }
html>/**/body .formInner .top-3 { display:inline-block; width: 150px; position:relative; top: 0px; }


/*	16= #howto module
-----------------------------------------------------*/
.howtoArea {
    position: relative;
    box-sizing: border-box;
    width: 100%;   
    max-width: 1300px;
    min-width: 1200px;
    margin: 0 auto 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    background: #fff;
}
.howtoArea h1 {
    width: 100%;
    height: auto;
    
}
.howtoArea h1 img {
    width: 100%;
    height: auto;
}
#howto h2 {
    opacity: 0;
    text-align: center;
    box-sizing: border-box;
    height: 63px;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#howto h2.fadein {
    opacity: 1;
    padding-top: 0px;
}

#howto h2 img {
    height: 63px;
    width: auto;
}
#howto .howtoStep h2 {
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 2;
}
#howto .anotherWay h2 { padding-left: 75px; }
#howto .ondemand h2 {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    padding-right: 30px;
}
#howto .ondemand h2 img.free {
    position: absolute;
    right: 44%;
    top: -49px;
    height: 65px;
}
#howto .contact h2 {
    height: 1.2em;
    padding-right: 1.2em;
}

#howto h2 + .exp {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
#howto .ondemand .exp {
    position: absolute;
    box-sizing: border-box;
    top: 100px;
    left: 0px;
    width: 100%;
    padding-right: 25px;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.05em;
}

.howtoStep {
    position: relative;
    width: 100%;
    z-index: 0;
}
.howtoStep .step1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 350px;
    background: url("/corporate/images/howto/bg1.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.howtoStep .step2 {
    position: relative;
    width: 100%;
    height: 180px;  
}
.howtoStep .finish {
    position: relative;
    width: 100%;
    height: 410px;
    background: url("/corporate/images/howto/bg2.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.step1 .stepInner {
    left: 120px;
    top: 145px;
    background: url("/corporate/images/howto/img_step1@2x.png") no-repeat center center;
}
.stepInner {
    opacity: 0;
    margin-top: 80px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stepInner.fadein { opacity: 1; margin-top: 0; }

.step2 .stepInner {
    left: 785px;
    top: -95px;
    background: url("/corporate/images/howto/img_step2@2x.png") no-repeat center center;
}
.finish .stepInner {
    left: 420px;
    top: 10px;
    background: url("/corporate/images/howto/img_finish@2x.png") no-repeat center center;
}
.howtoStep .stepInner {
    position: absolute;
    z-index: 5;
    width: 430px;
    height: 366px;
    -webkit-background-size: cover;
    background-size: cover;
}
.howtoStep .stepInner h3 {
    opacity: 0;
    position: absolute;
    top: 44px;
    left: -122px;
    -webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.howtoStep .stepInner h3.fadein {
    opacity: 1;
    left: -62px;
}
.howtoStep .finish .stepInner h3 {
    top: 35px;
}
.howtoStep .stepInner h3::after {
    content: "";
    position: absolute;
    left: -3px;
    bottom: -3px;
    display: block;
    height: 2px;
    line-height: 1px;
    font-size: 1px;
    background-color: #8DC220;
}
.step1 .stepInner h3::after {
    width: 320px;
}
.step2 .stepInner h3::after {
    width: 296px;
}
.finish .stepInner h3::after {
    width: 443px;
}
.howtoStep .stepInner h3::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 19px;
    display: block;
    width: 65px;
    height: 46px;
    background: url("../../corporate/images/howto/arrow_green_l@2x.png") no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
}
.howtoStep  .step1 .stepInner h3::before { content: none;} 
.stepInner p {
    opacity: 0;
    position: absolute;
    top: 170px;
    left: 0px;
    -webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.stepInner p.fadein {
    opacity: 1;
    top: 130px;
}
.howtoStep .link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    box-sizing: border-box;
    width: 340px;
    height: 190px;
    padding-left: 148px;
    padding-top: 106px;
    background: url("../../corporate/images/howto/bg_btn_program@2x.png") no-repeat;
    background-position: 0px 0px;
    -webkit-background-size: 340px 380px;
    background-size: 340px 380px;
}
.howtoStep .link a {
    display: block;
    width: 188px;
    height: 43px;
    border: solid 2px #0d0d0d;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.howtoStep .link a:hover {
    border: solid 2px #C7000A;
}
.howtoStep .link:hover {
    background-position: 0px -190px;
}
.anotherWay {
    position: relative;
    padding: 40px 30px 50px;
}
.anotherWay .tile_frame { padding-top: 80px; margin-top: -15px; }
.anotherWay .tile_frame .box {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: calc((100% - 68px) / 3 );
    padding: 12px 20px 30px;
    margin: 10px;
    border: solid 2px #0d0d0d;
    vertical-align: top;
    background: #fff;
    border-radius: 22px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    
}
.anotherWay .tile_frame .box::before {
    content: "";
    position: absolute;
    top: -75px;
    z-index: 10;
    display: block;
    width: 65px;
    height: 46px;
    background: url("../../corporate/images/howto/arrow_green_l@2x.png") no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
}
.anotherWay .tile_frame .box:nth-child(1)::before {
    left: calc( 75% - 32px );
    -webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
    transform: rotate(130deg);
}
.anotherWay .tile_frame .box:nth-child(2)::before {
    left: calc( 50% - 32px );
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.anotherWay .tile_frame .box:nth-child(3)::before {
    left: calc( 25% - 32px );
    -webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
    transform: rotate(50deg);
}
.anotherWay .tile_frame .box h3 {
    height: 5em;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 400;
}
.anotherWay .tile_frame .box:first-child h3 {
    padding-left: 30px;
}
.anotherWay .tile_frame .box h3 strong {
    color: #d23024;
}
.anotherWay .tile_frame .box h3 img {
    position: absolute;
    left: 11px;
    top: 8px;
}
.anotherWay .tile_frame .box:first-child h3 img {
    left: 7px;
}
.anotherWay .tile_frame .box p {
    position: relative;
    margin: 10px -10px 0;
}
.anotherWay .tile_frame .box p img {
    width: 100%;
    height: auto;
}
.anotherWay p.center { font-size: 20px; font-weight: 400; }


.aboutBS {
    padding: 40px 25px 70px;
    background: #ddeef3 url("../../corporate/images/howto/img_antenna@2x.png") no-repeat 90% 90%;
    -webkit-background-size: 363px 248px; 
    background-size:  363px 248px;
}
.aboutBS ul { list-style: disc; margin: 50px 30px 60px 45px;}
.aboutBS ul li {
    list-style: disc; 
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1.7em;
}
.aboutBS .link {
    margin-left: 1em;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.aboutBS .link a {
    color: #d33025;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.aboutBS .link a::before {
    content: "";
    display: inline-block;
    margin-right: 1em;
    margin-left: 0em;
    width: 25px;
    height: 25px;
    background: url("../../corporate/images/howto/arrow_red@2x.png") no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aboutBS .link a:hover::before {
    margin-right: 0.8em;
    margin-left: 0.2em;
}

#howto .ondemand {
    position: relative;
    padding-top: 98px;
}
#howto .ondemand p.ondemandImage img {
    position: relative;
    width: 100%;
    height: auto;
}
#howto .ondemand .link {
    position: absolute;
    right: 25px;
    top: -10px;
    box-sizing: border-box;
    width: 335px;
    height: 170px;
    padding-left: 134px;
    padding-top: 95px;
    background: url("../../corporate/images/howto/bg_btn_ondemand@2x.png") no-repeat;
    background-position: 0px 0px;
    -webkit-background-size: 335px 340px;
    background-size: 335px 340px;
}
#howto .ondemand .link a {
    display: block;
    width: 199px;
    height: 47px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#howto .ondemand .link a:hover {
    opacity: 0.8;
}
#howto .ondemand .link:hover {
    background-position: 0px -170px;
}

#howto .contact {
    position: relative;
    margin-top: 1px;
    padding: 35px 100px 45px 280px;
    background: #ddeef3;
}
#howto .contact p {
    min-width: 800px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}
#howto .contact p.attention { font-size:  15px; font-weight: 400; }
#howto .contact p strong.tel {
    display: inline-block;
    margin-left: 0.6em;
    margin-right: 0.3em;
    font-size: 35px;
    letter-spacing: 0.09em;
    vertical-align: middle;
}
#howto .contact p span.time {
    letter-spacing: 0.05em;
    font-weight: 400;
}
.jyuittyan01 {
    position: absolute;
    left: 130px;
    bottom: 0px;
}
.jyuittyan02 {
    position: absolute;
    left: 65px;
    top: 78px;
}
.jyuittyan03 {
    position: absolute;
    left: 75px;
    bottom: 15px;
}


