.box21{
    padding: 0.5em 1em;
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    color: #FFF;
    position: relative;
    margin: 2em 0;
}
.box21 p {
    margin: 0;
    padding: 0;
}
.box21 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

blockquote {
    position: relative;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    font-style: italic;
    font-size: 16px;
    color: #ffffff;
}

.bg-rd-1{
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    border-bottom: solid 3px #ffbe5d;
}
.bg-rd-2{
    background: -moz-linear-gradient(#3cff6d, #8a70ff);
    background: -webkit-linear-gradient(#3cff6d, #8a70ff);
    background: linear-gradient(to right, #3cff6d, #8a70ff);
    border-bottom: solid 3px #8a70ff;
}
.bg-rd-3{
    background: -moz-linear-gradient(#c9f6d3, #bdb5e2);
    background: -webkit-linear-gradient(#c9f6d3, #bdb5e2);
    background: linear-gradient(to right, #c9f6d3, #bdb5e2);
    border-bottom: solid 3px #bdb5e2;
}
.bg-rd-4{
    background: -moz-linear-gradient(#41734e, #311e8d);
    background: -webkit-linear-gradient(#41734e, #311e8d);
    background: linear-gradient(to right, #41734e, #311e8d);
    border-bottom: solid 3px #311e8d;
}
.bg-rd-5{
    background: -moz-linear-gradient(#973cff, #70d6ff);
    background: -webkit-linear-gradient(#973cff, #70d6ff);
    background: linear-gradient(to right, #973cff, #70d6ff);
    border-bottom: solid 3px #70d6ff;
}
.bg-rd-6{
    background: -moz-linear-gradient(#ae84b0, #ffa7a7);
    background: -webkit-linear-gradient(#ae84b0, #ffa7a7);
    background: linear-gradient(to right, #ae84b0, #ffa7a7);
    border-bottom: solid 3px #ffa7a7;
}
.bg-rd-7{
    background: -moz-linear-gradient(#64866d, #984040);
    background: -webkit-linear-gradient(#64866d, #984040);
    background: linear-gradient(to right, #64866d, #984040);
    border-bottom: solid 3px #984040;
}
.bg-rd-8{
    background: -moz-linear-gradient(#3cf9ff, #f386c9);
    background: -webkit-linear-gradient(#3cf9ff, #f386c9);
    background: linear-gradient(to right, #3cf9ff, #f386c9);
    border-bottom: solid 3px #f386c9;
}
.bg-rd-9{
    background: -moz-linear-gradient(#536757, #4f429d);
    background: -webkit-linear-gradient(#536757, #4f429d);
    background: linear-gradient(to right, #536757, #4f429d);
    border-bottom: solid 3px #4f429d;
}
.bg-rd-10{
    background: -moz-linear-gradient(#837786, #a79ce2);
    background: -webkit-linear-gradient(#837786, #a79ce2);
    background: linear-gradient(to right, #837786, #a79ce2);
    border-bottom: solid 3px #a79ce2;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    min-width: 50px;
    height: 30px;
    text-align: center;
    content: attr(data-title);
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    padding: 3px;
    background: #807b7b;
}

blockquote:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #daaa64;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
blockquote:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
.ribbon-title {
    position: relative;
    line-height: 2;
    font-size: 16px;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 20px 0.5em 0.2em 35px;
}


.ribbon-content{
    color: #6cb4e4;
    text-align: justify;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    padding: 0.2em 0.5em 0.2em 35px;
}

.ribbon-tab h1{
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #77c3df;
    font-size: 20px;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index:-1;
}

.ribbon-tab h1:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
}
.ribbon-tab-lists {
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
}

.ribbon-tab-lists:after {
    /*タブ*/
    position: absolute;
    font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: attr(data-title);
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}
.textWrap{
    padding-top: 30px;
}

.ribbon-tab-lists a{
    color: #828282;
}
.ribbon-tab-lists:hover{
    background: -webkit-linear-gradient(to top, rgb(204, 224, 255), #c5ceff);
    background: linear-gradient(to top, rgb(204, 224, 255), #c5ceff);
}

.fb-like{
    padding: 20px;
}
.different-title{
    padding-top: 50px;
}
.different-title h1{
    position: relative;
    padding: 0.6em;
    background: #e0edff;
    font-size: 20px;
}

.different-title h1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.btn-real-dent {
    /*周りの凹み*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
    float: left;
}
.btn-real-dent i {
    /*ボタン自体*/
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 5px;
    top: 4px;
    border-radius: 50%;
    font-size: 20px;
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}

.btn-real-dent .fa:active {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;
}
.ld-media-item .container{
    display: grid;
}
.btn-social-long-facebook {
    color: #FFF;/*文字・アイコン色*/
    border-radius: 7px;/*角丸に*/
    display: inline-block;
    height: 50px;/*高さ*/
    width: 200px;/*幅*/
    text-align: center;/*中身を中央寄せ*/
    font-size: 20px;/*文字のサイズ*/
    line-height: 50px;/*高さと合わせる*/
    background: #4966a0;
    overflow: hidden;/*はみ出た部分を隠す*/
    text-decoration:none;/*下線は消す*/
    margin: 20px auto auto;
}

.btn-social-long-facebook .fa-facebook {
    text-shadow: 2px 2px 1px #224282;
    font-size: 30px;
}

.btn-social-long-facebook span {
    /*テキスト*/
    display:inline-block;
    transition: .5s;
}

.btn-social-long-facebook:hover span {
    /*ホバーで一周回転*/
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #FFF;/*文字・アイコン色*/
}
.md_sideUnit .title {
    position: relative;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-feature-settings: "palt";
}
.md_sideUnit .title:before {
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 12px);
    width: 3px;
    height: 22px;
    background: linear-gradient(to right, #53c8c2 0%, #66cec9 100%);
    border-radius: 10px;
}
.md_sideUnit--keyword .searchArea {
    position: relative;
}
.md_sideUnit--keyword .searchArea input {
    width: 100%;
    height: 40px;
    padding: 0 50px 0 15px;
    font-size: 14px;
    background-color: #f1f1f3;
    border: none;
    border-radius: 30px;
    box-shadow: none !important;
}
.md_sideUnit--keyword .searchArea .md_btn {
    position: absolute;
    top: calc(50% - 15px);
    right: 5px;
    width: 30px;
    height: 30px;
    background: linear-gradient(to right, #53c8c2 0%, #66cec9 100%);
    box-shadow: none;
    z-index: 2;
    border-radius: 50%;
    border-color: #53c8c2;
}

.md_sideUnit--keyword .searchArea .md_btn i{
    color: white;
}
.ribbon-title:before {
    /*タブ*/
    position: absolute;
    font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    border-bottom: dashed 2px white;
    content: attr(data-title);
    background: #dfefff;
    color: #0796f6;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: gray;
}

.breadcrumb li:first-child a:before {
    /*家アイコン*/
    font-family: FontAwesome;
    content: '\f015';
    font-weight: normal;
    font-size: 1.1em;
    color: #2e7fea;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
.tags-links{
    font-size: 16px;
    padding-left: 5px;
    font-weight: bold;
}
