.app_main {
width: 72%;
float: left;
}

@media screen and (max-width:890px) {
.app_main {
width: 100%;
float: none;
margin-bottom: 2em;
}
}

#page .apptitle-name {
background-color: #97D3E3;
color: #fff;
margin: 1.5em 0 1em 0;
padding: 5px 0 5px 10px;
font-weight: bold;
border-radius: 2px;
font-size: 18px;
}

.summery {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}

.app-img {
margin-right: 20px;
flex-basis: 200px;
}

ul.news-list {
display: flex;
flex-wrap: wrap;
}

ul.news-list li {
width: 170px;
height: 200px;
margin: 5px;
padding: 5px;
text-align: center;
background-color: #f3f3f3;
line-height: 1.5em;
display: table-cell;
vertical-align: middle;
}

ul.news-list li a {
text-decoration: none;
}

.app_item {
display: flex;
}

.app_item .app-model {
margin: 0 0 3px 3px;
}

.app_item .app-model span {
padding: 4px;
background-color: #009767;
color: white;
border-radius: 5px;
}

.app_summery {
flex-basis: 800px;
}

.app_summery a {
text-decoration: none;
}

#main .app_top p {
margin-bottom: 0;
}

#main .app_top a {
text-decoration: none;
}

ul.app_cat li {
list-style: none;
padding-left: 10px;
margin-bottom: 10px;
padding: 5px;
border-bottom: dashed 1px orange;
}

ul.app_cat a,
ul.app_cat-top a {
text-decoration: none;
display: block;
}

.app-info {
flex-basis: 800px;
}

.newcategory-side_list li {
background-color: #CAE7F2;
margin: 0.5em 0;
padding: 0.1em 2em 0.1em 2.8em;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
line-height: 2;
list-style-type: none !important;
box-shadow: 0 2.5px 0 #dadada;
transition: 0.15s;
position: relative;
}

.newcategory-side_list a {
color: #1E98B9;
text-decoration: none;
font-size: 110%;
font-weight: bold;
}

.newcategory-side_list li i {
font-size: 110%;
width: 1em;
margin: 0 0 0 -1.5em;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
}

#main .newcategory-side_list li:hover {
box-shadow: 0 0px 0 #dadada;
transform: translateY(2.5px);
text-decoration: none;
filter: brightness(110%);
}

.category_list li {
background-color: #CAE7F2;
margin: 0.2em 0;
padding: 15px 0px 10px 0px;
border-radius: 15px;
line-height: 2;
box-shadow: 0 2.5px 0 #dadada;
text-align: center;
}

.category_list li i {
font-size: 120%;
display: block;
}

#main .category_list li:hover {
box-shadow: 0 0px 0 #dadada;
transform: translateY(2.5px);
text-decoration: none;
filter: brightness(110%);
}

.category_list a {
color: #1E98B9;
text-decoration: none;
font-size: 120%;
font-weight: bold;
flex: 1 1 30%;
justify-content: space-between;
padding: 0.1em 0.2em;
}
}

.app-download img {
max-width: 150px;
max-height: 46px;
margin-top: 15px;
}

ul.category_list {
display: flex;
flex-wrap: wrap;
}

li.app-medicalstaff {
color: #1DAF9E;
background-color: #caf4e4;
}


@media screen and (max-width:890px) {
.app-download img {
max-width: 100px;
max-height: 32px;
}

#main .app_summery p {
font-size: 75%;
}
}


h4 {
padding: 0.25em 0.5em;
color: #494949;
background: transparent;
border-left: solid 5px #7db4e6;
}

/*--- おすすめアプリコーナー ---*/

.app_osusume p.app_osusume_star:before {
content: "★";
color: #F8D32F;
font-size: 16px;
}

.app-osusume1 {
display: flex;
}

.app-osusume1 .app-img {
margin-bottom: 1.5em;
}

.app-osusume1 img {
width: 120px;
height: 120px;
vertical-align: bottom;
margin-top: 10px;
}

.app_osusume .app_summery {
margin-top: 2%;
}

.app-osusume1 .app_osusume p {
color: #FF8A00;
}

.app-osusume1 .app_osusume h3 {
font-size: 20px;
}

.app_osusume .app_speclist {
margin: 0 0 3px 3px;
}

.app_speclist .app_speclist_btn {
padding: 4px;
background-color: #009767;
color: white;
border-radius: 5px;
}

span.app_speclist_btn.free {
padding: 4px 12px;
background-color: #FF8A00;
}

.app_osusume .app-osusume2 {
display: flex
}

.app_osusume .app-comment {
width: 720px;
margin: 2% 0 0 5%;
}

.app_osusume .app-comment a {
text-decoration: none;
}

.app-comment .app-download {
width: 30%;
margin-top: 30px;
display: flex;
}

@media screen and (max-width:890px) {

.category_list span {
font-size: 12px;
}
}

/* ===========================================
記事内 DLボタン部分
============================================ */

#main .app__dllink_box {
    margin: 1.5em auto;
    background: #f2fbff;
    padding: 1em;
}

#main .app__dllink_box h2 {
    color: #11506b;
    text-align: center;
}

#main .app__dllink_box .app_webdl_btn {
    display: inline-block;
    text-decoration: none;
    background: #11506b;
    padding: 1em;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

#main .app__dllink_box .app_webdl_btn:before {
    font-family: "FontAwesome";
    content: "\f108";
    color: #fff;
    margin-right: 5px;
    font-size: 140%;
}

#main .app__dllink_box .app__dllink_onbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#main .app__dllink_box .app__dllink_onbox a {
    margin: 5px;
}