﻿@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%;
}
/* フロートクリア */
#main_title_box:after, .f_uriba:after {
  content: "";
  clear: both;
  display: block;
}
/* PC */
/*ヘッダー設定*/
.header_container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  text-align: center;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 2%;
}
.pr {
	text-align: right;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 64%;
	line-height: 1;
	margin-bottom: -1%;
}
.pr a{
	text-decoration: none;
	color: #fff;
}

/*メイン設定*/
.container_out {
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  padding: 0 5% 1%;
  width: calc(960px - 5% - 5%);
}
.container {
  margin-bottom: 10%;
}

/*タイトル設定*/
.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: #760024 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 #760024 5px;
  background-color: #F4F4F4;
}

/*レイアウト設定*/
.mt0 {
	margin-top: 0px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.mb15{
  margin-bottom: 15px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
.cc {
  text-align: center;
  display: block;
}
.right {
  text-align: right;
	line-height: 1em;
}

/*画像設定*/
.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-bottom: 3%;
}

/*文字設定*/
.fontsmall {
  font-size: 72%;
}
.fontsize115 {
  font-size: 115%;
}
.fontsize130 {
  font-size: 130%;
}
sub, sup {
    font-size: 10px;
    margin-top: 0;
}


/*文字装飾設定*/
u{text-decoration: none;}
u, .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;
}
.btn.balloon, .btn_img  {
  animation: balloon 3s ease infinite;
}

@keyframes balloon {
  0% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  50% { transform:translateY(-15px) }
  75% { transform:translateY(0) }
  100% { transform:translateY(-15px) }
}




/*枠の設定*/
.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-box ul,
.comment-box01 ul,
.comment-box ol,
.comment-box01 ol,
.comment-box p:last-of-type,
.comment-box01 p:last-of-type {
	margin-bottom: 0;
}
.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%;
}
.comment-box ul,
.comment-box01 ul,
.comment-box ol,
.comment-box01 ol,
.comment-box p:last-of-type,
.comment-box01 p:last-of-type {
	margin-bottom: 0;
}
.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: #c04b81;
  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%;
	margin-bottom: 80%;
}
.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%;
}

/*スマホ*/
@media screen and ( max-width:640px) {
  .container_out {
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    padding: 0 2% 1%;
    width: calc(100% - 4%);
  }
  .header_container {
    width: 100%;
  }
  #header {
    text-align: center;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .pr {
    margin-top: 3%;
    margin-bottom: -2%;
  }
  .container {
    margin-bottom: 10%;
    margin-top: 5%;
  }
  .photo img {
    width: 100%;
    margin: 0 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%
  }



/*
*/}

/* 吹き出し */
.balloon_l,
.balloon_r{
  margin: 15px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 41px;
  height: auto;
}
.balloon_r .faceicon{
  margin-left:12px;
}
.balloon_l .faceicon{
  margin-right:12px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.balloon_l .balloon_name,
.balloon_r .balloon_name{
  margin-bottom: 0;
}
.balloon_r .balloon_name{
  text-align: right;
}
.says {
  max-width:500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 15px;
  border-radius: 30px;
  background: #fcf0f2;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.3;
}
.balloon_l .says{
  background: #fcf0f2;
}
.balloon_r .says{
  background: #e0eca6;
}
.says p{
  margin:8px 0 0 !important;
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 27px;
  width: 100%;
  height: 90%;
  background-image: url(img/f_l.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top left;
  top: 15px;
}
.balloon_l .says:after {
  background-image: url(img/f_l.png);
  left: -10px;
}
.balloon_r .says:after {
  background-image: url(img/f_r.png);
  right: -10px;
}
.balloon_body{
  max-width: calc(100% - 100px);
}

@media ( max-width:640px) {
.says{
  padding: 13px;
}
.faceicon img {
  width: 2em;
  margin-top: .3em;
}
.balloon_name{
  font-size: 12px;
  height: 1.5em;
}
.balloon.balloon02 {
  padding-right: 10px;
}
}

/*
 ボタン4
 ----------------------------------------------------------- */
 .btn04_box{
   position: relative;
 }
 .btn04_box .arrow {
  position: absolute;
  left: -20px;
  z-index: 1;
  top: 5px;
  bottom: 0;
  margin: auto;
}
 .btn04 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: rgb(14,153,79);
  background: linear-gradient(180deg, rgba(14,153,79,1) 0%, rgba(14,153,79,1) 32%, rgba(10,125,43,1) 100%);
  margin: 0 auto;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  font-family: inherit;
  padding: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 3px #fff solid;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn04 .font_s{
  font-size: 30px;
}
.btn04 a {
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
}

.btn04:focus {
  color: #FFF;
  text-decoration: none;
}

.btn04:hover {
  opacity: .7;
  color: #FFF;
  text-decoration: none;
}

.btn04 .ref {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 350px;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: ref 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: ref 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: ref 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: ref 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: ref 4s ease-in-out infinite
}

@keyframes ref {
  0% {
      transform: scale(0) rotate(45deg);
      opacity: 0
  }

  80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5
  }

  81% {
      transform: scale(4) rotate(45deg);
      opacity: 0.7
  }

  100% {
      transform: scale(50) rotate(45deg);
      opacity: 0
  }
}

@-webkit-keyframes ref {
  0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0
  }

  80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5
  }

  81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 0.7
  }

  100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0
  }
}

@-moz-keyframes ref {
  0% {
      -moz-transform: scale(0) rotate(45deg);
      opacity: 0
  }

  80% {
      -moz-transform: scale(0) rotate(45deg);
      opacity: 0.5
  }

  81% {
      -moz-transform: scale(4) rotate(45deg);
      opacity: 0.7
  }

  100% {
      -moz-transform: scale(50) rotate(45deg);
      opacity: 0
  }
}

@-ms-keyframes ref {
  0% {
      -ms-transform: scale(0) rotate(45deg);
      opacity: 0
  }

  80% {
      -ms-transform: scale(0) rotate(45deg);
      opacity: 0.5
  }

  81% {
      -ms-transform: scale(4) rotate(45deg);
      opacity: 0.7
  }

  100% {
      -ms-transform: scale(50) rotate(45deg);
      opacity: 0
  }
}

@-o-keyframes ref {
  0% {
      -o-transform: scale(0) rotate(45deg);
      opacity: 0
  }

  80% {
      -o-transform: scale(0) rotate(45deg);
      opacity: 0.5
  }

  81% {
      -o-transform: scale(4) rotate(45deg);
      opacity: 0.7
  }

  100% {
      -o-transform: scale(50) rotate(45deg);
      opacity: 0
  }
}

@media ( max-width:640px) {
  .btn04{
    font-size: 20px;
    height: 40px;
    width: 98%;
    border: 2px #fff solid;
  }
  .btn04_box .arrow {
    top: 15px;
}
  .btn04_box .arrow img{
    width: 50px;
    left: 0;
  }
  .btn04 .font_s {
    font-size: 16px;
}
}

/*
 ボタン5
 ----------------------------------------------------------- */
 .btn05_box{
  position: relative;
}
.btn05_box .arrow {
 position: absolute;
 left: -20px;
 z-index: 1;
 top: 5px;
 bottom: 0;
 margin: auto;
}
.btn05 {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 display: block;
 background: rgb(14,153,79);
 background: linear-gradient(180deg, rgba(14,153,79,1) 0%, rgba(14,153,79,1) 32%, rgba(10,125,43,1) 100%);
 margin: 0 auto;
 border-radius: 15px;
 color: #fff;
 font-weight: bold;
 font-size: 44px;
 font-family: inherit;
 padding: 10px;
 transition: all 0.2s ease;
 cursor: pointer;
 text-align: center;
 padding: 20px 0;
 position: relative;
 width: 100%;
 overflow: hidden;
 border: 3px #fff solid;
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
 height: 110px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.btn05 .font_s{
 font-size: 30px;
}
.btn05 a {
 color: #FFF;
 text-decoration: none;
 line-height: 1.2;
}

.btn05:focus {
 color: #FFF;
 text-decoration: none;
}

.btn05:hover {
 opacity: .7;
 color: #FFF;
 text-decoration: none;
}

.btn05 .ref {
 height: 100%;
 width: 100%;
 border-radius: 10px;
 position: absolute;
 top: 350px;
 right: 0;
 background-color: #fff;
 opacity: 0;
 transform: rotate(45deg);
 animation: ref 4s ease-in-out infinite;
 -webkit-transform: rotate(45deg);
 -webkit-animation: ref 4s ease-in-out infinite;
 -moz-transform: rotate(45deg);
 -moz-animation: ref 4s ease-in-out infinite;
 -ms-transform: rotate(45deg);
 -ms-animation: ref 4s ease-in-out infinite;
 -o-transform: rotate(45deg);
 -o-animation: ref 4s ease-in-out infinite
}

@media ( max-width:640px) {
 .btn05{
   font-size: 20px;
   height: 40px;
   width: 98%;
   border: 2px #fff solid;
 }
 .btn05_box .arrow {
   top: 15px;
}
 .btn05_box .arrow img{
   width: 50px;
   left: 0;
 }
 .btn05 .font_s {
   font-size: 16px;
}
}

.btn05_box .arrow {
  animation: arrow 3s ease infinite;
}

@keyframes arrow {
  0% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  50% { transform:translateX(-15px) }
  75% { transform:translateX(0) }
  100% { transform:translateX(-15px) }
}
@media ( max-width:640px) {
  @keyframes arrow {
    0% { transform:translateX(0px) }
    25% { transform:translateX(15px) }
    50% { transform:translateX(0px) }
    75% { transform:translateX(15px) }
    100% { transform:translateX(0px) }
  }
}

.blinking {
  font-weight: bold;
  animation: blinking 1s ease infinite alternate;
  display: inline;
  background: linear-gradient(transparent 40%, yellow 40%);
  font-size: 32px;
  line-height: 1.6;
}
@keyframes blinking {
  50% {
    opacity: 0;
  }
}
@media ( max-width:640px) {
  .blinking {
    font-size: 18px;
  }
}