@media screen and (min-width: 1200px){
/* ///////////////////////////////////////////////////////////////////
メインコンテンツ
/////////////////////////////////////////////////////////////////// */

.body{
    max-width: 1360px;
    margin: 0 auto;
    vertical-align: top;
    display: flex;
    align-items: flex-start;
    position: relative;
}

article{
    text-align: center;
}
.article{
    text-align: left;
}

.article .caption{
    text-align: center;
    font-size: small;
    color: #a9a9a9;
    font-family: "游ゴシック";
    font-weight: bold;
}
/* ///////////////////////////////////////////////////////////////////
見出し-h1
/////////////////////////////////////////////////////////////////// */

h1{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: #cd483f;
    padding: 2% 0 1%;
}

.first{
    margin: 0 auto 3%;
    width: 60%;
    max-width: 750px;
    background-image: url(../../images/index-mark.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right bottom 20px;
}

.first .content{
    padding: 0 ;
    max-width: 750px;
    background-color: rgba(255, 255, 255, 0.8);
}
.first .content span .pc{
    display: none;
}

.first .content p{
    width: 80%;
}

.first .content a{
    margin: 3% 0 1%;
    display: inline-block;
    padding: 1% 4%;
    color: #cd483f;
    font-weight: bold;
    border: solid 1px #cd483f;
    font-size: 1rem;
}

.first .content a:hover{
    background: #cd483f;
    color: #fff;
    border: #cd483f solid 1px;
    transition-duration: 0.3s;
}

h2.white{
    margin: 2% 0 0;
}


/* ///////////////////////////////////////////////////////////////////
h2-グレー
/////////////////////////////////////////////////////////////////// */

h2.gray{
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: "游ゴシック";
    font-weight: bold;
    color: #fff;
    margin: 1% auto 2%;
}

h2.gray::first-letter{
    font-size: 130%;
    color: #cd483fff;
}

/* ///////////////////////////////////////////////////////////////////
お試しプラン - トップ画像
/////////////////////////////////////////////////////////////////// */

#top-heading.top-trial{
    background-image: url(../../images/top-trial.jpg);
    background-position: center
}

#top-heading.top2{
    background-image: url(../../images/top-hp2.jpg);
    background-position: center
}

#top-heading.top3{
    background-image: url(../../images/top-hp3.jpg);
    background-position: center
}

#top-heading.top4{
    background-image: url(../../images/thanks/top-1.jpg);
    background-position: center
}

/* ///////////////////////////////////////////////////////////////////
seo-hp-sp総合 トップ画像
/////////////////////////////////////////////////////////////////// */

#top-heading{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top-heading h2{
    margin: 0;
    text-align: center;
    font-size: 2vw;
    color: #000;
    letter-spacing: 2px;
    font-family: 'UD Digi Kyokasho NK-B';
    vertical-align: middle;
    background: rgba(255,255,255,0.8);
    padding: 10px 2%;
    border-radius: 20px ;
    font-weight: bold;
}

#top-heading h2::first-letter{
    font-size: 150%;
    color: #cd483f;
}

.wrap-price{
    text-align: center;
    margin: 5% 0 0;
}

.wrap-price .cost{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 5%;
}

.wrap-price .price{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 0 .9% 0;
    position: relative;
}

.wrap-price .price::after{
    content: "";
    width: 2px;
    height: 350px;
    position: absolute;
    background: #aaa;
    right: -2.5%;
    top:0;
    bottom: 0;
    margin: auto;
}

.wrap-price .price:last-child::after{
    content: none;
}

.wrap-price .price h3{
    font-size: 20px;
    position: relative;
    font-family: "游ゴシック";
    margin: 5% 0 10%;
}

.wrap-price .price h3::before{
    content: "";
    width: 10%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.wrap-price .price ul li{
    width: 45%;
    vertical-align: top;
    text-align: left;
}

.wrap-price .price ul li img{
    width: 90%;
}

.wrap-price .price ul li img.revers{
    transform: scale(-1,1)
}

.wrap-price .price ul li h4{
    background: #808080;
    display: inline-block;
    margin: 0 0 2%;
    color: #fff;
    padding: 2px 8px;
    font-family: "游ゴシック";
}

.wrap-price .price ul li .yen{
    margin: 0 0 8%;
    font-family: "游ゴシック";
    font-weight: bold;
}

.wrap-price .price ul li .yen span{
    font-size: 150%;
    color: #cd483f;
    font-weight: bold;
}

.wrap-price .price p{
    text-align: left;
    width: 70%;
    margin: 3% auto;
}

.wrap-price .price p::before{
    content: "※";
    font-weight: bold;
    color: #cd483f;
    margin-right: 1%;
}

/* ///////////////////////////////////////////////////////////////////
seo-hp-sp総合
/////////////////////////////////////////////////////////////////// */

article .mark{
    display: inline-block;
    font-weight: bold;
    font-size: 150%;
    padding: 1% 4%;
    letter-spacing: 2px;
    margin: 2%;
    background:  #fff5f5;
    position: relative;
    border-left: solid 3px #cd483f;
    border-right: solid 3px #cd483f;
    color: #cd483fff;
    line-height: 2.5
}

article .mark::before{
    position: absolute;
    content: "";
    width: 5%;
    height: 3px;
    background: #cd483f;
    left: 0;
    top: 0
}

article .mark::after{
    position: absolute;
    content: "";
    width: 5%;
    height: 3px;
    background: #cd483f;
    right: 0;
    bottom: 0
}

/* ///////////////////////////////////////////////////////////////////
アーティクル
/////////////////////////////////////////////////////////////////// */

.article{
    width: 75%;
    max-width: 1080px;
    display: inline-block;
    vertical-align: top;
}

.article h2{
    margin: 5% auto 2%;
    padding: 1% 2%;
    font-size: 160%;
    letter-spacing: 1px;
    position: relative;
    border-bottom: solid 3px #dedede;
    display: block;
    font-family: "游ゴシック"
}

.article h2::after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #cd483fff;
    width: 20%;
    bottom: -3px;
    left: -0.2%
}

.article .list-link{
    width: 80%;
    margin: 0 auto;
}

.article .list-link li{
    margin: 2% 1% 0;
}

.article .list-link a{
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 20px 0 15px;
    position: relative;
    border:solid #000 2px;
    color: #000;
    font-family:"游ゴシック";
    font-weight: bold;
    line-height: 2;
}

.article .list-link a:hover{
    background: #aaa;
    color: #fff;
    border: #aaa solid 2px;
    transition-duration: 0.3s;
}

.article .list-link a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    right: 2%;
}

/* ///////////////////////////////////////////////////////////////////
アーティクル - 目次
/////////////////////////////////////////////////////////////////// */

.article .mkj{
    width: 50%;
    margin: 5% auto 0;
    text-align: center;
    background-color: #f5f5f5;
    padding: 2% 0;
    border-radius: 20px;
}


.article .mkj ol{
    display: inline-block;
}

.article .mkj ol li{
    text-align: left;
    line-height: 2;
}

.article .mkj ol li a:hover{
    color: #cd483f;
    opacity: 0.8;
    border-bottom: solid 1px #cd483f;
    transition-duration: 0.3s;
}

.article .mkj ol li ul{
    margin: 0 0 2%;
}

.article .mkj ol li ul li{
    font-size: 14px;
    line-height: 1.8;
    display: block;
}

.article .mkj ol li ul li::before{
    content: "・";
}

/* ///////////////////////////////////////////////////////////////////
全ページ - ノーマルリンク
/////////////////////////////////////////////////////////////////// */

.main a.n-link{
    text-decoration: underline;
    color: #000;
}

.main a.n-link:hover{
    color: #cd483f;
}

/* ///////////////////////////////////////////////////////////////////
全ページ - メイン
/////////////////////////////////////////////////////////////////// */

.main .highlight{
    background: linear-gradient(transparent 60%, #ffc7c7 60%);
    font-weight: bold;
}

.main .wrap-1{
    text-align: center;
    width: 95%;
    margin: 0 auto 2%;
    display: block;
    overflow: hidden;
}

.main .wrap-1 img{
    width: 100%;
}

.main .wrap-1 p{
    text-align: left;
    width: 95%;
    margin: 0 auto;
    line-height: 2;
}

.main .wrap-1 h3{
    text-align: left;
    margin: 1% 0 0;
    font-family: "游ゴシック";
    font-size: 120%;
    line-height: 2;
    border-left: solid 10px #cd483f;
    padding: 0 0 0 1%;
}

.main .wrap-1 .link-list li{
    width: 45%;
}

.main .wrap-1 .m-d{
    text-align: left;
    width: 90%;
    margin: 0 auto 2%;
}

.main .wrap-1 .m-d h4{
    font-family: "游ゴシック";
    margin: 10px 0 3px;
    font-size: 20px;
}

.main .wrap-1 .m-d h4 span{
    font-size: 16px;
}

.main .wrap-1 .m-d p.list{
    line-height: 2;
    margin: 0;
}

.main .wrap-1 .m-d p.list::before{
    content: "・";
}


.main .link-in{
    margin: 0 0 3%;
}

.main .link-in li{
    padding: 0 1% ;
    text-align: center;
    border-bottom:solid #cd483f 2px;

}

.main .link-in li a{
    display: table;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 3% 0 2%;
    position: relative;
    color: #cd483f;
    font-family: 'UD Digi Kyokasho NK-B';
    font-weight: bold
}

.main .link-in li:hover{
    transition-duration: 0.3s;
    opacity: 0.3;
}

.main .link-in li a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    display: table-cell;
    width: 20px;
}

.text-link{
    font-weight: bold;
    text-decoration: underline;
    padding: 0 5px;
    color: darkblue;
}

.text-link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    margin-right: 2px;
}

/* ///////////////////////////////////////////////////////////////////
全ページ - float
/////////////////////////////////////////////////////////////////// */

.main .wrap-float{
    overflow: hidden;
}

.main .wrap-float img.left{
    float: left;
    width: 40%;
    margin: 0 1% 0;
}

.main .wrap-float img.right{
    float: right;
    width: 40%;
    margin: 1% 1% 0;
}

.main .wrap-float p{
    margin: 0;
    line-height: 1.8;
}

.main .wrap-float p a{
    color: #cd483f;
    font-weight: bold;
}

.main .wrap-float p a:hover{
    opacity: 0.6;
    transition-duration: 0.2s;
    text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////
全ページ - part
/////////////////////////////////////////////////////////////////// */

.main .wrap-float.part img{
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin-right: 2%;
    float: none;
}

.main .wrap-float.part p{
    display: inline-block;
    width: 56%;
    vertical-align:middle;
    margin: 0;
    float: none;
}

/* ///////////////////////////////////////////////////////////////////
全ページ - table
/////////////////////////////////////////////////////////////////// */

.main .wrap-table{
    margin: 3% 0;
    text-align: center;
    display: table;
}

.main .wrap-table .md{
    width: 50%;
    margin: 0 auto;
    border-collapse:collapse;
    line-height: 2;
    display: table-cell;
    border-left: solid 1px #aaa;
}

.main .wrap-table .md:first-child{
    border: none;
}

.main .wrap-table .md .title{
    font-size: 130%;
    font-family: "游ゴシック";
    border-bottom: solid 1px #aaa;
    font-weight: bold;
}

.main .wrap-table .md .title.m{
    color: red;
}

.main .wrap-table .md .title.d{
    color: navy;
}

.main .wrap-table .md-c{
    vertical-align: top;
    padding: 1% 10px 2%;
    display: table-cell;
}

.main .wrap-table span{
    text-align: left;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin: 4% 1% 0;
    line-height: 1;
}

.main .wrap-table span::before{
    content: "・";
}

.main .wrap-table p{
    margin: 1% 0 0 5%;
    display: table;
    line-height: 1.5;
}

.main .wrap-table p::before{
    content: "└";
    display: table-cell;
    width: 20px;
    font-weight: bold;
}

/* ///////////////////////////////////////////////////////////////////
全ページ - 順番
/////////////////////////////////////////////////////////////////// */
.main ol.order{
    list-style-type: decimal-leading-zero;
    font-weight: bold;
    font-family: "游ゴシック";
    line-height: 2;
    text-align: left;
}

/* ///////////////////////////////////////////////////////////////////
全ページ - Q&A
/////////////////////////////////////////////////////////////////// */
.main .q-a{
    display: table;
    width: 90%;
    margin: 1% auto 3%;
}

.main .q-a .q{
    font-size: 20px;
    font-weight: bold;
    background: #e5e5e5;
    padding: 1% 2%;
    width: 100%;
}

.main .q-a .q p{
    font-weight: bold;
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 0;
    display: table;
}

.main .q-a .q p::before{
    content: "Q";
    font-family: 'BIZ UDPゴシック';
    font-size: 30px;
    color: #808080;
    display: table-cell;
    width: 2.5vw;
}

.main .q-a .a{
    font-size: 16px;
    padding: 1% 2%;
    display: block;
    width: 93%;
    margin: 0 0 0 auto;
    font-weight: bold;
}

.main .q-a .a p{
    font-family: '游ゴシック';
    margin: 0;
    display: table;
}

.main .q-a .a p::before{
    content: "A.";
    font-family: 'BIZ UDPゴシック';
    font-size: 30px;
    color: #cd483fff;
    display: table-cell;
    width:2.5vw;
    font-weight: bold;
}

.main .q-a .a-link{
    display: block;
    margin: 5px 0 0 10%;
}

.main .q-a .a-link a{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #cd483fff;
    font-family: '游ゴシック';
    border: solid 1px #cd483fff;
    position: relative;
    padding: 1% 5% 1% 2%;
}

.main .q-a .a-link a:hover{
    background: #cd483f;
    color: #fff;
    transition-duration: 0.3s;
}

.main .q-a .a-link a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    right: 8%;
}

/* ///////////////////////////////////////////////////////////////////
ウィジェット
/////////////////////////////////////////////////////////////////// */

.side{
    width: 20%;
    max-width: 400px;
    display: inline-block;
    margin: 0 0 0 4%;
    text-align: center;
}

.side h3{
    background: #cd483fff;
    color: #fff;
    padding: 2% 0;
    margin: 0;
    font-size: 16px;
    font-family: "游ゴシック";
}

.side img{
    width: 80%;
    margin: 8% 0 2%
}

.side img.icon{
    width: 30%
}

.side img.illust{
    width: 50%
}


.side li{
    display: block;
    text-align: left;
    padding: 3% 0 2%;
    border-bottom: dashed 1px #aaa;
    width: 95%;
    margin: 0 auto;
    font-weight: bold;
    font-family: sans-serif
}

.side li a{
    display: block;
    width: 85%;
    font-size: 90%;
    margin: 0 auto;
    background-image: url(../images/arrow-s.png);
    background-repeat: no-repeat;
    background-size: 2.5%;
    background-position: right
}

.side li a:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}

.side li.side-top{
    border: none
}

.side li.side-top a{
    text-align: center;
    border-bottom:none;
    font-family: "游ゴシック";
    font-size: 90%;
    background: none;
    display: inline-block;
    width: 100%
}

.side .side-menu{
    padding: 0 0 3%;
    margin: 0 0 3%;
    
}

/* ///////////////////////////////////////////////////////////////////
下部リスト
/////////////////////////////////////////////////////////////////// */

.f-wrap{
    background-color: #aaa;
    padding: 2% 0 5%;
    position: relative;
    overflow: hidden;
}

.f-wrap .line{
    display: block;
    width: 70%;
    margin: 3% auto 0;
    max-width: 960px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    text-align: center;
    padding: 3% 0;
    border:solid 3px #22ba4f;
    z-index: 9999;
}

.f-wrap .line .qr{
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.f-wrap .line .qr img{
    width: 60%;
}

.f-wrap .line .left{
    display: inline-block;
    width: 59%;
    vertical-align: middle;
}

.f-wrap .line .account a{
    background-color: #22ba4f;
    width: 80%;
    margin: 0 auto 1%;
    padding: 3% 2% 2% 2%;
    display: block;
}

.f-wrap .line .account a:hover{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: .6
}

.f-wrap .line .account img{
    width: 60%;
}

.f-wrap .line .left p{
    margin: 0;
}

.f-wrap .link-line{
    width: 50%;
    margin: 5% auto 0;
    text-align: center
}

.f-wrap .link-line a{
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 3% 0 2%;
    position: relative;
    border:solid #cd483f 1px;
    color: #cd483f;
    font-family: "游ゴシック";
    font-weight: bold
}

.f-wrap .link-line a:hover{
    background: #cd483f;
    color: #fff;
    transition-duration: 0.3s;
}

.f-wrap .link-line a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    right: 8%;
}


.f-wrap .line .icon{
    position: absolute;
    width: 8%;
    right: 3%;
    bottom: 3%;
}

.f-wrap .r-t{
    width: 40%;
    max-width: 550px;
    position: absolute;
    right: 0;
    top: 0;
}

.f-wrap .l-b{
    width: 40%;
    max-width: 550px;
    position: absolute;
    left: 0;
    bottom: 13%;
}

.f-wrap::after{
    content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;  /* 三角を白にする */ 
  border-left: 98.7vw solid transparent;
}

.f-wrap::before{
    content: "";
}

.f-wrap .create{
    width: 90%;
    max-width: 1280px;
    text-align: center;
    margin: 2% auto;
    position: relative;
    z-index: 999;
}

.f-wrap .create li a{
    display: block;
}

.f-wrap .create li:hover{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: .8
}

.f-wrap .create li{
    width: 25%;
    margin: 0 4%;
    background-color: #fff;
    padding: 0 0 2%;
    position: relative;
    border: solid 1px #aaa;
}

.f-wrap .create li::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 3vw solid #cd483fff;
    border-left: 3vw solid transparent;
}

.f-wrap .create li h3{
    font-family: "游ゴシック";
    color: #cd483fff;
}

.f-wrap .create li img{
    width: 45%;
}

.f-wrap .create li p{
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: left;
    width: 90%;
}

.f-wrap .create li p::before{
    content: "・";
}

.f-wrap .create li span{
    text-align: right;
    display: block;
    width: 90%;
}

.f-wrap .popular li{
    padding: 1% 0 3%;
}

/* ///////////////////////////////////////////////////////////////////
タイアップ
/////////////////////////////////////////////////////////////////// */

.tieup h3 a{
    display: block;
    width: 50%;
    max-width: 680px;
    margin: 0 auto 1%;
    text-align: center;
    font-size: 130%;
    color: #bb5520;
    font-family: "游明朝";
    font-weight: bold
}

.tieup h3 a:hover{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: .6
}

.tieup ul{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center
}

.tieup ul .img{
    width: 40%;
    vertical-align: middle
}

.tieup ul .content{
    width: 60%;
    vertical-align: middle
}

.tieup ul .img img{
    width: 90%
}

.tieup ul .content p{
    margin: 0 auto;
    width: 90%;
    text-align: left;
    line-height: 1.8;
    
}

.tieup ul .content a{
    display: inline-block;
    width: 30%;
    margin: 2% auto 0 60%;
    padding: 1% 0;
    font-size: 1rem;
    letter-spacing: 2px;
    position: relative
}



/* ///////////////////////////////////////////////////////////////////
その他サイト
/////////////////////////////////////////////////////////////////// */
}