﻿* {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style:none;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: #ffffff;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    word-break: normal;
}

.White {
	color:#F4F4F4 !important;
}
.Sakura {
	color:#FFDEF5 !important;
}
.Lightblue {
	color:#CCEDFF !important;
}
.Kanaria {
	color:#FFCF05 !important;
}
.White_bg {
	background-color:#F4F4F4 !important;
    color: #000000 !important;
}
.Sakura_bg {
	background-color:#FFDEF5 !important;
    color: #000000 !important;
}
.Lightblue_bg {
	background-color:#CCEDFF !important;
    color: #000000 !important;
}
.Kanaria_bg {
	background-color:#FFCF05 !important;
    color: #000000 !important;
}
.White_border {
	border-color:#F4F4F4 !important;
}
.Sakura_border {
	border-color:#FFDEF5 !important;
}
.Lightblue_border {
	border-color:#CCEDFF !important;
}
.Kanaria_border {
	border-color:#FFCF05 !important;
}
.bold {
	font-weight:bold;
}
.noTxtDecoration{
	text-decoration:none;
	color: #000;
}

.main_article{
	width:100%;
	position:relative;
    border-radius:8px;
}
.main_article img{
    width: 100vw;
    height: 60vw;
    object-fit: contain;
}
.news_text_gradient{
	color: #ffffff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    padding: 4px 0 4px 4px;
    background: linear-gradient(0deg, #000000e0, #a1a1a17d);
    width: 100%;
}

.btns-table {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 8px;
}

.btns-table .btn1 {
	width: 25vw;
    height: 25vw;
	background-color:#F7F7F7;
	margin:8px 8px 8px 0;
	box-shadow: 3px 3px 4px 0px #c7c7c7;
	position: relative;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: 50%;
    background-position-y: 32%;
    border-radius:8px;
}
.btns-table .btn2 {
	width: calc(50vw - 32px);
    height: 25vw;
	background-color:#F7F7F7;
	margin:8px 0 8px 0;
	box-shadow: 3px 3px 4px 0px #c7c7c7;
	position: relative;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position-x: 16%;
    background-position-y: 50%;
    border-radius:8px;
}
.btns-table .btn3 {
	width: 25vw;
    height: 25vw;
	background-color:#F7F7F7;
	margin:8px 8px 8px 0;
	box-shadow: 3px 3px 4px 0px #c7c7c7;
	position: relative;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: 50%;
    background-position-y: 32%;
    border-radius:8px;
}
.btns-table .btn4 {
    width: calc(50vw - 16px);
    height: 25vw;
    background-color: #F7F7F7;
    margin: 8px 4px 8px 4px;
    box-shadow: 3px 3px 4px 0px #c7c7c7;
    position: relative;
    background-repeat: no-repeat;
    background-size: 14%;
    background-position-x: 8%;
    background-position-y: 50%;
    border-radius: 8px;
}
.btn_text_middle{
	position: absolute;
    height: 100%;
    width: 74%;
    margin-left: 26%;
    display: table;
    font-size:14px;
}
.btn_text_middle div{
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
}
.btns-table .btn1 span {
	position:absolute;
	bottom:12px;
	width:25vw;
	text-align:center;
	font-size:12px;
}
.btns-table .btn2 span {
    position: absolute;
    bottom: 36%;
    left: 36%;
    font-size: 12px;

}
.btns-table .btn3 span {
	position:absolute;
	bottom:12px;
	width:25vw;
	text-align:center;
	font-size:12px;
}
.btns-table .btn4 span {
    position: absolute;
    bottom: 36%;
    left: 36%;
}
.btns-table li:nth-child(3n+1){
    /*border-left: solid 4px #ffffff;*/
    /*border-top: solid 4px #ffffff;*/
}
.btns-table li:nth-child(3n+2){
    /*border-left: solid 4px #ffffff;*/
    /*border-top: solid 4px #ffffff;*/
}
.btns-table li:nth-child(3n+3){
    /*border-left: solid 4px #ffffff;*/
    /*border-right: solid 4px #ffffff;*/
    /*border-top: solid 4px #ffffff;*/
}

.wide-btn {
	/*border: solid 4px #ffffff;*/
    background: #F7F7F7;
    text-align: center;
    padding: 32px 0;
    background-repeat: no-repeat;
    background-size: 9%;
    background-position-x: 24%;
    background-position-y: 46%;
    border-radius:8px;
    margin: 0 8px 8px 8px;
    box-shadow: 3px 3px 4px 0px #c7c7c7;
    font-size: 12px;
}

.wide-btn2 {
	/*border: solid 4px #ffffff;*/
    background: #F7F7F7;
    text-align: center;
    padding: 4px 0;
    background-repeat: no-repeat;
    background-size: 10%;
    background-position-x: 24%;
    background-position-y: 46%;
    border-radius:8px;
    margin: 12px 8px 12px 8px;
    box-shadow: 3px 3px 4px 0px #c7c7c7;
    display:table;
}
.wide-btn2-img{
	display:table-cell;
	width:30%;
	height:84px;
	padding:0 8px 0 8px;
	vertical-align:middle;
}
.wide-btn2-img img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.wide-btn2-text {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:12px 0 8px 8px;
    width: 70%;
}
.wide-btn2-title{
	font-size:16px;
	padding-bottom:12px;
	overflow:hidden;
  text-overflow:ellipsis;
  
    width: 100%;
}
.wide-btn2-sub{
	font-size:12px;
    height: 22px;
	overflow:hidden;
  text-overflow:ellipsis;
    width: 100%;
}
.main_article_fav {
    position: relative;
}
.main_article_fav a{
    background-color: #E89C2D;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}
.main_article_fav a:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/ico_heart.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.main_article_desc{
	font-size:12px;
	padding:8px;
	word-break: break-word;
}
.sub-article-container{
	display:table;
}
.sub-article{
	display:table-cell;
	width:50vw;
	height:30vw;
	position:relative;
}
.sub-article .news_text_gradient{
	color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 4px 0 4px 4px;
    background: linear-gradient(0deg, #000000e0, #a1a1a17d);
    width: 100%;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 0px #c7c7c7;
}
.sub-article img{
	width:50vw;
	height:30vw;
	object-fit:cover;
    border-radius:8px;
    box-shadow: 3px 3px 4px 0px #c7c7c7;
}

.tab-top {
	width: 100%;
    height: 48px;
    background: #f0f0f0;
    display: flex;
    list-style: none;
    border-bottom: solid 1px #dbdbdb;
    font-size:12px;
}
.tab-top li{
	box-sizing:border-box;
	width:calc(100vw / 3);
	height: 100%;
	display:table;
}
.tab-top li:nth-child(3n+2){
	/*border-left:solid 1px #dbdbdb;*/
	/*border-right:solid 1px #dbdbdb;*/
}
.tab-top li span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.input-text {
	width:74%;
	margin-left:8px;
	border-radius:8px;
	font-size:18px;
}
.btn-small{
	display: inline-block;
    background: #FFCC00;
    border-radius: 8px;
    color: #ffffff;
    width: 16%;
    text-align: center;
}

.news_item {
    border-bottom: solid 2px #a0a0a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.news_item_text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
}

.news_item_title{
	margin-bottom: 4px;
    word-break: break-all;
    line-height: 1.3;
    font-weight:bold;
    padding-left:8px;
}
.news_item_sub {
	font-size:12px;
	overflow: hidden;
    width:70vw;
    margin-top: 8px;
    color: #949aa4;
    line-height: 1.1;
    padding-left:8px;
}
.news_item_a{
	display:table-cell;
	width:70vw;
}
.news_item_thumbnail {
	display:table-cell;
	width:30vw;
	height:20vw;
	box-sizing:border-box;
}
.news_item_thumbnail img {
	width:100%;
	height:100%;
	object-fit:contain;
}

.btn-mid {
	width:60vw;
	margin:12px 0 12px 20vw;
	padding:8px 0;
	font-size:20px;
	border-radius:12px;
	text-align:center;
}

.header_userinfo{
    display: table;
    width: 100%;
    height: 64px;
    background: #FFCF05;
    border-bottom: solid 1px #e0e0e0;
}

.usericon{
	width:20%;
	display: table-cell;
    height: 48px;
    text-align: left;
    vertical-align: middle;
    padding-left: 12px;
}
.usericon img{
	height:48px;
}
.username {
	width:40%;
	display:table-cell;
	vertical-align: middle;
}

.notif {
	width:20%;
	height:32px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.notif img{
	height:28px;
}
.setting{
	width:20%;
	height:32px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.setting img{
	height:28px;
}

.fav_item {
    border-bottom: solid 1px #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.fav_item_text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    position:relative;
}

.fav_item_date {
	font-size:14px;
	overflow: hidden;
    width:70vw;
    color: #777777;
    line-height: 1.1;
    position:absolute;
    
}
.fav_item_title{
	padding:24px 0 12px 0;
    word-break: break-all;
    line-height: 1.3;
    font-weight:bold;
    color:#EB9200;
}
.fav_item_delete{
    width: 20px;
    height: 20px;
    background-image: url("../images/ico_gomi.png");
    background-size:20px 20px;
    position: absolute;
    right: 0;
    opacity: 0.5;
}

.c-tab-container {
    padding: 16px 16px 32px 16px;
}

.c-tab-top {
    height: 38px;
    display: flex;
    justify-content: center;
    list-style: none;

}
.c-tab-top li{
	box-sizing:border-box;
	width: calc(100% / 3);
	height: 100%;
	display:table;
}
.c-tab-top li span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
}
.c-tab-top li{
	border-top:solid 2px;
	border-right:solid 1px;
	border-bottom:solid 2px;
	border-left:solid 2px;
	border-color:#FFEB00;
	
}
.c-tab-top li:first-child{
    border-radius: 32px 0 0 32px;
}
.c-tab-top li:last-child{
    border-radius: 0 32px 32px 0;
}

.btn_rect{
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding: 12px 0;
    background: #00809b;
}

.wide_ttl {
	width:100%;
	padding: 4px 0 4px 8px;
	font-size:16px;
}

.wide_reg_input {
    width: 100vw;
    border: solid 1px #a0a0a0a0;
    font-size: 16px;
    padding: 8px;
}

.date_ttl{
	display:inline-block;
	width:30vw;
	padding:8px;
	text-align:left;
}
.date_val{
	display:inline-block;
	width:70vw;
	padding:8px;
	text-align:right;
    border: none;
    font-size: 18px;
}

.btn_icon{
	display: inline-block;
    width: 12vw;
    height: 12vw;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 4vw;
    vertical-align: middle;
}
.btn_icon_camera{
	background-image:url("../images/ico_camerastart.png");
}
.btn_icon_file{
	background-image:url("../images/ico_file.png");
}

.loader1 {
  font-size: 10px;
  margin: 20vw auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #00def7;
  background: -moz-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: -webkit-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: -o-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: -ms-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: linear-gradient(to right, #00def7 10%, rgba(0,222,247, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader2 {
  font-size: 10px;
  margin: 8vw auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #00def7;
  background: -moz-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: -webkit-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: -o-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: -ms-linear-gradient(left, #00def7 10%, rgba(0,222,247, 0) 42%);
  background: linear-gradient(to right, #00def7 10%, rgba(0,222,247, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader1:before, .loader2:before {
  width: 50%;
  height: 50%;
  background: #00def7;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader1:after, .loader2:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.tab-search-news{
    width: 92%;
    margin-left: 4%;
    height: 48px;
    display: flex;
    list-style: none;
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
    margin-bottom:24px;
}
.tab-search-news li{
	width: 18.5vw;
	height:100%;
    border: solid 1px #aaaaaa;
    border-radius: 8px;
    vertical-align: middle;
    display: table;
}
.tab-search-news li span {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tab-search-news-selected{
	font-weight:bold;
    background: #b3b3b3;
    color: #fff;
}


.tooltip {
    width: auto;
    min-height: 20px;
    position: absolute;
    margin-left: 2em;
    padding: 5px 10px;
    background: #666;
    color: #fff;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: 0 0 8px gray;
    visibility:hidden;
    opacity: 0;
}
.tooltip {
    transform: translateY(-10px);
    transition: all 1s;
}
.tooltip.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.socialBlock{
    display:flex;
    flex-direction:row;
}

.socialBlock_twitter,
.socialBlock_line,
.socialBlock_facebook {
    margin-left: 0.5rem;
}

    .socialBlock_facebook span {
    vertical-align:baseline !important;
    }