@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div,object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:16px;
    vertical-align:baseline;
    background:transparent;
}
 
body {
	line-height: 1;
	border-top-style: solid;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}



/* CSS Document */
/* 初期値設定 */
html, body, img, p, h1, h2, h3, h4, h5, #header {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 160%;
	color: #333;
	width: 100%;
	background-color: #E7E7E7;
}
/* フロートクリア */
#writer:after, .writer_info:after, #main_title_box:after, .f_uriba:after {
  content: "";
  clear: both;
  display: block;
}
/* PC */
/*ヘッダー設定*/
.header_container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  background-color: #15133E;
  text-align: center;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.pr {
	text-align: right;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 64%;
	line-height: 1;
	margin-bottom: -1%;
}
/*ライター設定*/
#writer {
  background: #F8F8F3;
  border-top: #FFF 1px solid;
  border-bottom: #E6E6E6 1px solid;
  padding: 1% 0;
}
.writer_info {
  background-repeat: no-repeat;
  background-image: url(../img/mika.png);
  background-size: 60% auto;
  display: inline-block;
  margin-left: 10px;
  padding: 3% 15px 4% 100px;
  box-sizing: border-box;
  background-position: 0% 40%;
}
.writer_count02 {
  float: right;
  margin: 3.5% 5px 0 0;
  color: #AA8400;
  font-weight: 500;
  padding-right: 3%;
}
.writer_count01 {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/heart.png);
  background-size: 35% auto;
  display: block;
  padding-left: 25px;
  box-sizing: border-box;
  float: right;
  margin: 3.5% 10px 9px;
  color: #C1272D;
  font-weight: 500;
}

/*メイン設定*/
.container_out {
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: #BBBBBB 0 0 2px;
  padding: 0 5% 1%;
  width: calc(960px - 5% - 5%);
}
.container {
  margin-bottom: 0%;
}

/*タイトル設定*/
.top_title {
  padding: 2% 0;
  line-height: 120%;
}
.top_title:before {
  content: '';
  color: darkred;
  font-size: 80%;
  font-weight: bold;
}
h1,h2 {
	font-size: 200%;
  font-weight: bold;
  line-height: 1.2em;
	padding: 4% 0 1%;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  margin: 0 auto 3%; 
	border-bottom: #15133e 3px solid;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 169%;
  padding: 1.5% 2%;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: solid #15133e 5px;
  background-color: #F4F4F4;
}

/*レイアウト設定*/
.mb15{
  margin-bottom: 15px;
}
.cc {
  text-align: center;
  display: block;
}

/*画像設定*/
.photo {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0;
}
.photo img {
  max-width: 100%;
}

/*テキストボックス設定*/
.text-box, .point_box {
}
.text-box p, .point_box {
/*  margin-left: 5%;
  margin-right: 5%;
*/  margin-bottom: 3%;
}

/*文字設定*/
.fontsmall {
  font-size: 72%;
}
.fontsize115 {
  font-size: 115%;
}
.fontsize130 {
  font-size: 130%;
}
/*文字装飾設定*/
.line_yellow {
  background: linear-gradient(transparent 45%, #ffeb64 0%);
}
.linkcolor {
  font-weight: bold;
  color: #0004D3;
}
.red {
  color: red;
}
.red02 {
  color: #BF0A0D;
}
.blue {
  color: #0004D3;
}
.blue02 {
  color: cornflowerblue;
}
.orange {
  color: #ff9900;
}
.green {
  color: #8DAD3B;
}
.pink {
  color: #F78294;
}
.deco_marker_yellow {
  background: #FFF5A2;
  border-radius: 3px;
  padding: 2px 3px 0 3px;
}

/*装飾設定*/
.border {
  border: dashed 1px gray;
}
ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul li {
/*  list-style: none;
*/}
ol {  
  padding: 10px 0 10px 35px;
 }
ol li {
  margin-bottom: 5px;
}
.interview {
  color: #1a5b36;
  font: bold;
}
.icon_left {
  text-align: left;
  width: 50px;
  margin-left: 2%;
  margin-bottom: 2%;
}
/*ボタン設定*/
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #222222;
  width: 70%;
  height: auto;
  padding: 5%;
  font-size: 200%;
  line-height: 2em;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
    background-image: -webkit-linear-gradient(#94e14f 0%, #6ec71e 100%);
    background-image: linear-gradient(#94e14f 0%, #6ec71e 100%);
  text-shadow: 2px 2px 2px #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.btn:active {/*押したとき*/
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(4px);/*沈むように*/
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15);
  filter: alpha(opacity=50);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*枠の設定*/
.comment-box {
  margin: 3% 0;
  background: #FFFBF4;
  background-size: 100%;
  padding: 2% 3%;
  font-size: 100%;
  line-height: 140%;
  border-radius: 10px;
  box-shadow: #BBBBBB 1px 1px 3px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.comment-box p {
  margin-bottom: 2%;
  font-size: 90%;
}
.comment-box .small {
  font-size: 90%;
  line-height: 100%;
  color: #636363;
  padding-top: 2%;
}
.comment-box01 {
  margin: 3% 0;
  background-size: 100%;
  padding: 2% 3%;
  font-size: 100%;
  line-height: 140%;
  border: solid 2px #E1E1E1;
  border-radius: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.comment-box01 img{
  max-width: 100%;
}
.voice-box {
  border: #BBB 1px solid;
  padding: 3% 3% 3% 24%;
  margin: 3%;
}
.voice-box p {
  font-size: 90%;
}
.atogaki_title {
  background: #F9F6DA;
  border-top: #FEFFF3 1px solid;
  border-bottom: #E6E8AD 1px solid;
  padding: 5px 0;
  font-size: 12pt;
  text-align: center;
  margin-top: 20px;
}
/*フッター設定*/
#footer {
  width: 100%;
  background-color: #15133e;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 90%;
  color: #ffffff;
}
footer a {
  color: #fff;
}
footer .footer_con {
  list-style: none;
  margin-bottom: 0;
}
footer .footer_con li{
  display: inline-block;
  padding-right: 10px;
}



/*運営情報　設定*/
.privacy_title {
	font-size: 120%;
	margin-top: 30px;
	margin-bottom: 5px;
  border: none;
}
.info_table {
	margin-top: 2%;
	width: 100%;
}
.info_table table{
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

.info_table table tbody tr {
  width: 90%;
	padding: 0 5%;
	border: 1px solid #CACACA;
}
.info_table table tbody tr th {
  width: 22%;
	background-color: #ECECEC;
	border-right: 1px solid #cacaca;
	padding: 1%;
}
.info_table table tbody tr td {
  width: 74%;
	background-color: #FFFFFF;
	padding: 1%;
}


/*動画設定*/
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*追加*/  
.center{
	text-align: center;
}
.center p {
    display: inline-block;
    text-align: left;
}
.right{
	text-align: right;
}

/*スマホ*/
@media screen and ( max-width:769px) {
  .container_out {
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    box-shadow: #BBBBBB 0 0 2px;
    padding: 0 5% 1%;
    width: calc(100% - 5% - 5%);
  }
  .header_container {
    width: 100%;
  }
  #header {
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .pr {
    margin-top: 3%;
    margin-bottom: -2%;
  }
  #writer {
    background: #F8F8F3;
    border-top: #FFF 1px solid;
    border-bottom: #E6E6E6 1px solid;
    padding: 3px 0;
  }
  .writer_info {
    background-repeat: no-repeat;
    background-image: url(../img/mika.png);
    background-size: 40% auto;
    display: inline-block;
    margin-left: 10px;
    padding: 3% 15px 4% 100px;
    box-sizing: border-box;
    background-position: 30% 40%;
  }
  .container {
    margin-bottom: 10%;
    margin-top: 5%;
  }
  .photo img {
    width: 100%;
    margin: 3% auto;
    box-sizing: border-box;
  }
  .top_title:before {
    content: '';
    color: darkred;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
  }
  h1,h2 {
    font-size: 130%;
    font-weight: bold;
    line-height: 120%;
    padding: 4% 0 2%;
    display: block;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    margin: 0 auto;
  }
  .text-box {
    margin: 5% 1%;
  }
  .text-box p {
    margin-bottom: 6%;
  }
  .btn {
    width: 96%;
    padding: 5% 2%;
    font-size: 130%;
    line-height: 1.5em;
    border-radius: 10px;
  }
.footer_con a {
  color: #ffffff;
}
　.info_table {
	width: 100%;
}
  .info_table table tbody tr th {
    text-align: left;
}
  .info_table table tbody tr th,
  .info_table table tbody tr td {
    width: 97%;
    display: block;
    padding-left: 2%
  }
  
	
/*
*/}


.c-notice {
    color: var(--bs-gray-dark);
    font-size: 2.2vw;
    padding: 15px 0;
    position: relative;
}

.c-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc((100% - 100vw) / 2);
    background-color: var(--bs-white);
    z-index: -1;
}

.c-notice__attention {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px dotted var(--bs-dark);
    background-color: var(--bs-white);
}

.c-notice__heading {
    margin-bottom: 1em;
    padding-left: 0.3em;
    font-size: 3.2vw;
    border-left: 3px solid #2f66bf;
}

.c-notice__heading:not(:first-of-type) {
    margin-top: 2em;
}

.c-notice__list {
    margin-bottom: 2em;
}

.c-notice__item {
    margin-bottom: 1em;
}

.c-notice__detail {
}

.c-notice .table {
    background-color: var(--bs-white);
    color: inherit;
    margin-bottom: 0;
}


.c-notice__detailtxt {
    padding: 5%;
}

@media (min-width: 960px) {
    .c-notice {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        grid-template-columns: 30% 38% 30%;
        grid-gap: 25px;
        font-size: 14px;
    }

    .c-notice__attention {
        margin-bottom: 0;
        padding: 15px;
        font-size: inherit;
    }

    .c-notice__heading {
        font-size: 18px;
    }

    .c-notice__detailtxt {
        padding: 15px;
    }
}