@charset "utf-8";
/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

html, body, div, span, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, img, a,
pre, form, fieldset, input, p, blockquote, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
}

ul {
    list-style-type: none;
}

fieldset, img, abbr {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: bottom;
}

/*「clearfix」でfloatを使った際のエリアが重なるバグを解除*/
.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    height: 0;
    clear: both;
}

/*.clearfix{ display: inline-block; }*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.triangle-right{
    display: inline-block;
    background: #007FFF;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 1px;
}
.triangle-right:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 1px 4px;
    border-left: 7px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

}

body {
    color: #666666;
    max-width: 700px;
    margin: 10px auto 30px;
    line-height: 1.8;
}


/*--------------------------------------------------------

■ヘッダー

--------------------------------------------------------*/
.header {
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1) inset;
}
.header .header-img{
    position: relative;
}
.header .header-img .feature {
    position: absolute;
    width: initial;
    top: 100px;
    left: 180px;
}
.header .header-img .qr {
    position: absolute;
    width: 111px;
    height: 111px;
    bottom: -70px;
    right: 13px;
}
.header .header-img h2{
}
.header .top-text{
    color: #007FFF;
    background: #E6F4FF;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 15px;
}
.header .bottom-text{
    color: #0091F0;
    background: #E6F4FF;
    padding: 35px 130px 35px 10px;
    font-size: 12px;
}
.header .bottom-text a{
    text-decoration: underline;
}
.header img{
    width: 100%;
}
/*--------------------------------------------------------

■フッター

--------------------------------------------------------*/
.footer {
    font-size: 13px;
    text-align: center;
    color: #666666;
    background: #D0EAFF;
    height: 40px;
    line-height: 40px;
	margin-top:40px;
}

/*--------------------------------------------------------

■メイン

--------------------------------------------------------*/

.main .contents {
    margin: 30px 0;
    border: 1px solid #ccc
}

.main .contents .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #007FFF;
    padding: 5px 10px;
    background: #FFF;
    border-bottom: 1px solid #ccc;
    z-index: 3;
}

.main .contents .in {
    font-size: 14px;
    color: #666666;
    padding: 10px;
    line-height: 2em;
}

.main .contents .in .list {
    margin-top: 10px;
}

.main .contents .in .circle {
    font-size: 12px;
    margin-right: 2px;
}
.main .contents .in .margin {
    margin: 10px 0;
}
.main .contents .in ul {
    margin: 10px 0;
}

.main .contents .pr{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 0;
}

.deai {
    width: 50%;
    padding: 0 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .deai:nth-child(even) {
        border-left: 1px solid #ccc;
    }
    .deai:nth-child(n + 3) {
        border-top: 1px solid #ccc;
    }
}

.deai img {
    display: block;
    width: 100%;
    position: relative;
    border: 4px solid #FF9B2D;
    box-sizing: border-box;
    z-index: 2;
}

.deai.site {
}

.deai.app {
}

.deai .name {
    font-size: 24px;
    color: #FF9B2D;
    margin: 7px 0;
}

.deai .image {
    position: relative;
    z-index: 2;
}

.deai .image .No1 {
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    top: -60px;
    right: 15px;
    background: #FF9B2d;
    width: 90px;
    height: 90px;
    line-height: 75px;
    border-radius: 50%;
    z-index: 1;
    transform: rotate(15deg);
}

.deai .text .important {
    font-weight: bold;
    color: #ff0000;
}


.deai .btn_and_link > div {
    display: inline-block;
    margin: 10px 0;
}
.deai .btn_and_link a {
    line-height: 1.6em;
    word-wrap:break-word;
}

.deai .btn_and_link a.meruru {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

.deai .btn_and_link .btn {

    background: #FF9B2d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 138px;
    margin-right: 10px;
}

.deai .btn_and_link .link .icon.r {
    font-size: 12px;
    display: inline-block;
    color: #fff;
    background: #3EB1FF;
    height: 15px;
    line-height: 13px;
    width: 15px;
    text-align: center;
    vertical-align: text-top;
    border-radius: 50%;
    margin-right: 5px;
}
.important2{
    color: #007FFF;
    font-weight: bold;
}
.deai.app .bg-color{
    background-color: #8CC21D;
}
.deai.app .bd-color{
    border-color: #8CC21D;
}
.deai.app .f-color{
    color:  #8CC21D;;
}

@media only screen and (min-width: 768px) {
    .deai .image img.meruru{
        height: 185px;
        object-fit: cover;
        object-position: top;
    }
}
/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
@media only screen and (max-width: 767px) {
    body{
        margin: 10px;
    }
    .main .contents .in.pr{
        padding: 0;
    }
    .deai {
        width: 100%;
    }
    .deai:not(.empty):nth-child(n + 2) {
        border-top: 1px solid #ccc;
    }

    .deai .btn_and_link > div {
        display: block;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .header{
        margin: 0 10px;
    }
    .header .bottom-text{
        padding: 30px 10px;
    }
    .main .contents .in{
        padding: 10px;
    }
    .main{
        padding: 10px;
    }
    .deai .image{
        width: 100%;
    }
    .deai .image img{
        width: 100%;
    }
    .qr{
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .deai .name{
        font-size: 20px;
    }
    .deai .image .No1{
        font-size: 24px;
        top: -55px;
        right: 10px;
        width: 75px;
        height: 75px;
        line-height: 70px;

    }
}