@charset "UTF-8";

/* layout
----------------------------- */
.contents_right {
float: right;
width: 770px;
background: #ffe600
}
.co_container_box_inner {
width: 965px;
margin: 0 auto;
padding: 0;
}
.contents_right * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* common
----------------------------- */
.contents_right ul,
.contents_right ol {
list-style: none;
}
.imgBlock {
display: flex;
justify-content: center;
align-items: stretch;
margin: 0 auto;
text-align: center;
}
.imgBlock p {
line-height: 0;
}
.imgBlock a {
display: block;
}
.imgBlock img {
width: 100%;
height: auto;
}
.one_cell {
margin: 0 auto;
text-align: center;
}
.one_cell a {
display: block;
}
.two_cells ,
.three_cells {
display: flex;
justify-content: center;
align-items: stretch;
margin: 0 auto;
text-align: center;
}
.two_cells a ,
.three_cells a {
display: block;
}
span.arrow {
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 6px;
border-color: transparent transparent transparent #06c;
margin: 0 4px;
}
.underline {
text-decoration: underline;
text-underline-position: under;
text-decoration-line: underline;
text-decoration-skip-ink: none;
}
.indent_1em {
padding-left: 1em;
text-indent: -1em;
}
.inlineblock {
display: inline-block;
}
.contents_right a:hover img {
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}
.disp_sp {
display: none;
}

/* headerArea
----------------------------- */
.head_area {
margin-bottom: 40px;
}
.head_area img {
width: 770px;
height: 320px;
}

/* top_nav
----------------------------- */
.top_nav {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 90%;
margin: 0 auto;
}
.top_nav a {
display: block;
margin-bottom: 8px;
}
.top_nav img {
width: 100%;
max-width: 285px;
height: auto;
}

/* secArea
------------------------------*/
.secArea{
position: relative;
margin: 40px auto;
background: url(/sol/pcc/N/special/manganmcmoa/images2/bg.png);
background-repeat: no-repeat;
background-position: 0 20%;
}

/* secContents
------------------------------*/
.secContents{
text-align: center;
}

/* introtitleArea
------------------------------*/
.introtitleArea {
padding-top: 30px;
background: url(/sol/pcc/N/special/manganmcmoa/images2/img_intro01_02.png);
background-repeat: repeat;
background-size: 100%;
}
.introtitleArea .secTitle {
margin: 0 60px;
padding: 10px 0;
background: #000;
}
.introtitleArea .secTitle .main_txt {
line-height: 30px;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.introtitleArea .secTitle .sub_txt {
text-align: center;
font-size: 16px;
color: #fff;
}
.introtitleArea .imgBlock.coupon_banner {
display: block;
margin: 0 60px;
}
.introtitleArea .imgBlock.coupon_banner img {
padding: 23px 48px;
background: #fff6a2;
}
.introtitleArea .swiper-container {
margin: 0 60px;
padding: 18px 13px;
background: #fff6a2;
}
.introtitleArea .swiper-wrapper {
height: auto;
}
.introtitleArea .swiper-slide {
width: 20%;
padding: 0 6px;
}
.introtitleArea .thum_box {
height: 165px;
}
.introtitleArea .thum_box a {
position: relative;
display: block;
height: 162px;
}
.introtitleArea .thum_box .cam_mark {
position: absolute;
top: 0;
right: 0;
width: auto;
height: 17px;
padding: 2px;
background: #fff;
border: 1px solid #f00;
box-sizing: border-box;
-webkit-box-sizing: border-box;
line-height: 11px;
font-size: 11px;
color: #f00;
}
.introtitleArea .thum_box img {
max-width: 100%;
max-height: 100%;
border: 1px solid #eee;
}
.introtitleArea .text_box .title_name {
display: block;
height: 16px;
text-align: center;
overflow: hidden;
}
.introtitleArea .text_box .title_name a {
line-height: 17px;
font-size: 12px;
color: #333;
font-feature-settings: "palt";
}
.introtitleArea .intro_title_note {
margin: 10px 60px 0;
text-align: left;
font-size: 12px;
}
.introtitleArea .commentBox {
margin: 0 60px;
padding: 0 19px 20px;
background: #fff6a2;
}
.introtitleArea .subTitle {
margin: 0 auto;
padding: 10px 5px;
background: #000;
}
.introtitleArea .subTitle p {
line-height: 22px;
text-align: center;
font-size: 17px;
font-weight: bold;
color: #fff;
}
.introtitleArea .subTitle p a {
color: #fff;
text-decoration: none;
}
.introtitleArea .commentinner {
display: flex;
margin: 0 auto;
padding: 13px;
background: #fff;
}
.introtitleArea .commentinner .left_box {
width: 20%;
}
.introtitleArea .commentinner .left_box a {
display: block;
}
.introtitleArea .commentinner .left_box img {
width: 100%;
max-width: 180px;
height: auto;
}
.introtitleArea .commentinner .right_box {
width: 77%;
margin-left: 3%;
text-align: left;
}
.introtitleArea .commentinner .right_box .txt1 {
line-height: 22px;
text-indent: -0.5em;
font-size: 17px;
font-weight: bold;
color: #333;
}
.introtitleArea .commentinner .right_box .txt2 {
margin-top: 8px;
line-height: 20px;
font-size: 15px;
color: #333;
}
.introtitleArea .commentinner .right_box .txt1 a,
.introtitleArea .commentinner .right_box .txt2 a {
color: #333;
text-decoration: none;
}

/* intromenuArea
------------------------------*/
.intromenuArea {
position: relative;
background: url(/sol/pcc/N/special/manganmcmoa/images2/img_intro01_02.png);
background-repeat: repeat;
background-size: 100%;
}
.intromenuArea .menutext {
margin: 0 60px;
background: #000;
border-top: 15px solid #fff;
outline: none;
}
.intromenuArea .menutext::-webkit-details-marker {
display: none;
}
.menutext .period {
padding: 10px 0 8px;
line-height: 30px;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.intromenuArea .menutext .period:after {
content: '';
display: inline-block;
margin: 2px 5px;
border-style: solid;
border-width: 9px 7px 0 7px;
border-color: #fff transparent transparent transparent;
}
.intromenuArea[open] .menutext .period:after {
content: '';
display: inline-block;
margin: 2px 5px;
border-style: solid;
border-width:0 7px 9px 7px;
border-color: transparent transparent #fff transparent;
}
.intromenuArea .introtitleArea {
padding-top: 0;
}
.intromenuArea .introtitleArea .secTitle {
border-top: 15px solid #fff6a2;
}
.intromenuArea .introtitleArea:nth-of-type(1) .secTitle {
border-top: 2px dashed #fff;
}
.intro_title_note {
margin: 10px 60px 0;
text-align: left;
font-size: 12px;
}

/* debut
------------------------------*/
#debut .auth_separator {
height: 3px;
margin: 0 32px;
background: #000;
color: #000;
}

/* detailArea
----------------------------- */
.detailArea {
margin: 0 32px 20px;
background: #fff;
border-radius: 10px;
text-align: left;
}
.detailArea .detailTitle {
height: auto;
padding: 8px 5px;
background: #110503;
border-radius: 10px 10px 0 0;
line-height: 32px;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #fff;
}
.detailArea .detail_box {
padding: 15px 15px 25px;
border: 1px solid #ddd;
text-align: left;
}
.detailArea .detail_blocktitle {
margin-bottom: 5px;
font-size: 18px;
font-weight: bold;
}
.detailArea .detail_box p {
font-size: 16px;
color: #333;
}
.detailArea .detail_box a {
font-size: 16px;
color: #06f;
text-decoration: underline;
}
.detailArea dl {
text-align: left;
}
.detailArea dt {
font-size: 18px;
font-weight:bold;
color: #333;
}
.detailArea dd + dt {
margin:10px 0 0;
}
.detailArea dt:before {
display: inline;
content: "■";
}
.detailArea dd {
font-size: 16px;
color: #333;
}
.detailArea .detail_scroll {
margin: 20px 16px 0;
padding: 0 10px;
border: 1px solid #333;
height: 120px;
overflow: scroll;
overflow-x: hidden;
}
.detailArea .detail_scroll dt {
font-size: 13px;
font-weight: bold;
margin: 8px 0 0;
}
.detailArea .detail_scroll dt:before {
content: none;
}
.detailArea .detail_scroll dd,
.detailArea .detail_scroll dd a{
font-size: 13px;
}
.detailArea hr.separator {
height: 2px;
margin: 25px auto;
background-color: #333;
border: none;
}
.detailArea .end_area {
margin: 30px auto;
text-align: center;
}
.detailArea .end_area p {
font-size: 24px;
font-weight: bold;
color: #f00;
}

/* btn_areas
----------------------------- */
.btn_areas {
margin: 0 30px 20px;
}