@charset="UTF-8";

/*全体の構成*/
a{
    text-decoration:none;
    color: #fff;
}
p {
    margin: 0;
}
li {
    list-style: none;
}
ul{
    padding: 0;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    color: #222;
    background: #333;
    padding: 0;
    margin: 0;
}
/*スタイルの設定*/
.mb__40{/*mergin-bottom40px*/
    margin-bottom: 40px;
}
.mb__60{
    margin-bottom: 60px;
}
.pb__60{
    padding-bottom: 60px;
}
.bg__lg{/*背景明るいグレー*/
    background: #f1f1f1;
}
.fo__red{/*赤字*/
    color: #a10e1a;
}
.boder__y{/*黄色い下線*/
    position:relative;
}
.boder__y:after {/*黄色い下線*/
    content: "";
    position: absolute;
    width: auto;
    height: 8px;
    background: #e8d924;
    opacity: 0.5;
    top: 28px;
    bottom: 2px;
    right: 0;
    left: 0px;
    z-index: -1;
}
.boder__ys{/*黄色い下線*/
    position:relative;
}
.boder__ys:after {/*黄色い下線*/
    content: "";
    position: absolute;
    width: auto;
    height: 8px;
    background: #e8d924;
    opacity: 0.3;
    top: 18px;
    bottom: 2px;
    right: 0;
    left: 0px;
    z-index: 10;
}
@media screen and (max-width : 720px){
    .boder__y:after{
        display: none;
    }
}
.boder__r{/*赤い下線*/
    position:relative;
}
.boder__r:after {/*赤い下線*/
    content: "";
    position: absolute;
    width: auto;
    height: 8px;
    background:#a10e1a;
    opacity: 0.5;
    bottom: 10px;
    right: 0;
    left: 0px;
    z-index: 0;
}
.button{/*赤いボタン*/
    max-width: 550px;
    margin: 40px auto;
    padding: 10px;
    display: block;
    background: #a10e1a;
    border-radius: 5px;
    border-bottom: 8px solid #790b14;
}
.button a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
}
.button:hover{
    opacity: 0.8;
    trandition: 2;
}
.info__y {
        font-size: 16px;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 12px 5px;
    background: #e8d924;
    color: #222;
    font-weight: 700;
    position: relative;
}
.info__y:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e8d924;
}
@media screen and (max-width : 720px){
    h1{
        font-size: 30px;
    }
}
/**/
.wrap {
    margin: 0 auto;
    text-align: center;
    max-width: 1260px;
    background: #fff;
}

.blurBg{
    background: url(img/main-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.blurBg:before{
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.mainImg-wrap{
    background: #555;
    max-width: 980px;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}

.mainImg a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 0 auto;
}
.mainImg a img{
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.title {
    font-size: 24px;
}
.subTitle{
    font-weight:normal;
    }
.about-text span{
    font-size:24px;
}
.info__g{
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 12px 5px;
    background: #222;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.info__g:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #222;
}
/*制作者の悩み*/
.trouble{
    padding: 40px 0;
}
.comment {
    padding: 10px;
    background: #fff;
    max-width: 800px;
    margin: 0 auto 30px;
    border-radius: 8px;
    line-height: 2;
}
.comment ul {
    padding: 0 0 0 20px;
    text-align: justify;
}
.comment ul li{
    font-size: 16px;
    list-style: disc;
    margin: 0 20px;

}
.comment ul li span{
    position:relative;
}
.trouble img {
    width: 140px;
    opacity: 0.5;
    margin: 0 0 20px 0;
}
.trouble-text{
    text-shadow: 1px 2px 3px #808080;
    font-size: 34px;
}

@media screen and (max-width : 720px){
    .title{
        font-size: 24px;
    }
    .trouble{
        padding: 40px 20px;
    }
}
/*ポイント*/
.point-list{
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.point-listItem{
    width: 200px;
    padding: 10px;
    font-size: 16px;
}
.point-listItem img{
    width: 150px;
    margin: 0 0 10px 0;
}
.pointTitle {
    font-size: 18px;
    padding: 5px;
    border-radius: 25px;
    margin: 0 auto 10px;
    background: #e8d924;
    color: #222;
    font-weight: bold;
}
.pointText {
    font-size: 14px;
    color: #222;
    font-weight: normal;
}
@media screen and (max-width : 720px){
    .point-list{
        display: block;
    }
    .point-listItem{
        max-width: 300px;
        margin: 0 auto 20px;
        padding: 10px;
    }
}
/*データ*/
.data {
    background: #f1f1f1;
    padding: 50px 0;
    margin: 0 auto 60px;
}
.data .dataImg{
    max-width: 450px;
    margin: 0 auto 40px;
}
.dataInfo {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 600px;
    font-size: 16px;
}
/*モザイクサンプル*/
.mosaic-list {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.mosaic-listItem {
    max-width: 320px;
    margin: 0 0 50px 0;
    padding: 0 5px;
}
.mosaicText {
    text-align: initial;
}
/*翻訳*/
.honyaku {
    padding: 50px 0;
    margin: 0 auto 60px;
    font-weight:normal;
}
.honyakuImg{
    width: 300px;
}
.honyaku .honyakuImg{
    max-width: 450px;
    margin: 0 auto 40px;
}
.honyaku_info {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 900px;
    font-size: 16px;
    font-weight: bold;
}
.listItem_title {
    max-width: 300px;
    margin: 0 auto 15px;
    padding: 5px;
    background: #e8d924;
}
.listItem_text {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 30px;
}
/*料金案内*/
.credit{
    padding: 40px 0 60px;
    background: #f1f1f1;
}
.credit .subTitle {
    color: #999;
}
.credit .title{
    margin: 0 0 20px;
}
.creditWrap-pc {
    max-width: 850px;
    font-size: 16px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    justify-content: space-around;
}
.creditWrap-pcList {
    display: flex;
    justify-content: center;
    font-weight: normal;
}

ul.creditWrap-title {
    width: 30%;
    min-width: 150px;
    margin: 85px 0 0 0;
}
span.tyuuyaku {
    font-size: 12px;
}
.creditWrap-pcTokkyu{
    max-width: 850px;
    padding: 0 25px 0 20px;
}
.creditWrap-pcTokkyuList{
    max-width: 850px;
    display: flex;
    margin: 0;
}
.creditWrap-titleTokkyu{
    width: 250px;
    min-width: 150px;
    background: #ccc;
    margin: 10px 0 0 0;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.creditWrap-planTokkyu {
    width: calc(100% - 250px);
    margin: 10px 0 0 6px;
    font-size: 16px;
    background: #efefef;
    display: flex;
    align-items: center;
}
.creditWrap-planTokkyu div {
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
ul.creditWrap-pcTokkyutitle{
    width: 250px;
    min-width: 150px;
}
.creditWrap-title li {
    background: #ccc;
}
ul.creditWrap-plan {
    width: 70%;
    margin: 0 5px;
}
.creditWrap-plantitle {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8d924;
}
.creditWrap-planPriceWpra,
.creditWrap-planPrice{
    font-size: 16px;
}
.creditWrap-planPrice-sub {
    font-size: 12px;
}
.creditWrap-planPrice-main{
    line-height: 2;
    display: inline-block;
}
.creditWrap-plantitle-sub {
    line-height: 0;
    font-size: 12px;
}

.creditWrap-plantitle-weap {
    display: flex;
    flex-direction: column;
}
.creditWrap-titlePrice{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.creditWrap-planPrice {
    margin: 10px 0 0 0;
    padding: 20px;
    background: #efefef;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.creditWrap-titleOption{
    margin: 10px 0 0 0;
    min-height: 404px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.creditWrap-planText {
    margin: 10px 0 0 0;
    padding: 20px 12px;
    background: #efefef;
    min-height: 360px;
    font-size: 16px;
    display: flex;
    text-align: start;
    box-sizing: border-box;
    line-height: 1.7;
}
.creditWrap-planText p {
    font-size: 12px;
}
.plan_nomal {
    padding: 20px 12px 20px 30px;
    text-align: left;
}
.plan_nomal li {
    margin: 0 0 16px;
}
.list_dotted li {
    margin: 0 0 16px;
    position: relative;
}
.list_dotted li:before {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #222;
    display: block;
    content: "";
    border-radius: 20px;
    top: 10px;
    left: -11px;
}
.attention {
    max-width: 850px;
    font-size: 16px;
    margin: 24px auto 0;
    background: #fff;
    padding: 20px;
    text-align: center;
}
.attention_list {
    max-width: 620px;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
@media screen and (max-width : 740px){
    .creditWrap-pc{
        display:none;
    }
    .creditWrap-mb {
        padding: 0 20px;
    }
    .creditWrap-mb-plan{
        min-width: 300px;
        background: #fff;
        font-size: 16px;
    }
    .creditWrap-mb-plantitle{
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e8d924;
        font-size: 20px;
        font-weight: bold;
    }
    .creditWrap-mb-planOption,
    .creditWrap-mb-planPrice {
        margin: 10px;
        padding: 5px 0;
        background: #efefef;
    }
    .creditWrap-mb-planPrice-info {
        margin: 0 0 20px;
    }
    .creditWrap-mb-planOption-info{
        font-size: 16px;
        padding: 0 20px 20px;
    }
}
@media screen and (min-width : 720px){
    .creditWrap-mb{
        display:none;
    }
}
/*支払方法と初回の流れ*/
.mosaic .title,
.payment .title,
.flow .title,
.daikou .title,
.honyaku .title {
    max-width: 420px;
    margin: 0 auto 40px;
    font-size: 28px;
    text-justify: inter-ideograph;
    text-align: center;
    background: #222;
    color: #fff;
    padding: 5px 0;
}
/*支払方法*/
.payment {
    max-width: 900px;
    margin: 0 auto 80px;
}
.paymentText-img {
    max-width: 450px;
    margin: 0 auto;
}
.paymentText img{
    width: 100%;
}
.paymentText {
    font-size: 24px;
}
.paymentText-pay{
    margin: 0 0 40px 0;
}
.paymentText-pay span {
    font-size: 16px;
    color: #999;
}
.paymentText-info{
    font-size: 16px;
}
@media screen and (max-width : 720px){
    .paymentText{
        padding: 0 20px;
    }
    .mosaic .title,
    .payment .title,
    .flow .title,
    .daikou .title,
    .honyaku .title {
        font-size: 28px;
    }
}
/*初回の流れ*/
.flow-list {
    max-width: 620px;
    font-size: 16px;
    margin: 0 auto;
    text-align: justify;
}
.flow-listItem {
    padding: 8px;
    font-size: 16px;
    text-align: center;
    margin: 0 0 40px 0;
    background: #e8d924;
    border-radius: 5px;
}
.flow-listItem span{
    font-size:14px;
}
.triangle__y{
    position:relative;
}
.triangle__y:after{
        content: "";
        position: absolute;
        top: 115%;
        left: 50%;
        margin-left: -50px;
        border: 50px solid transparent;
        border-top: 25px solid #f0e9ca;
    }
.flow-listItemLast{
    margin: 0;
}

@media screen and (max-width : 720px){
    .flow-listItem {
        padding: 10px;
        text-align: center;
    }
    .flow p{
        padding: 20px;
        margin: 0;
    }
}
/*daikou*/
.daikou {
    background: #f1f1f1;
    padding: 50px 20px;
}
.daikou_subTitle {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.font-s{
    font-size: 14px;
}
.daikou-list {
    max-width: 800px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    padding: 40px 20px 10px;
    border-radius: 10px;
}
.daikou-listItem {
    margin: 0px 40px 30px;
}
.daikou-listItem img{
    height: 60px;
}
.daikouText {
    font-size: 16px;
    font-weight: normal;
}
.daikou-info {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    padding: 0 20px;
}
.flow {
    padding: 0 20px;
}

/*contact*/
.contact {
    padding: 40px 0;
    background: #222;
    padding: 40px 20px;
}
.contactWrap{
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 35px;
}
.contactWrap img{
    max-width: 300px;
}
@media screen and (max-width : 720px){
    .contactWrap{
        max-width: 350px;
    }
    .contactWrap p {
        font-size: 16px;
    }
}
