@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
/* ==

　02. モジュール

=============================================================================== */
.jcb_logo {
    display: block;
    position: relative;
    left: -28em;
    top: 5px;
}
.boxTitle {
    margin-top: -65px;
}
.subtitle {
    vertical-align: top;
    font-size: 114%;
    padding-right: 1em;
    margin-left: -7em;
}
.disney_logo {
    padding-left: 27em;
}
.img_title {
    width:40%;
    height:40%;
}
.kikan {
    font-size: 134%;
    line-height: 1.8;
    margin:15px 0;
}
.kikan_title {
    display: inline-block;
    width: 260px;
    text-align: left;
    font-size: 151%;
    font-weight: bold;
    color: rgba(51, 102, 254, 1);
}
.kikan_content {
    display: inline-block;
    text-align: left;
    font-size: 151%;
    font-weight: bold;
    color: rgba(51, 102, 254, 1);
}

.box {
    border: 1px solid rgba(242, 255, 229, 1);
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 2px rgba(242, 255, 229, 1);
    background-color: rgba(242, 255, 229, 1);
}
.box_title{
    margin: 2em 1em 1em;
    position: relative;
    padding: 0.25em 8em;
    border: solid 2px rgba(51, 102, 254, 1);
    border-radius: 3px 0 3px 0;
    display: inline-block;
    background-color: #FFF;
}
.box_title:before,.box_title:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px rgba(51, 102, 254, 1);
    border-radius: 50%;
}
.box_title:after {
    top:-12px;
    left:-12px;
}
.box_title:before {
    bottom:-12px;
    right:-12px;
}
.box_title p {
    margin: 0; 
    padding: 0;
    color: rgba(51, 102, 254, 1);
    font-weight: bold;
}
.box_course {
    margin: 1em;
    vertical-align : middle;
}
.box_course_title {
    line-height: 1.5;
    width: 200px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table-cell;
    text-align: center;
    border: 5px solid rgba(152, 203, 254, 1);
    background-color :#FFF;
}
.box_course_title_head {
    background-color: rgba(152, 203, 254, 1);
    font-size: 134%;
    padding: 0.2em;
    color: #FFF;
    font-weight: bold;
}
.box_course_title_body {
    background-color: #FFF;
    font-size: 134%;
    padding-top: 0.5em;
}
.box_course_title_circle {
    line-height: 1.5;
    padding: 0.5em;
    width: 200px;
    background-color: rgba(191, 191, 191, 1);
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    vertical-align : middle;
    text-align: center;
}
.box_course_title_circle p {
    color : #FFF;
    font-weight: bold;
}
.box_course_content {
    display: table-cell;
    vertical-align : middle;
}
.box_title p,
.box_course p {
    margin: 5px 15px;
}
.official {
    text-align: right;
}
.annotation {
    text-indent: -1em;
    padding-left: 1em;
}
.annotation_title {
    margin: 0 0 5px;
}
.btnArea {
    text-align: center;
}
.btnArea a {
    text-decoration: none;
    color: #FFF;
}
.btnArea a:hover {
    color: #DDD;
}
.btnCampaign {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  background: rgba(51, 102, 254, 1);/*背景色*/
  border-bottom: solid 2px #a27ddc;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  text-align: center;
  padding: 15px 150px;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.fsXMS {
    font-size: 90%;
    color: #444;
}

.underline {
    text-decoration: underline;
}

.or {
    line-height:2.0;
    text-indent: 1em;
    font-size: 97%;
}