@charset utf-8;

/*-- common --*/

body {
    font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 16px;
    line-height: 1.6;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
    color: #676918;
}


.leftTxt {
    text-align: left;
}
.centerTxt {
    text-align: center;
}
.rightTxt {
    text-align: right;
}
.largeTxt {
    font-size: 20px;
}
.boldTxt {
    font-weight: bold;
}
.blueTxt {
    color: #1353a9;
}

.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}


.topicTitle {
    margin-bottom: 16px;
    padding: 10px 16px;
    background: #f3f3f3;
    border-left: 10px solid #e71a0f;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: bold;
}
.clearFix:after {
    content:" ";
    display:block;
    clear:both;
}

#dvdContents.contentsWrapper {
    padding: 0 0 50px;
}
#dvdContents.contentsWrapper .contents {
}

#dvdContents.contentsWrapper .contents .headerWrapper {
    height: 732px;
    border-top: 8px solid #1657aa;
    background: url( ../images/bg_main_image.jpg) no-repeat top;
    background-size: cover;

}

#dvdContents.contentsWrapper .contents .headerWrapper.v2 {
    background-image: url( ../images/bg_main_image_v2.jpg);
    height: 560px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper {
    height: 370px;
    padding-bottom: 20px;
}
#dvdContents.contentsWrapper .contents .headerWrapper .upper.v2 {
    height: 400px;
    padding-bottom: 0;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .logo {
    position: absolute;
    top: 45px;
    left: 30px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .logoV2 {
    position: absolute;
    top: 20px;
    left: 80px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .logoV2 img{
    width: 100%;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .torch {
    position: absolute;
    top: 45px;
    left: 750px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .torchV2 {
    position: absolute;
    top: -6px;
    left: 790px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .thumbnail {
    position: absolute;
    top: 170px;
    left: 126px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .thumbnailV2 {
    position: absolute;
    top: 152px;
    left: 40px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .trialBtnBlock {
    display: inline-block;
    position: absolute;
    top: 250px;
    left: 213px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .cartBtnBlock {
    display: inline-block;
    position: absolute;
    top: 320px;
    left: 213px;
}

#dvdContents.contentsWrapper .contents .headerWrapper .upper .correctedBtnBlock {
    display: inline-block;
    position: absolute;
    top: 262px;
    left: 520px;
}


#dvdContents.contentsWrapper .contents .upper .logo img {
}

#dvdContents.contentsWrapper .contents .lower {
}

#dvdContents.contentsWrapper .contents .lower .centerTxt {
}

#dvdContents.contentsWrapper .contents .lower .centerTxt img {
}

#dvdContents.contentsWrapper .contents .lower .btnBlock {
}

#dvdContents.contentsWrapper .contents .lower .btnBlock a {
}

#dvdContents.contentsWrapper .contents .lower .btnBlock a img {
}

#dvdContents.contentsWrapper .contents .centerTxt {
}

#dvdContents.contentsWrapper .contents .section {
    position: relative;
    width: 900px;
    margin: 0 auto 40px;
    padding: 0 30px;
}

#dvdContents.contentsWrapper .contents .section p {
}

#dvdContents.contentsWrapper .contents .centerTxt img {
}

#dvdContents.contentsWrapper .contents .section .textBox {
    padding: 8px;
}
#dvdContents.contentsWrapper .contents .section .sectionLeft {
    float: left;
    width: 425px;
    padding-left: 40px;
}

#dvdContents.contentsWrapper .contents .section .sectionLeft h4 {
}


#dvdContents.contentsWrapper .contents .section .sectionRight {
    float: left;
    width: 395px;
}

#dvdContents.contentsWrapper .contents .section .sectionRight .capture {
}

#dvdContents.contentsWrapper .contents .section .sectionRight .capture img {
}

#dvdContents.contentsWrapper .contents .section .sectionLeft .capture {
}

#dvdContents.contentsWrapper .contents .section .sectionLeft .capture img {
}

#dvdContents.contentsWrapper .contents .section .sectionRight h4 {
}

#dvdContents.contentsWrapper .contents .section .sectionRight h4 img {
}

#dvdContents.contentsWrapper .contents .section .sectionRight .textBox {
}

#dvdContents.contentsWrapper .contents .section .sectionRight .textBox p {
}

#dvdContents.contentsWrapper .contents .section .sectionLeft .textBox .indexTitle {
    height: 30px;
    padding-left: 40px;
    background: url( ../images/icon_torch.png) no-repeat left;
    font-size: 16px;
    line-height: 30px;
}

#dvdContents.contentsWrapper .contents .section .sectionLeft .textBox .indexList {
    font-size: 14px;
    padding-left: 24px;
}

#dvdContents.contentsWrapper .contents .section .sectionLeft .textBox .indexList li {
    list-style: disc;
}

#dvdContents.contentsWrapper .contents .section .sectionRight .textBox .indexList li .child {
}

#dvdContents.contentsWrapper .contents .section .sectionLeft .textBox .indexList li .child li {
    list-style: none;
}

#dvdContents.contentsWrapper .contents .section .autourTitle {
    border-bottom: solid 3px #1657aa;
    position: relative;
    color: #1657aa;
    font-size: 22px;
    font-weight: bold;
}

#dvdContents.contentsWrapper .contents .section .autourTitle:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #e6da9a;
    bottom: -3px;
    width: 20%;
}

#dvdContents.contentsWrapper .contents .section .autourbTitle {
    border-bottom: solid 3px #1657aa;
    position: relative;
    color: #1657aa;
    font-size: 22px;
    font-weight: bold;
}

#dvdContents.contentsWrapper .contents .section .autourbTitle:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ea5413;
    bottom: -3px;
    width: 20%;
}
#dvdContents.contentsWrapper .contents .section .autourBlock {
}

#dvdContents.contentsWrapper .contents .section .autourBlock .autourName {
    font-weight: bold;
    color: #333;
}

#dvdContents.contentsWrapper .contents .section .autourBlock .indent {
}

#dvdContents.contentsWrapper .contents .section .autourBlock p {
}

#dvdContents.contentsWrapper .contents .section .autourBlock .boldTxt {
}

#dvdContents.contentsWrapper .contents .section .autourBlock ul {
}

#dvdContents.contentsWrapper .contents .section .autourBlock ul li {
}

#dvdContents.contentsWrapper .contents .contentsFooter {
    padding: 40px 0;
    background: #1c92d2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #f2fcfe, #1c92d2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #f2fcfe, #1c92d2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#dvdContents.contentsWrapper .contents .contentsFooter .centerTxt {
}

#dvdContents.contentsWrapper .contents .contentsFooter .centerTxt img {
}

#dvdContents.contentsWrapper .contents .contentsFooter .btnBlock {
}

#dvdContents.contentsWrapper .contents .contentsFooter .btnBlock a {
}

#dvdContents.contentsWrapper .contents .contentsFooter .btnBlock a img {
}

#dvdContents.contentsWrapper .contents .contentsFooter .section {
}

#dvdContents.contentsWrapper .contents .contentsFooter .section .indent03 {
}

#dvdContents.contentsWrapper .contents .contentsFooter .contact {
}

#dvdContents.contentsWrapper .contents .contentsFooter .contact img {
}

#dvdContents.contentsWrapper .contents .footerTxt {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}
#dvdContents.contentsWrapper .contents .footerTxt .indent07 {
    text-indent: -7em;
    padding-left: 7em;
}




/*-- autour --*/

.section .autourTitle {
}

.section .autourBlock {
}

.section .autourBlock .autourName {
    position: relative;
    padding: 0 4px 0 16px;
    border-left: 4px solid #6083af;
}

.section .autourBlock .recomsignU {
    position: relative;
    padding-top:30px;
    text-align:right;
    font-size: 12px;
}
.section .autourBlock .recomsignD {
    position: relative;
    text-align:right;
    font-size: 16px;
}


.section .autourBlock .autourWrapper {
}

.section .autourBlock .autourbWrapper {
    background: #ffe5d6;
}

.section .autourBlock .autourWrapper .text {
    float: left;
    width: 580px;
    font-size: 14px;
}

.section .autourBlock .autourWrapper .text .indent {
    text-indent: 1em;
    padding-left: -1em;
}

.section .autourBlock .autourWrapper .text p {
}

.section .autourBlock .autourbWrapper .text2 {
    float: left;
    width: 706px;
    padding: 8px 14px 8px 0;
    font-size: 14px;
}

.section .autourBlock .autourbWrapper .text2 .indent {
    text-indent: 1em;
    padding-left: -1em;
}

.section .autourBlock .autourbWrapper .text2 p {
}

.section .autourBlock .autourWrapper .prof {
    float: left;
    width: 284px;
    margin-left: 20px;
    padding: 8px;
    font-size: 14px;
    background: #e5ebf3;
}

.section .autourBlock .autourWrapper .prof p {
    font-size: 16px;
    color: #1657aa;
}

.section .autourBlock .autourbWrapper .prof2 {
    float: left;
    width: 146px;
    margin-right: 6px;
    padding: 8px;
    background: #ffe5d6;
}

.section .autourBlock .autourWrapper .prof ul {
    margin-left: 1em;
}

.section .autourBlock .autourWrapper .prof ul li {
}

#futter.copyright {
    padding: 8px 0 16px;
    font-size: 12px;
}

.topTitle {
    padding: 26px 0;
    font-size: 24px;
    background: #1657aa;
    color: #fff;
}

/*-- 訂正とお詫び btn 20180613 --*/

.corrected_btn {
	display: inline-block;
	width: 120px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 700;
	color: #6A6A6A !important;
	font-size: 15px;
	letter-spacing: 0.1em
	text-shadow: 1px 1px 0px #DEDEDE;
	box-shadow: 1px 1px 1px #E0E0E0;
	padding: 8px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	background: #dbdbdb;
	background: linear-gradient(top,  #F2F2F2,  #C4C4C4);
	background: -ms-linear-gradient(top,  #F2F2F2,  #C4C4C4);
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#C4C4C4));
	background: -moz-linear-gradient(top,  #F2F2F2,  #C4C4C4);
}

.corrected_btn:hover {
	color: #2D2D2E !important;
	text-decoration: none;
 	background: #cecece;
 	background: linear-gradient(top,  #CFCFCF,  #EEEEEE);
 	background: -ms-linear-gradient(top,  #CFCFCF,  #EEEEEE);
 	background: -webkit-gradient(linear, left top, left bottom, from(#CFCFCF), to(#EEEEEE));
 	background: -moz-linear-gradient(top,  #CFCFCF,  #EEEEEE);
}

.slider{
    margin: 10px 30px;
}

.autourThumb{
    text-align: center;
}

.autourThumb a{
    display: inline-block;
    color: #333;
    text-align: center;
}
.autourThumb a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.autourThumb .name{
    margin-top: 5px;
    font-size: 16px;
}
.autourThumb .arrow{
    position: relative;
    padding-bottom: 15px;
    font-size: 13px;
    color: #1657aa;
}
.autourThumb .arrow:after{
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    content: url(../images/arrow_down.png);
}


.pageTop {
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.pageTop a {
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  display: block;
  background-color: #1657aa;
  border-radius: 50%;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pageTop a:after {
    font-family: FontAwesome;
    content: "\f106";
    font-weight: normal;
    position: absolute;
    line-height: 58px;
    font-size: 40px;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


@media screen and (max-width: 999px) {

    #dvdContents.contentsWrapper .contents .section{
        margin: 0 auto 20px;
        padding: 0;
        width: 96%;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .torchV2{
        display: none;
    }
    #dvdContents.contentsWrapper .contents .discountBlock img{
        width: 96%;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .trialBtnBlock{
        top: 250px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .cartBtnBlock{
        top: 320px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .correctedBtnBlock{
        top: 260px;
        left: 510px;
    }
    .autourThumb .name{
        font-size: 15px;
    }
    .autourThumb .arrow{
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {

    .pageTop {
      bottom: 55px;
      right: 10px;
    }
    .pageTop a {
      width: 40px;
      height: 40px;
    }
    .pageTop a:after {
        line-height: 38px;
        font-size: 28px;
    }
    #dvdContents.contentsWrapper{
        padding: 0;
    }
    #dvdContents.contentsWrapper .contents .section{
        padding: 0;
    }
    #dvdContents.contentsWrapper .contents .section .sectionLeft{
        width: 100%;
    }
    #dvdContents.contentsWrapper .contents .section .sectionLeft img{
        width: 100%;
    }
    #dvdContents.contentsWrapper .contents img{
        width: 96%;
        height: auto;
    }
    #dvdContents.contentsWrapper .contents img.autoSize{
        width: inherit;
    }
    #dvdContents.contentsWrapper .contents .btnBlock img{
        width: 250px;
    }
    #dvdContents.contentsWrapper .contents .contactBtn img{
        width: 200px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper.v2{
        height: auto;
        padding-bottom: 10px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper.v2{
        height: auto;
        padding-bottom: 20px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .torchV2 img{
        width: 200px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .logoV2{
        position: relative;
        top: 0;
        left: 2%;
        display: block;
        margin-top: 10px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .thumbnailV2{
        position: relative;
        top: 0;
        left: 2%;
        display: block;
        margin-top: 10px;
    }
    #dvdContents.contentsWrapper .contents .centerTxt img{

    }
    #dvdContents.contentsWrapper .contents .section .sectionLeft{
        padding-left: 0;
    }
    #dvdContents.contentsWrapper .contents .section .sectionRight{
        width: auto;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .trialBtnBlock{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin-top: 20px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .cartBtnBlock{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin-top: 20px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .correctedBtnBlock{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin-top: 20px;
    }
    #dvdContents.contentsWrapper .contents .headerWrapper .upper .corrected_btn{
        margin-top: 0;
        padding: 5px;
        width: 160px;
        font-size:  14px;
    }
    .section .autourBlock .autourWrapper .text{
        width: 100%;
    }
    .section .autourBlock .autourWrapper .prof{
        margin-left: 0;
        width: 95%;
    }
    .section .autourBlock .autourbWrapper .text2{
        width: 90%;
    }
    .topTitle{
        font-size: 20px;
    }
    .autourThumb .name{
        font-size: 13px;
    }

}
