@charset "utf-8";
/*－－－－－－－－－－共通－－－－－－－－－－*/
* {
    margin: 0px;
    padding: 0;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.7;
    background-color: #FFF;
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
}
h2{
    color: #00B9B2;
}
p, li, dt, dl {
    line-height: 1.6;
}
p {
    margin: 0.5em 0;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.font80{
    font-size: .8em;
    color: #5B5649;
}
.font70{
    font-size: .7em!important;
    color: #5B5649;
    font-weight:lighter;
}
strong{
	font-weight: bold;
	font-size: 110%;
}
.attention {
    color: #EF6854;
    font-weight: bold;
    font-size: .7em;
}
.hidden{
    visibility: hidden;
}
.textBlue {
    color: #00B9B2!important;
}
.textBlue:hover {
    color: #65C7C4!important;
}
/*チェックボックス */
.checkbox01 label{
    display: block;
    font-size: 1em;
    padding: 4px 0;
}
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
    padding-left: 20px;
    padding-top: 1px;
    position:relative;
    margin-right: 0px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #EB847A;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #EF6854;
  border-right: 3px solid #EF6854;
}

@media screen and (min-width: 890px) {
    .bgTop {
        background-image: url('../img/filming/bg/top_bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
}
.bgFooter {
    background-image: url('../img/filming/bg/flow_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.bgFlow {
    background-image: url('../img/filming/bg/bg_flow_gray.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.bgPartner {
    background-image: url('../img/filming/bg/partner_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.bgPhoto {
    background-image: url('../img/filming/bg/photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.bgPhotoDark {
    background-image: url('../img/filming/bg/photo_dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.bgSimulater {
    background-image: url('../img/filming/bg/bg_camera.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.bgAll {
    background-image: url('../img/filming/bg/bg_2disc.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 10% 0%;
}
.bgLight {
    background-image: url('../img/filming/bg/bg_1disc.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 10% 0%;
}
.bgSpeed {
    background-image: url('../img/filming/bg/bg_speed.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 10% 0%;
}
.bgStandard {
    background-image: url('../img/filming/bg/bg_camera.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 10% 0%;
}
.bgPremium {
    background-image: url('../img/filming/bg/bg_premium.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 10% 0%;
}
.bgMovie {
    background-image: url('../img/filming/bg/movie_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.bgOption {
    background-image: url('../img/filming/bg/option_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.lpMain {
    margin: 0px auto 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 4% 0%;
    margin-right: -15px;
    margin-left: -15px;
}

.lpMain_blue {
    color: #FFF;
    margin: 0px auto 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 10% 0%;
    margin: auto -15px;
}
.lpMain_blue a {
    color: #ffffff;
    text-decoration: underline;
}
.lpMain_Speed {
    width: 70%;
    padding: 10% 15%;
    text-align: left;
}
.lpMain_blue h2 {
    color: #FFF;
}
.lpMain_blue h3 {
    color: #FFF;
    font-size: 1.8vw;
}
.lpMain_white {
    color: #333333;
    margin: -4px auto 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 10% 0%;
    margin: auto -15px;
}
.lpMain_white a {
    color: #00B9B2;
    text-decoration: underline;
}
.lpMain_white h2 {
    color: #1fbdbd;
}

.topRightBox {
    margin: 50px 20px 0px;
    float: right;
    width: 60%;
    max-width: 600px;
    overflow: hidden;
    text-align: right;
}
.topCenterBox {
    color: #FFF;
    margin: 5%;
    width: 90%;
    overflow: hidden;
    text-align: center;
}


.terms h3{
    color: #5B5649;
    font-size: 1em;
    border-left: 1.2em solid #00B9B2;
    padding-left: 16px;
    margin: 16px auto 16px;
}
.terms-list-marker li{
    list-style-type: disc;
    margin-left: 1.3em;
}
.banner img {
    width: 90%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.banner img:hover {
    width: 92%;
}


#page-top {
    position: fixed;
    right: 0px;
}
#plan-terms{
    margin-top:-48px;
    padding-top:48px;
}
@media screen and (min-width: 890px) {
    #plan-terms{
        margin-top:-58px;
        padding-top:58px;
    }
}

header {
    box-sizing: border-box;
    background: #5B5649;
    color: #ccc;
    padding: 0.8rem;
    height: 58px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 98;
}

/*nabi開閉部分*/
.gnav li {
    border-bottom: 1px solid #FFF;
}
.gnav li a {
    display: block;
    text-decoration: none;
    /* (44-16)/2=14px */
    padding: .875rem 1rem;
}
.gnav {
    list-style-type: none;
    background: #26a69b;
    display: block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.gnav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}


/*ハンバーガーボタン*/
.icon-animation {
    width: 44px;
    height: 44px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: .5rem;
    top: .5rem;
    text-align: center;
    z-index: 99;
}
.icon-animation span {
    width: 44px;
    height: 1px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.icon-animation .top {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
}
.icon-animation .bottom {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}
.is-open .middle {
    background: rgba(51, 51, 51, 0)!important;
}
.is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
}


.no-caret a::after {
    content: ""!important;
}
.btnRed {
    margin: 30px auto 12px;
    display: block;
    width: 80%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #EF6854;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnRed a {
    text-decoration: none!important;
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnRed a::after {
    float: right;
    content: ">";
}
.btnRed a:hover {
    background-color: #EB847A;
}

.btnBlue {
    margin: 30px auto 12px;
    display: block;
    width: 80%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #00B9B2;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnBlue a {
    text-decoration: none!important;
    color: #FFF!important;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnBlue a::after {
    float: right;
    content: ">";
}
.btnBlue:hover {
    background-color: #65C7C4;
}
.btnDiscount {
    margin: 1rem auto 3rem;
    display: block;
    float: right;
    width: 50%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border: solid 2px #FFF;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnDiscount a {
    text-decoration: none!important;
    color: #FFF!important;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnDiscount:hover {
    background-color: #FFF;
    color: #00B9B2!important;
}

.btnOutlineBlue {
    margin: 1rem auto 3rem;
    display: block;
    float: right;
    width: 100%;
    color: #00B9B2;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
}
.btnOutlineBlue a {
    text-decoration: none!important;
    color: #00B9B2!important;
    border: solid 1px #00B9B2;
    font-weight: lighter;
    display: block;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
}
.btnOutlineBlue a:hover {
    color: #FFF!important;
    background-color: #00B9B2;
}

.btnOutlineWhite {
    margin: 1rem auto 3rem;
    display: block;
    float: right;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
}
.btnOutlineWhite a {
    text-decoration: none!important;
    color: #FFF!important;
    border: solid 1px #FFF;
    font-weight: lighter;
    display: block;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
}
.btnOutlineWhite a:hover {
    color: #00B9B2!important;
    background-color: #FFF;
}
.btnOutlineWhite-active a {
    color: #00B9B2!important;
    background-color: #FFF;
}


.btnYellow {
    margin: 30px auto 12px;
    display: block;
    width: 80%;
    max-width: 400px;
    color: #5B5649;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fae000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnYellow a {
    text-decoration: none!important;
    color: #5B5649!important;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnYellow a::after {
    float: right;
    content: ">";
}
.btnYellow a:hover {
    background-color: #ffee5c;
}


.btnSimulator {
    margin: 30px auto 12px;
    display: block;
    width: 300px;
    height: 210px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    background-color: #EF6854;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.12);
}
/*Topページのシミュレーションボタン*/

.btnSimulator span{
    font-size: .7em;
}
.btnSimulator a {
    text-decoration: none!important;
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnSimulator i{
    font-size: 5em;
    margin: 20px 0px;
}
.btnSimulator a:hover {
    background-color: #EB847A;
}
/*プランページのシミュレーション開始ボタン*/
.simulation-start {
    margin: 30px auto 12px;
    display: block;
    width: 80%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #EF6854;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none!important;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    padding: 16px;
    border-radius: 5px;
    border:none!important;
}
.simulation-start:hover {
    background-color: #EB847A;
}
/*テンプレートダウンロードボタン*/
.btnDl{
    border: 2px solid #00B9B2;
    width: 60%;
    padding: 4px;
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
    text-decoration:none!important;
    color: #00B9B2!important;
}
.btnDl a{
    color: #00B9B2!important;
}
.btnDl:hover{
    background: #00B9B2;
    color: #FFF!important;
}
.btn-group input[type=radio] {
    display: none;
}
.btn-group,.btn-group label{
    width: 100%;
}
.btnToggleBlue{
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
    padding: 7px 5px;
}
.btnToggleBlue a{
    color: #26a69b;
}
.btnToggleBlue:hover{
    color: #26a69b!important;
    background-color: #FFF!important;
    border-color: #FFF!important;
}
.btnToggleBlue a:hover{
    color: #26a69b!important;
}

.btnToggleBlue:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active, .show>.btn-outline-orange.dropdown-toggle {
    color: #26a69b!important;
    background-color: #FFF;
    border-color: #FFF;
}

/*TOP：プランカード*/
.plan_red {
    background: #ef6854; /* Old browsers */
    background: -moz-linear-gradient(top, #ef6854 0%, #ef6854 30%, #ef6854 30%, #ffffff 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ef6854 0%,#ef6854 30%,#ef6854 30%,#ffffff 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ef6854 0%,#ef6854 30%,#ef6854 30%,#ffffff 30%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    border-radius: 8px;
    margin: 2% 0px;
    overflow: hidden;
    padding: 15px 10px 16px;
    transition: all 0.3s ease-in-out 0s;
    color: rgba(67,67,67,1.00);
    text-align: center;
}
.plan_blue {
    background: #00b9b2; /* Old browsers */
    background: -moz-linear-gradient(top, #00b9b2 1%, #26a69b 30%, #26a69b 30%, #ffffff 30%, #ffffff 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b9b2 1%,#26a69b 30%,#26a69b 30%,#ffffff 30%,#ffffff 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b9b2 1%,#26a69b 30%,#26a69b 30%,#ffffff 30%,#ffffff 30%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    border-radius: 8px;
    margin: 2% 0px;
    overflow: hidden;
    padding: 15px 10px 30px;
    transition: all 0.3s ease-in-out 0s;
    color: rgba(67,67,67,1.00);
    text-align: center;
}
.plan_red a,.plan_blue a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.plan_red:hover,.plan_blue:hover {
    top:-5px;
}
.plan_cards {
    max-width: 760px;
}
.plan_cards h3{
    color: #FFF!important;
    font-weight: bold;
    font-size: 1.4em;
}
.plan_cards h4{
    font-weight: bold;
    padding-bottom:10px;
}
.plan_contents{
    font-size: .8em;
    text-align: left;
    margin: 0.5em;
}
.plan_spot {
    background-color: #5B5649;
    width: 124%;
    margin: 8px 0% 16px -12%;
    padding: 10px 14px;
    transition: all 0.3s ease-in-out 0s;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background-color: #5B5649;
    text-align: center;
}
.plan_hight{
 
}

/*プランページ：プランメニュー*/
.planMenu{
    background-color: #26a69b;
    width: 100%;
    padding: 0px;
    height: 50px;
    margin: 20px auto;
    display: block;
    position: fixed;
    top: 40px;
    z-index: 3;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.2));
}
.max-w200{
    max-width: 200px;
}
/*プランページ：シミュレーター*/
.simulater{
    padding: 5px 20px 5px;
    max-width: 980px;
    margin: auto;
}
.simulater h4{
    font-size: 1.5em;
    text-align: center;
    font-weight:bold;
}
.simulater h5{
    padding: 5px 0;
    margin: 20px 0 5px;
}
.simulater li{
    margin: 14px 0px;
}
.bgSimulater{
    overflow: initial!important;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.4));
    padding: 10px 3px!important;
    top: 49px;
}
.bgSimulater::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #00B9B2 transparent transparent transparent;
    border-width: 30px 30px 0 30px;
}
.questions {
    display: none;
    font-size: 1em;
    padding: 10px;
}
.simulater-drawer{
    font-size: 3.5em;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    top: -11px;
    right: -2px;
    z-index: inherit;
    height: 4px;
}
.simulater-drawer:hover{
    cursor: pointer;
    opacity: .7;
}


/*プランページ・フッター：カンくん吹き出し*/
.wrap_boxK {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: flex-start; /* Safari */
    align-items:         flex-start;
    margin: 50px auto;
    width: 100%;
    max-width: 1080px;
    -webkit-flex-direction: row-reverse; /* Safari */
}
.contentsBox {
    position: relative;
    padding: 16px 0px 0px;
    border: 2px solid #5B5649;
    border-radius: 32px;
    width: 68%;
    background-color: rgba(255,249,201,0.3);
}
.contentsBoxOpacity {
    background-color: #FFF!important;
    color: #5B5649;
    padding: 10px 20px 30px;
}
.contentsBoxOpacity::after {
    border-left-color: #FFF!important;
}
.contentsBoxOpacity h2{
    color: #26a69b!important;
    padding: 0 0 5px;
    margin: 0 0 50px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.contentsBoxOpacity h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 130px;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #26a69b!important;
    border-radius: 2px;/*線の丸み*/
}

.contentsBoxOpacity h5{
    font-weight: bold;
    text-align: center;
    letter-spacing: initial;
}
.resultTable{
    border-top: solid 1px #5B5649;
    border-bottom: solid 1px #5B5649;
    padding: 10px 0;
    font-size: .8em;
    margin: 10px 0;
    text-align: left;
}
.result-price,.delivery-price{
    font-size: 2em;
    font-weight: bold;
    text-align: right;
}
.result-discount,.delivery-price{
    color: #EF6854;
}
.result-caret {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
    color: #EF6854;
}

.contentsBox::before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #5B5649;
    position: absolute;
    right: -21px;
    top: 36px;
    margin-top: -8px;
}
.contentsBox::after {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #F3F2E2;
    position: absolute;
    right: -18px;
    top: 36px;
    margin-top: -8px;
}

/* プランページ：各プラン詳細 */
.lpMain_white h2{
    color: #26a69b;
    padding: 0 0 5px;
    margin: 0 0 50px;
    position: relative;
    display: inline-block;
}
.lpMain_white h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 130px;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #26a69b;
    border-radius: 2px;/*線の丸み*/
}
.table_blue{
    color: #5B5649;
    margin: auto;
}
.table_blue table {
    color: #5B5649;
    margin: 30px auto 16px;
    padding: auto auto;
    width: 100%;
    border: 1px solid #26a69b;
    border-collapse: collapse;
    max-width: 960px;
    background-color: #FFFFFF;
}
.table_blue tbody{
    border: 2px solid #1fbdbd;
}
.table_blue th{
    font-weight: bold;
    font-size: .9em;
    background-color: #1fbdbd;
    color: #FFFFFF;
    border: 2px solid #1fbdbd;
    padding: 10px;
    border: 1px solid #FFF;
    vertical-align: middle;
}
.table_blue td {
    font-size: 1em;
    padding: 12px 8px;
    border: 2px solid #1fbdbd;
    line-height: 130%;
    vertical-align: middle;
}
.table_blue p {
    font-size: .8em;
    margin: 16px auto;
}
.lpMain_blue h2{
    color: #FFF;
    padding: 0 0 5px;
    margin: 0 0 50px;
    position: relative;
    display: inline-block;
}
.lpMain_blue h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 130px;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #FFF;
    border-radius: 2px;/*線の丸み*/
}
.table_white table {
    color: #FFF;
    margin: 30px auto 16px;
    padding: auto auto;
    width: 100%;
    border: 1px solid #26a69b;
    border-collapse: collapse;
    max-width:960px;
}
.table_white tbody{
    border: 2px solid #FFF;
}
.table_white th{
    font-weight: bold;
    font-size: .9em;
    background-color: #FFF;
    color: #1fbdbd;
    padding: 10px;
    border: 1px solid #00B9B2;
    vertical-align: middle;
}

.table_white td {
    font-size: 1em;
    padding: 12px 8px;
    border: 2px solid #FFF;
    line-height: 130%;
    vertical-align: middle;
}
.table_white p {
    color: #FFF;
    margin: 16px auto;
}
/*プラン：あなたにおすすめPOP*/
/* .recommend_pop{
    position:relative;
    margin:1em 0 2em;
    padding:32px 0 0 0;
    border-radius: 50%;
} */
/* .recommend_pop::before{
    content:'こんな劇団にオススメ！';
    position:absolute;
    top:-5px;
    left:0;
    display:inline-block;
    background:#00B9B2;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    line-height:20px;
    padding: 5px 11px;
} */
.recommend_pop::after{
    content:'';
    position:absolute;
    top:25px;
    left:42px;
    border-top:10px solid #00B9B2;
    border-left:8px solid transparent;
}
.recommend_pop ul{
    list-style-type:none;
    margin:0 0 0 1.5em;
    padding:0 0 0 0;
}
.recommend_pop li{
    display:flex;
    align-items:baseline;
    margin:0.5em 0;
}
.recommend_pop li::before{
    content:'\f058';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color:#00B9B2;
    margin-right:1em;
}
.recommend_pop p:empty{
    display:none;
}

.lpMain_blue .recommend_pop::before{
    background:#FFF;
    color:#00B9B2;
}
.lpMain_blue .recommend_pop::after{
  border-top:10px solid #FFF;
}
.recommend_pop::after{
    content:'';
    position:absolute;
    top:25px;
    left:42px;
    border-top:10px solid #00B9B2;
    border-left:8px solid transparent;
}
.lpMain_blue .recommend_pop li::before{
  color:#FFF;
}
.lpMain_blue .recommend_pop::before{
    background:#FFF;
    color:#00B9B2;
}
.lpMain_blue .recommend_pop::after{
  border-top:10px solid #FFF;
}
/*TopのおすすめNo1~2*/
.no1_pop::before{
    content:'おすすめNo.1';
    color:#FFF!important;
    background:#EF6854!important;
}
.no2_pop::before{
    content:'おすすめNo.2';
    color:#FFF!important;
    background:#EF6854!important;
}
.no1_pop::after,.no2_pop::after{
    border-top:10px solid #EF6854!important;
}

.plan_price{
    color: #5B5649;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.lpMain_blue .plan_price{
    color: #FFF;
    border-bottom: solid 2px #FFF;
}
.lpMain_white .plan_price{
    color: #5B5649;
    border-bottom: solid 2px #5B5649;
}

/*オプション*/
.optionW {
    color: #5B5649;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 10% 5%;
}
.optionB {
    color: #5B5649;
    background-color: #E5F6F6;
    overflow: hidden;
    padding: 10% 5%;
}
h2.option_white, .option_white {
    color: #FFFFFF!important;
    margin-bottom: 32px;
}
.optionW h3, .optionB h3 {
    color: #5B5649!important;
    font-size: 1.5em;
    border-left: 1.2em solid #00B9B2;
    padding-left: 16px;
    margin: 16px auto 16px;
    font-weight: bold;
    text-align: left!important;
}
.optionB h4,.optionW h4{
    font-size: 1em;
    margin: 0px;
    color: #00B9B2;
    padding: 3px;
}
.optionB h5,.optionW h5{
    font-size: 1em;
    font-weight: bold;
    color: #5B5649;
    margin: 20px 0px 7px;
    padding-bottom: 3px;
    border-bottom: solid 1px #00B9B2;
}
.option-sentence{
    font-size: .9em;
    padding: 15px 30px;
    color:white;
}
.answer p {
    font-size: 1em!important;
}
.optionB table {
    margin: 10px auto 30px;
}

.mdl-list li{
    list-style-type: none!important;
}
.accordion-item {
    position: relative;
    width: auto;
    border-bottom:1px solid #ccc;
    cursor: pointer;
    margin-top: 20px;
}
.accordion-item:hover {
    background-color: #E6E6E6;
}
.question {
    font-size: .8em;
    margin: 0;
    padding: 0;
}
.accordion-item span {
    position: absolute;
    top: -5px;
    right: 5px;
    color: #B3B3B3;
    font-size: 20px;
}
.answer {
    display: none;
    font-size: 12px;
    padding: 10px;
}
.answer a {
    color:blue;
}
/*フッターコピーライト*/
.copyright {
    font-size: 12px;
    color: #FFF;
    clear: both;
    text-align: right;
    margin: 0px;
    background-color: #5B5649;
    width: 96%;
    padding: 8px 2%;
}
.copyright-menu a{
    margin: 0px 10px;
}

/* pc */
@media screen and (min-width: 890px) {
    /*ここにpc用スタイルを記述*/
    header {
        display: block;
        height: 48px;
    }
	.film_footer{
		max-width: 980px;
		width: 80%;
		margin: 0 auto;
	}
	.film_footer_wrap{
		display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
	}
	.film_footer_wrap img{
		width:100%;
	}
	.film_footer70{
		width: 63%;
		margin: 0 auto;
		overflow: hidden;
		padding-right: 1%;
	}
	.film_footer30{
		width: 37%;
		margin: 0 auto;
		padding-left: 1%;
	}
    .global {
        width: 100%;
        position: relative;
        /*ナビ中央そろえ*/
        overflow: hidden;
    }
    .gnav-btn {
        display: none;
    }
    .gnav {
        list-style-type: none;
        background-color: inherit;
        display: block;
        overflow: visible;
        position: fixed;
        width: 800px;
        left: 1040px;
        top: 2px;
        z-index: 99;
        visibility: visible;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .gnav li {
        font-size: 14px;
        border-bottom: none;
        width: auto;
        position: relative;
        /*ナビ中央そろえ*/
        left: -100%;
        /*ナビ中央そろえ*/
        float: left;/*ナビ中央そろえ*/
    }
    .gnav li a {
        display: block;
        text-decoration: none;
        padding: .875rem 8px;
        color: #fff;
    }
    .option-news {
        width:100%;
        background-color: white;
        margin: 0 auto;
        border:4px solid #00B9B2;
        padding: 5%;
    }
    .newstable dt,dd,p{
        color: black;
        font-size: 1em;
    }

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {

   display: inline-block;
   list-style-type: none;
   position: relative;
    letter-spacing: 0px;
}
ul.ddmenu a {
    text-align: center;
    text-decoration: none;
    display: block;
    letter-spacing: 0px;
}
ul.ddmenu a:hover {
   background-color: #00B9B2;
   color: #FFFFFF;
}

ul.ddmenu li:hover ul {
   display: block;
    }
ul.ddmenu ul {
   margin-top: 2px;
   padding: 0px;
   display: none;
   position: absolute;
    left: 85px;
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
    width:96px;


}
ul.ddmenu ul li a {
    line-height: 20px;
    text-align: left;
    padding-left: 14px;
    font-weight: normal;
    background-color: #5B5649;
}
ul.ddmenu ul li a:hover {
   background-color: #00B9B2;
   color: #FFFFFF;
}
.arrow{/* 見積もり項目の下三角 */
    position: relative;
    padding: 0 0 0 0px;
}
.arrow::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 34px;
    left: 30px;
    border: 6px solid transparent;
    border-top: 7px solid #ffffff;
}


    .lp {
        width: 100%;
        margin: 0px auto 0px;
        overflow: hidden;
        padding-top: 0px;
    }
    h1 {
        font-size: 16px;
        margin-left: 106px;
        margin-top: 5px;
        line-height: 100%;
    }
    h2 {
        color: #00B9B2;
        font-size: 2em;
        margin: 5% auto;
        line-height: 100%;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .lpLogo {
        margin: 0px;
        width: 100px;	 /* z-index: 5; */
        position: fixed;
        top: 8px;
        left: 10px;
        z-index: 1000;
    }
    .wrap {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
            max-width: 1080px;
        margin: 0px auto;
    }
    .wrapCenter {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
        max-width: 1080px;
        margin: 0px auto;
        width: 96%;
    }

    .plan_cards {
        max-width: 600px;
    }

	.top_logo {
		width: 30%;
		margin: 2% 1%;
		position: relative;
		min-height: 150px;
    }
	.logo_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		font-weight: bold;
		font-size: 110%;
    }
	 .top_logo img {
 		width: 70%;
		margin: 0 auto;
		display: block;
	}

    .aboutSpace {
        margin-top: 5%;
    }

    .topAbout{
        margin-top: 100px;
        color: #fff!important;
    }
    .top3pr{
        margin: 130px auto 0px;
        color: #fff!important;
        max-width: 1080px;
    }

    .topAbout h3,.top3pr h3{
        font-size: 3vw;
        margin-bottom: 15px;
    }
    .top3pr p{
        font-size: .8em;
        color: #fff!important;
    }
    .top3pr img{
        width: 70%;
    }

    .main_box {
        width: 980px;
        max-width: 70%;
        margin: 8px auto 16px;

    }
    .credit {
        text-align: right;
        color: #FFF;
        position: relative;
        bottom: -9vw;
        right: 1vw;
        font-size: 1vw;
    }
    .service {
        width: 100%;
        overflow: hidden;
    }
    .service img {
        width: 100%;
        overflow: hidden;
    }

    .copyright-company{
        float: left;
    }
    .copyright-menu{
        float: right;
    }
}

/* smartPhone */
@media screen and (max-width: 	890px) {
    /*ここにスマホ用スタイルを記述*/

    .bgTop::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    background:url('../img/filming/bg/top_bg.jpg') no-repeat;
    -webkit-background-size:contain;
    background-size:cover;
    background-position: top;
    content:"";
    }
    .bgFooter {
        background-image: url('../img/filming/bg_sp/flow_bg.jpg')!important;
    }
    .bgFlow {
        background-image: url('../img/filming/bg_sp/bg_flow_gray.jpg')!important;
    }
    .bgPartner {
        background-image: url('../img/filming/bg_sp/partner_bg.jpg')!important;
    }
    .bgPhoto {
        background-image: url('../img/filming/bg_sp/photo.jpg')!important;
    }
    .bgPhotoDark {
        background-image: url('../img/filming/bg_sp/photo_dark.jpg')!important;
    }
    .bgSimulater {
        background-image: url('../img/filming/bg_sp/bg_camera.jpg')!important;
    }
    .bgAll {
        background-image: url('../img/filming/bg_sp/bg_2disc.jpg')!important;
    }
    .bgLight {
        background-image: url('../img/filming/bg_sp/bg_1disc.jpg')!important;
    }
    .bgSpeed {
        background-image: url('../img/filming/bg_sp/bg_speed.jpg')!important;
    }
    .bgStandard {
        background-image: url('../img/filming/bg_sp/bg_camera.jpg')!important;
    }
    .bgPremium {
        background-image: url('../img/filming/bg_sp/bg_premium.jpg')!important;
    }
    .bgMovie {
        background-image: url('../img/filming/bg_sp/movie_bg.jpg')!important;
    }
    .bgOption {
        background-image: url('../img/filming/bg/option_bg.jpg')!important;
    }
    .sp-none{
        display: none;
    }
    .attention {
        font-size: 10px;
    }
	.film_footer{
		width: 90%;
		margin: 0 auto;
	}
	.film_footer_wrap{
		display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
	}
	.film_footer_wrap img{
		 width:100%;
	}
	.film_footer70{
		width: 63%;
		margin: 0 auto;
		overflow: hidden;
		padding-right: 1%;
	}
	.film_footer30{
		width: 37%;
		margin: 0 auto;
		padding-left: 1%;
	}
    h1 {
        overflow: hidden;
        font-size: 16px;
        margin-left: 95px;
        line-height: 100%;
        margin-top: 9px;
        margin-bottom: 9px;
    }
    h2 {
        font-size: 1.7em;
        margin: 0px auto 40px;
        line-height: 100%;
        width: 100%;
        text-align: center;
    }
    .font1 {
        font-size: 12px;
    }
    p {
        font-size: 100%;
    }
    .gnav li a {
        color: #FFF;
    }
    ul.ddmenu ul{
   border-top: none;
}
    ul.ddmenu ul li {
   padding-left: 24px;
   border: none;
}
    .option-news {
        width:92%;
        background-color: white;
        margin: 0 auto;
        border:2px solid #00B9B2;
        padding: 5%;
    }
    .newstable dt,dd,p {
        color: black;
        font-size: .9em;
    }
    .lp {
        width: 100%;
        margin: 0px auto 0px;
        overflow: hidden;
        padding-top: 55px;
        font-size: 14px;
    }
    .btnDl{
        width: 100%;
    }
    .btnSimulator {
        margin: 15px auto 0px;
        width: 250px;
        height: 200px;
        font-size: 16px;
    }

    .topAbout{
        margin-top: 50px;
        color: #fff;
    }
    .topAbout h3,.top3pr h3{
        font-size: 2em;
        color: #fff!important;
        margin-bottom: 15px;
    }
    .topAbout p{
        font-size: .88em;
    }
    .top3pr{
        margin-top: 130px;
    }
    .top3pr p{
        font-size: 1em;
        color: #fff!important;
        margin-top: 0px;
    }
    .top3pr img{
        width: 50%;
    }
    .timeline-article br{
        display: none;
    }

    .lpMain {
        margin: 0px auto 0px;
        width: 103.5%;
        overflow: hidden;
        padding: 64px 0%;
        position: relative;
    }
    .topRightBox,.topCenterBox {
        float: initial;
        margin: 15% auto 0%;
        width: 96%;
    }

    .plan_cards h3 {
        color: #FFF!important;
        font-weight: bold;
        font-size: 1.5em;
    }
    .plan_blue {
        margin: 4% 0px;
        padding: 15px 10px 34px;
    }
    .credit {
        text-align: right;
        color: #FFF;
        position: relative;
        bottom: -9vw;
        font-size: 8px;
    }
    /*プランページ：シミュレーター*/
    .bgSimulater{
        top: 15px;
    }
    .simulater{
        padding: 0px 0px 5px;
    }
    .simulater h4 {
        font-size: 1.3em;
        margin-top: 15px;
    }
    .checkbox01 label {
        padding: 10px 0;
    }
    .contentsBoxOpacity{
    }
    .wrap_boxK {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
        -webkit-align-items: flex-start; /* Safari */
        align-items:         flex-start;
        margin: 0px auto;
        padding-top: 50px;
        width: 100%;
        -webkit-flex-direction: row-reverse; /* Safari */
        margin-right: 0vw;
    }
    .contentsBox {
        font-size: .8em;
        position: relative;
        padding: 16px 16px 16px;
        border: 2px solid #5B5649;
        border-radius: 32px;
        width: 85%;
        background-color: rgba(255,249,201,0.3);
    }
    .contentsBox::after,.contentsBox::before{
        display: none;
    }
    .contentsBoxOpacity {
        width: 100%!important;
    }
    .contentsBoxOpacity h2{
        font-size: 2em;
    }
    .wrap_boxK img{
        display: none;
    }
    .resultTable{
        font-size: 1em;
    }
    .table_blue td,.table_white td{
        font-size: .8em;
    }
    .table_blue th,.table_white th{
        padding: 10px 3px;
    }
    .cameraman_price td{
        font-size: 1em;
    }


    /*オプション*/
    .question{
    font-size: .9em!important;
    }
    .optionB h4, .optionW h4 {
    font-size: .9em;
    }
    .optionB h5, .optionW h5 {
    font-size: 1em;
    padding-bottom: 3px;
    }

    /*モーダル*/
    #cancelPolicy .table_blue table,#discount .table_blue table {
        margin: 0px 0px 20px!important;
    }

    /*コピーライト*/
    .copyright-company{
        float:  initial;
        text-align: center;
        margin: 15px 0px 5px;
    }
    .copyright-menu{
        width: 90%;
        float:  initial;
        text-align: center;
        font-size: 1.3em;
        padding: 15px 0px;
        border-bottom: solid .5px #FFF;
        display: block;
        margin: auto;
    }





    /*チェック*/
    h2.title {
        font-weight: lighter;
        height: initial;
        color: #FFFFFF;
        line-height: 150%;
        font-size: 18px;
        margin-top: 23px;
    }
    .lpLogo {
        margin: 0px;
        overflow: hidden;
        width: 100px;	 /* z-index: 5; */
        position: fixed;
        top: 12px;
        left: 4px;
        z-index: 1000;
    }
    .bgTop {
        padding: 16px 5% 50px 5%;
        background-color: rgba(0,0,0,0);
    }
    .lpMain_blue {
        color: #FFF;
        margin: 0px auto 0px;
        overflow: hidden;
        background-color: #FFFFFF;
        padding: 64px 3%;
        margin-right: -15px;
    }
    .lpMain_blue a {
        color: #ffffff;
        text-decoration: underline;
    }
    .lpMain_blue h2 {
        color: #FFF;
    }
    .lpMain_blue h3 {
        color: #FFF;
        text-align: center;
    }
    .lpMain_white {
        color: #333333;
        margin: 0px auto 0px;
        overflow: hidden;
        padding: 80px 2%;
        margin-right: -15px;
    }
    .lpMain_white h2 {
        color: #1fbdbd;
    }

.answer a {
    color:blue;
}
	.wrap_logo_sp {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
        max-width: 1080px;
        margin: 0px auto;
    }
	.top_logo {
		width: 32%;
		margin: 1% 0.5%;
		position: relative;
		min-height: 50px;
    }
    .top_logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
	.logo_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-weight: bold;
		font-size: 10px;
    }

    /*チェック*/

    .wrap {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    /*チェック*/

    .plan {
        background: #F3F3F3;
        width: 80%;
        position: relative;
        margin: 24px auto;
        border-radius: 5px;
        overflow: hidden;
        padding: 4%;
        transition: all 0.3s ease-in-out 0s;
        color: #4D4D4D;
    }
}


/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    position: relative;
    top: 0;
    right: 13.5%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00B9B2;
    padding: 15px 23px;
    color: #fff;
    width: 123px;
    text-align: center;
    margin: 0 auto;
}
#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 30%;
    margin-left: -2px;
    background: #00B9B2;
    z-index: 0;
}
#conference-timeline .conference-timeline-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.timeline-article {
    width: 100%;
   /*height: 100%;*/ 
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}
.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}
.timeline-article .content-right {
    position: relative;
    width: 500px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    padding: 27px;
    border-radius: 5px;
}
.timeline-article p {
    margin: 0 0 0 60px;
    padding: 0 0 0 10px ;
    font-weight: 400;
    color: #5B5649;
    font-size: .8em;
    line-height: 24px;
    position: relative;
}
.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00B9B2;
    letter-spacing: initial;
}
.timeline-article p span.article-number:nth-child(2) {
    top: -2px;
}

.timeline-article .content-right-container {
    float: left;
    margin-left: 36%;
}
.timeline-article .content-right:before{
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #fff;
}
.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}
.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 30%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #00B9B2;
    padding-top: 16px;
}
.timeline-article .meta-date .date{
    display: block;
    text-align: center;
    font-weight: 900;
}
.timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 63px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 890px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
        padding: 7px 23px;
        left: 50px;
        font-size: 1em;
    }
    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }
    #conference-timeline .conference-timeline-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 95px;
        min-height: 53px;
    }
    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }
    .timeline-article .content-right {
        padding: 10px 5px;
        min-height: 65px;
    }
    .timeline-article .content-right:before {
        display: none;
    }
    .content-right{
        width: 90%!important;
    }
}
@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }
    .timeline-article p span.article-number {
        display: none;
    }

}

/** LPリニューアル後に追加 */
.button {
    padding: 8px 32px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.buttonCircle {
    padding: 8px 32px;
    border-radius: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.buttonBlueGreen {
    color:#FFFFFF;
    background: #01B9B2;
}

a.buttonBlueGreen:hover {
    color:#FFFFFF;
    background: #65C7C4;
    text-decoration: none;
}

.buttonOrange {
    color:#FFFFFF;
    background: #EF6854;
}

a.buttonOrange:hover {
    color:#FFFFFF;
    background: #EB847A;
    text-decoration: none;
}

.buttonOutlineDark {
    color:#212529;
    background: #FFFFFF;
    border: 1px solid;
    border-color: #212529;
}

a.buttonOutlineDark:hover {
    color:#FFFFFF;
    background: #212529;
    text-decoration: none;
}

/** 見出し */

h2.headline {
    color: #FFFFFF;
    font-size: 6vw;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2.headline::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 40px;/*線の上下位置*/
    display: inline-block;
    width: 40%;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #FFFFFF;
    border-radius: 2px;/*線の丸み*/   
}

.speech_bubble::after {
    position: absolute;
    bottom: -8%;
    left: 45%;
    font-size: 100px;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #fff;
    content: "\f0d7";
}
