@charset "utf-8";
/* CSS Document */

/* 共通
---------------------------------------------*/
main {
    padding-bottom: 20px;
}

.title_head,
.title_head_bdr,
.title_head_bg {
    margin: 0;
    padding: 14px 10px;
    font-size: 100%;
	font-weight: bold;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 3px;
}
.title_head_bdr {
    border-bottom: 2px solid #ff6478;
}
.title_head_bg {
    background: #ff6478;
    color: #fff;
}
.title_subhd {
	padding:10px 0;
}
.icn_apply {
	float:left;
	width:25px;
}
.icn_apply i {
	font-size:500%;
	margin-bottom:5px;
	color:#ff6478;
}
.ps_bg{
	background-color: #ffebdc;
}
.bdr_t {
    border-top: 1px solid #E1E1DA;
}

/* リスト */
.listview_box {
    font-size: 90%;
}
.listview_label {
    padding: 10px 15px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #E1E1DA;
}
.listview_icon::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
}
.listview_item {
    border-bottom: 1px solid #E1E1DA;
    position: relative;
    background: #fff;
}
.listview_item::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/new_right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.listview_item a {
    display: block;
    padding: 10px 30px 10px 15px;
}
.listview_item a:hover {
    color: #FF8900;
}

/* 画像付きリスト */
.imglistview_link {
    display: block;
}
.imglistview_link:hover {
    color: #FF8900;
}
.imglistview_item {
	padding: 8px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #E1E1DA;
    background: #fff;
}
.imglistview_item__img {
    position: relative;
    vertical-align: middle;
    padding: 0 7px 0 10px;
    display: table-cell;
    width: 30%;
}
.imglistview_item__img .trim {
    display:block;
    width: 100%;
    /* 16:9の画像を想定しそれ以上の場合横トリミング calc((画面幅の30% - padding)*9/16) */
	height: calc((100vw * 3 / 10 - 17px) * 9 / 16);
	overflow: hidden;
	position: relative;
    border-radius: 5px;
    border: 1px solid #ddd;
	background-color:#E1E1DA;
}
.imglistview_item__img img,
.imglistview_pickup_item__img img {
    vertical-align: bottom;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}
.imglistview_item__text {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 0 5px;
    width: 70%;
    /* font-size: 90%; */
    line-height: 1.5;
    position: relative;
}
.imglistview_item__text::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/new_right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.imglistview_item__title {
    font-weight: bold;
    font-size: 90%;
    display: block;
}
.imglistview_item__title_n {
    display: block;
}
.imglistview_item__time {
    display: block;
    font-size: 80%;
    color: #666666;
}

.imglistview_item__warning {
    display: block;
    font-size: 90%;
    color: #d20000;
}

.imglistview_item__img .trim_pickup {
    display:block;
    width: 100%;
    /* 16:9の画像を想定しそれ以上の場合横トリミング calc((画面幅の30% - padding)*9/16) */
	height: calc((100vw * 3 / 10 - 17px) * 9 / 16);
	overflow: hidden;
	position: relative;
}

.imglistview_item__pickup_text {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 5px;
    width: 70%;
    line-height: 1.5;
    position: relative;
}

.imglistview_item__pickup_div_table {
	display: table;
	width: 100%;
	border-bottom: solid 1px #666;
	margin-bottom: 2px;
}

.imglistview_item__pickup_div {
	display: table-row;
    width: 100%;
}

.imglistview_item__pickup_left_category {
	display: table-cell;
	background: #666;
    width: 5.6em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 75%;
    padding-top: 1px;
    vertical-align: middle;
    line-height: 1.2em;
}

.imglistview_item__pickup_right_time {
	display: table-cell;
    font-size: 78%;
    color: #666;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 1.1em;
}

.imglistview_item__pickup_title {
    font-weight: bold;
    font-size: 85%;
    color: #333;
    display: block;
}

/* 本文付きリスト */
.bodylistview_link {
    display: block;
}
.bodylistview_link:hover {
    color: #FF8900;
}
.bodylistview_item {
	padding: 15px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #E1E1DA;
    background: #fff;
    position: relative;
}
.bodylistview_item::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/new_right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.bodylistview_item__term {
    line-height: 1.5;
    padding: 0 30px 0 15px;
}
.bodylistview_item__des {
    position: relative;
    padding: 5px 30px 0 15px;
    line-height: 1.3;
}
.bodylistview_item__title {
    font-size: 90%;
    display: block;
    color: #ff6478;
    padding: 5px 0 0;
}
.bodylistview_item__time {
    display: block;
    font-size: 80%;
    color: #999;
}
.bodylistview_item__body {
    font-size: 80%;
}

/* フォームレイアウト */
.form_layout dl {
	margin:0;
	display:block;
	padding-bottom:40px;
}
.form_layout dt {
	margin:0;
	padding-bottom:15px;
	font-weight:bold;
}

/* フォーム */
.form_box input[type="text"],
.form_box input[type="password"],
.form_box input[type="tel"],
.form_box input[type="email"] {
	border:none;
	width:100%;
	border-radius:8px;
	padding: 13px 0;
	margin-bottom:5px;
	text-indent:10px;
	-webkit-appearance: none;
    line-height: normal;
    border: 1px solid #E1E1DA;
}

/* ボタン */
.btn_box {
    list-style: none;
    margin: 20px 0;
}
.btn_box > li {
    margin: 0 0 15px 0;
}
.btn {
	padding: 13px 0;
	border-radius:8px;
	width:100%;
}
.btn_submit {
    border:solid 2px #4ab7f0;
	background-color:#4ab7f0;
	color:#FFFFFF;
}
.btn_cancel {
    padding: 10px 0;
    border:solid 2px #4ab7f0;
	background-color:#fff;
	color:#4ab7f0;
}

.msg_box {
    padding: 15px;
}
.msg_box p {
    font-size: 90%;
}

/* リンク */
.listview_item a.outbound_link::after,
a.outbound_link .imglistview_item .imglistview_item__title::after,
a.outbound_link .imglistview_item .imglistview_item__title_n::after,
a.outbound_link .bodylistview_item .bodylistview_item__title::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 15px;
    background: url(../img/icon_outbound_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* loading */
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(74,183,240, 0.2);
  border-right: 0.8em solid rgba(74,183,240, 0.2);
  border-bottom: 0.8em solid rgba(74,183,240, 0.2);
  border-left: 0.8em solid #4ab7f0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* dialog
---------------------------------------------*/
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}
.fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
}
.animated {
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity:1; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity:0; }
}
@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity:0; }
}

.dialogModal {
	background: rgba(0, 0, 0, 0.5)
}
.dialogModal.modal .dialogModal_top .dialogModal_header {
    background: #FFED64 !important;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 2px dashed #663300 !important;
    color: #663300 !important;
    font-weight: bold !important;
    font-size: 100% !important;
}
.dialogModal .dialogModal_content {
    padding: 15px 17px 25px;
}
.dialogModal .dialogModal_body {
    border-radius: 0 0 10px 10px !important;
}
@media screen and (max-width: 680px){
    .dialogModal .dialogModal_container,
    .dialogModal .dialogModal_top .dialogModal_header{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

/* エラーページ
---------------------------------------------*/
.err_box {
	padding:20px 15px;
	margin:40px 10px;
    text-align: center;
}
.err_box__tit {
    margin: 0 0 10px 0;
    padding: 0 20px;
    display: inline-block;
    background: #ff6478;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
}

/* 本文付きリスト */
.bodylistview_link {
    display: block;
}
.bodylistview_item {
	padding: 15px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #f3f3f1;
    background: #fff;
    position: relative;
}
.bodylistview_item::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/new_right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.bodylistview_item__term {
    line-height: 1.5;
    padding: 0 30px 0 15px;
}
.bodylistview_item__des {
    position: relative;
    padding: 3px 30px 0 15px;
    line-height: 1.2;
}
.bodylistview_item__title {
    font-size: 90%;
    display: block;
    color: #ff6478;
    padding: 5px 0 0;
}
.bodylistview_item__time {
    display: block;
    font-size: 75%;
    color: #9CA3B1;
}
.bodylistview_item__body {
    font-size: 85%;
}

/* タブ */
.tab_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
.tab_list > li {
    display: table-cell;
    width: 50%;
    text-align: center;
}
.tab_list .tab[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: -2px;
    left: -23px;
}
.tab + span {
    background-color: #CCCCC6;
    color: #fff;
    display: block;
    font-size: 90%;
    padding: 10px 0;
}
.tab:checked + span {
    background-color: #ff6478;
}
.tab_item {
    display: none;
}
.tab_item.active {
    display: block;
}

/* ボタン */
.btn_box {
    list-style: none;
    margin: 20px 0;
}
.btn_box > li {
    margin: 0 0 15px 0;
}
.btn {
	padding: 13px 0;
	border-radius:8px;
	width:100%;
}
.btn_submit {
    border:solid 2px #ff6478;
	background-color:#ff6478;
	color:#FFFFFF;
}
.btn_cancel {
    padding: 10px 0;
    border:solid 2px #ff6478;
	background-color:#fff;
	color:#ff6478;
}

/* お知らせ詳細
----------------------------------------------------*/
.info_title_box {
	margin: 0 0 10px;
	padding: 15px 10px;
	border-bottom: 1px solid #f3f3f1;
}

.info_title__title {
	margin: 5px 0 0;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3;
	color: #ff6478;
}

.info_title__datetime {
	padding: 0 0 0 1px;
	font-size: 80%;
}

.info_detail_box {
	margin: 0 0 20px;
}

.info_img_box {
	text-align: center;
	padding: 5px 10px;
}

.info_body {
	padding: 0 10px 35px;
	line-height: 1.7;
	word-break: break-all;
}

.info_button a {
	display: block;
	background: #ff6478;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin: 0 30px;
	text-align: center;
}

/* アンケート一覧
----------------------------------------------------*/

.question_badm{
	font-size: small !important;
    background: #fff;
    background-color: #ffebdc;
}
.question_sec{
	padding: 0px;
	background-color: #fff;
}
.question_page{
	width:100%;
	padding: 0px;
}
.question_tbl{
	width: 100%;
    font-size: 90%;
}
.question_thumb{
	width: 90px;
    text-align: center;
    border-width: 1px 0px;
    border-bottom: 1px solid #f3f3f1;
    padding: 10px 10px 10px 15px !important;
}
.question_title{
	font-size: 14px;
    background-image: url(../img/new_right_arrow.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 8.41px 14.53px;
    padding: 10px 35px 10px 5px !important;
    border-width: 1px 0px;
    border-bottom: 1px solid #f3f3f1;
    vertical-align: top;
}
.question_name {
    font-weight: bold;
}
img.eventimg {
    max-width: 90px;
    max-height: 90px;
    border: 1px solid #E1E1DA;
    border-radius: 6px;
}