@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#1f1717;
font:13px verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.4;
background:#F3F3F3;
-webkit-text-size-adjust: none;
text-align:center;
max-width: 600px;
margin: 0 auto;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#f84a40;text-decoration:none;}
a:hover{color:#F96E66v;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/

.margin0 {
  line-height: 0;
}

.margin_top10{
  margin-top:10px;
}

.margin_bottom10{
  margin-bottom:10px;
}

.margin_footer{
  margin-bottom:100px;
}

.bold{
  font-weight: bold;
}

.left{
  text-align:left;
}

.font_mini{
  font-size:12px;
}

.font_16{
  font-size:16px;
}

.font_10{
  font-size:10px;
}

.bold_blue{
  font-weight: bold;
  color: #407bf8;
}

.bold_red{
  font-weight: bold;
  color: #f84a40;
}

.red{
  color: #f84a40;
}

.green{
  color: #5fbb5b;
}

.yellow{
  color: #f4c219;
}

.gray{
  color: #625c5c;
}

.blue{
  color: #407bf8;
}

.font_16_bold_blue{
  font-size:16px;
  font-weight: bold;
  color: #407bf8;
}

.font_15_bold_blue{
  font-size:15px;
  font-weight: bold;
  color: #407bf8;
}


table {
	border-collapse: collapse;
}
td {
	border: solid 1px;
	padding: 0.5em;
}


th {
	background:#f5f5f5;
	border: solid 1px;
	padding: 0.5em;
       	width:30%;
	vertical-align: middle;
}

.border {border-top: solid 1px gray}


h1{
  width:100%;
  background-color: #f84a40;
  color:#ffffff;
  font-size: 22px;
  font-weight: bold;
  padding:20px 0;
  }
  
h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top:10px;
  }


div.whbox{
  background:#ffffff;
  padding:15px 4vw;
  margin-bottom:16px;
}

div.hoten{
  width:100%;
  margin:0px auto 10px 0;
  text-align:center;
  color:#f84a40;
  font-weight: bold;
  
}

div.text_center{
  width:100%;
  margin:10px auto;
  text-align:center;
}

div.text_left{
  width:100%;
  margin:10px auto;
  text-align:left;
}

div.notice_date{
  width:88%;
  margin:5px auto; 
  padding:10px;
  border-radius: 9px;
  border: solid 2px #f84a40;
  background-color: #fffacb;
  text-align:left;
}

div.notice_yellow{
  width:88%;
  margin:15px auto; 
  padding:10px;
  border-radius: 9px;
  border: solid 2px #f84a40;
  background-color: #fffacb;
  text-align:center;
  font-weight: bold;
  color: #f84a40;
}


p.notice_title{
  font-weight: bold;
  color: #f84a40;
  padding:5px 0;
 }
 
p.notice_blue{
  font-size: 12px;
  font-weight: bold;
  color: #407bf8;
  padding:3px 0;
 }
 
p.gray_box{
  border: solid 1px #625c5c;
  font-size: 12px;
  font-weight: bold;
  color: #625c5c; 
  padding:6px 0;
  margin:10px auto;
 }

div.info{
  width:88%;
  margin:15px auto; 
  padding:10px;
  border-radius: 9px;
  border: solid 2px #979797;
  background-color: #ffffff;
  text-align:center;
}


img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}


.font_14{
  font-size:14px;
}

div.line {
  border-bottom: 3px dotted #000;
    font-size:18px;
}

.border-solid {
    margin : 3em 0 1.5em ;
    padding : 1em 1.5em ;
    line-height : 1.8 ;
    border : solid 2px black ;
    font-size:15px;
}

.img_zensa {
   text-align: center;
}

 
 /* アコーディオン
------------------------------------------------------------*/
.accordion1 {text-align: left;margin-top:15px;}
.accordion1 .inner {display: none;}
.accordion1 p{
cursor: pointer; padding: 10px;
  background: #fdebeb;
  border: solid 1px #ffffff;
  font-weight: bold;
}
.accordion1 .inner li{
  padding: 10px;
  background: #fff7f7;
  border: solid 1px #ffffff;
  font-size: 12px;
}


/* モーダル
------------------------------------------------------------*/

.modal {
  display: none;
}

.modal_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}

.modal_inner {
  display: none;
  width: 75vw;
  max-width: 375px;
  height: 450px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* .modal_inner::before,
.modal_inner::after {
  position: absolute;
  top: -20px;
  right: 0;
  width: 25px;
  height: 4px;
  background: #fff;
  content: "";
  display: block;
}

.modal_inner::before {
  transform: rotate(-45deg);
}

.modal_inner::after {
  transform: rotate(45deg);
} */

.modal_inner_head {
  width: 100%;
}

.modal_inner_txt {
  text-align: justify;
  font-size: 10px;
  padding: 10px;
}

.modal_inner_list {
  width: 100%;
  height: 280px;
  overflow-y: scroll;
  box-sizing: border-box;
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.modal_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  right: 0;
}


