@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
 overflow-x: hidden !important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch
}
body {
 overflow-x: hidden !important;
 max-width: 100% !important;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
a.nob {
	text-decoration:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #2f251e;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
	line-height: 1.7 !important;
}

img {
  vertical-align: text-bottom;
}

strong {
  font-weight: bold;
}

stronger{
	font-weight: bold;
	color:#FF2C7F;
}

small{
	font-size: 10px;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.t180 {
  font-size: 180% !important;
}

.t160 {
  font-size: 160% !important;
}

.t140 {
  font-size: 140% !important;
}

.t120 {
  font-size: 120% !important;
}

.t100 {
  font-size: 100% !important;
}

.t90 {
  font-size: 90% !important;
}

.t80 {
  font-size: 80% !important;
}

.t60 {
  font-size: 60% !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}


.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  display:block;
  text-align: right !important;
}

/* Container
---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  /*background-color: #fcfbf7;*/
}
.container img,
.container video {
  max-width: 100%;
}

/* Main
---------------------------------------------------------------- */
.main {
  margin-bottom: 0;
}
.main .utilities {
  overflow: hidden !important;
  zoom: 1 !important;
  margin: 0;
  padding: 2%;
/*  border-bottom: solid 1px #e8e3cd;*/
  background-color:#FFF0FF;
  font-size: 110%;
}
.main .utilities .tag {
  float: left;
  width: 20%;
}
.main .utilities .date {
  float: left;
  width: 80%;
  text-align: right;
  line-height: 1.4;
}
.main h2 {
	font-size:20px;
	font-weight:bold;
	line-height:2.2;
	text-align:center;
	padding:20px 5px 10px 5px;
	margin-bottom:10px;
}

.bg_yellow {
	background-color:#CBFF2F;
	text-align:center;
	padding:10px 0;
	font-size:16px;
}
.bg_yellow span {
	color:#FF1493;
	font-size:18px;
}
.bg_gray {
	background-color:#F1F1F1;
	border:solid 1px #F1F1F1;
	border-radius:6px;
	padding:10px;
	line-height: 200%;

}

.bg_gray2 {
	background-color:#F1F1F1;
	border:solid 1px #F1F1F1;
	border-radius:6px;
	padding:10px;


}
.bg_gray55 {
	background-color:#F1F1F1;
	border:solid 1px #F1F1F1;
	border-radius:6px;
	padding:10px;
	line-height: 100%;

}

table {

  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 17px;
}
table thead th,
table tbody th,
table tbody td {
  padding:10px;
  vertical-align: top;

}


table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

.gray_list {
margin-bottom:30px;
}
.gray_list li:nth-child(odd) {
	background-color:#EEE;
	border-radius:6px;display:block;
	padding:10px;
	margin-bottom:0;
}
.gray_list li:nth-child(even) {
text-align:center;
margin-bottom:0;
}

h1 {
	text-align:center;
	font-family: 'Fahkwang', sans-serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size:36px;
	color:#e5007f;
	padding:0px 0;;
}
h1 span {
	color:#000;
	border-bottom:solid 1px #000;
	font-size:32px;
	font-weight:bold;
	vertical-align:top;
	
}
.intro {
display:block;
padding:20px 10px;
	text-align:center;
	font-size:15px;
	background:url(../img/intro_bg.jpg) no-repeat;
	background-size:100% 100%;
	color:#FF1493;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight:bold;
	line-height:1.2;
	margin:0;
}

/* Contents
---------------------------------------------------------------- */
.contents {
  margin: 0 10px;
  padding-bottom: 40px;
}
.contents_last {
  margin: 0 10px;
  padding-bottom: 20px;
}
.contents h2,
.contents_last h2 {
    font-size: 20px;
    font-weight: bold;
    display:block;
    border-left: solid 5px #F40969;
    border-bottom: solid 1px #F40969;
    background-color:#FFFFFF;
	padding:7px 5px 5px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.contents h2.h2_small {
    font-size: 18px;
    font-weight: bold;
    display:block;
    border-left: solid 5px #F40969;
    border-bottom: solid 1px #F40969;
    background-color:#FFFFFF;
	padding:7px 5px 5px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.contents p,
.contents_last p,
.contents li {
  margin-bottom: 30px;
  font-size: 16px;
}
.contents h3,
.contents_last h3 {
    font-size: 20px;
    font-weight: bold;
    display:block;
    border-bottom: solid 1px #0133D4;
				background-color:#EAEFFF;
	padding:7px 5px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.contents h4,
.contents_last h4 {
  width:100%;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8;
  font-weight:bold;
}
.contents p img,
.contents_last p img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.spefont {
	font-family: 'Dosis', sans-serif;
	text-align:center;
	font-size:60px !important;
	color:#FF1493;
}
/*20180629*/

.tx75 {
	font-size:0.75em;
}
.tx90 {
	font-size:0.9em;
}
.tx100 {
  font-size: 1.0em;
}
.tx110 {
	font-size:1.1em;
}
.tx120 {
	font-size:1.2em;
}
.tx130 {
	font-size:1.3em;
}
.tx150 {
	font-size:1.5em;
}
.tx_pink {
	color:#F40969;
}
.tx_red {
	color:#FF0000;
}
.tx_blue {
	color:#00B0F0;
}
.tx_green {
	color:#00B2B2;
}
.tx_midori {
	color:#009999;
}
.tx_purple {
	color:#7030A0;
}
.tx_italic {
    font-style: italic;
}

.tx_bold {
	font-weight:bold;
}

.line_blue {
	background: linear-gradient(transparent 50%, #ABE5FA 50%);
}
.line_pink {
	background: linear-gradient(transparent 50%, #FFCCFF 50%);
}

.line_yellow {
	background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.line_yellow2 {
	background-color:#FFFF00;
}
.line_normal {
	text-decoration:underline;
}
.attent {
	font-size:12px;
	color:#888;
}
.attent02 {
	font-size:10px !important;
	color:#888;
}
.mt-40 {
	margin-top:-40px;
}

.s-p {
    margin-top: -10px;
    line-height: 1.2;
}
.mokuji {
	background-color:#FFF;
	border:solid 1px #DDD;
	font-size:14px;
	padding:15px;
}
.mokuji p {
	text-align:center;
	margin-bottom:10px;
}
.mokuji li {
	margin-bottom:5px;
}
.mokuji li:before {
	content:'▶';
	margin-right:5px;
}
.mokuji li a {
  color:#2f251e;
  text-decoration:none;
 }
 
 dl {
 	font-size:16px;
	margin-bottom:30px;
 }
 dl dt {
 	font-size:12px;
	padding:10px 0;
 }
 dl dt i {
 	font-size:30px;
	color:#DDD;
 }
 dl dd {
 	border-bottom:solid 1px #DDD;
 }
.writer {
		border:solid 1px #DDD;
		border-radius:6px;
		background:#FFF;
		font-size:12px !important;
		padding:10px;
		
	}
.writertitle {
		font-size:16px;
	}
.writer img {
	width:120px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}
.writer span {
	font-weight:bold;
	display:block;
}
.writer span.pr {
    font-weight:normal;
}
.writer::after {
    content:' ';
    display:block;
    clear:both;
}

.cf {
	clear:both;
}

/* form
---------------------------------------------------------------- */
input {
	width:60%;
	padding:10px;
	font-size:14px;
}
textarea {
	width:80%;
	height:60px;
	padding:10px;
}
form span {
	display:block;
}
button {
	background-color:#F789A8;
	padding:5px;
	text-align:center;
	color:#FFF;
	box-shadow:none !important;
}
/* Footer
---------------------------------------------------------------- */
.footer {
  padding:10px;
  background: #553b18 url("../images/footer_bg.gif") repeat-y 0 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.footer ul {
  padding-bottom: 1%;
}
.footer ul li {
  margin-bottom: 2%;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-size: 80%;
  line-height: 1.4;
  padding:5px 0 0 0;
}
.foot {
	text-align:center;
	margin:0 auto;
	display:block;
	font-size:13px;
	line-height:2.4;
}
#callto {
display: block;
position: fixed !important;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(255,255,255,0.6);   
color:#ffffff;
text-decoration: none;
line-height:30px;
font-weight:bold;
color: #FFF;
font-weight:bold;
text-align:center;
z-index:10;
}
#callto p {
font-size:12px;
width:100%;
list-style:none;
text-align:center;
background-color:#00F;
color: #FFF;
padding:3px 0 2px 0;
}
.blinkbtn span:first-child {
font-size:36px !important;
font-weight:bold;
color:#FF0000;
margin-bottom:0 !important;
padding-bottom:0 !important;
animation: 1s linear infinite blink_effect;
}
@keyframes blink_effect {
0% {
visibility: hidden;
}
50% {
visibility: hidden;
}
100% {
visibility: visible;
}
}
/* SP
---------------------------------------------------------------- */
@media (max-width: 600px) {
  body {
    font-size: 77%;
  }

  .main .utilities {
    font-size: 150%;
  }

  .contents p,
		.contents li {
	font-size: 17px;
  }
  .contents h3 {
	font-size: 17px;
    line-height: 1.5;
  }
		.writer img {
		 width:30%;
			height: auto;
		}
}
@media (max-width: 414px) {
  body {
    font-size: 59%;
  }

  .contents p,
		.contents li {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 52%;
  }

  .contents p,
		.contents li {
    font-size: 17px;
  }
  .contents h3 {
	font-size: 17px;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 47%;
  }

  .contents p,
		.contents li {
    font-size: 17px;
  }
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 100%;
}

/*ボタン装飾*/
.reflection-box {
	position: relative;
	overflow: hidden;
	margin:-10px auto 10px auto;
}
.reflection-box .lpbtn {
	left: 0 !important;
	top: 0 !important;
}
.reflection {
	position: absolute;
    z-index: 9999;
	height: 350px;
    width: 30px;
	top: -150px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    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: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    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: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    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: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    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: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*ボタン装飾2*/
.btn-area {
  margin: 8em 0 -10px 0;
  justify-content: center;
  display: flex;
  text-align: center;
}
.btn {
  width: auto;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
  animation: bound2Btn 2s ease infinite;
}
@keyframes bound2Btn {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-30px);
  }

  30% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 80px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: 60px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}

.balloon-text-right {
border-color: #aaa;
background-color:#f1f1f1;
}
.balloon-text-left {
border-color: #FF1493;
background-color:#f1f1f1;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}



/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}



.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #f1f1f1;
top: 15px;
left: -19px;
}





.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FF1493;

top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #f1f1f1;
top: 15px;
right: -19px;
}




.arrow_box{
    position:relative;
    width:230px;
    height:230px;
    background:#EEEEEE;
    padding:10px;
    text-align:left;
    border:5px solid #3f729b;
    color:#666666;
    font-size:15px;
    font-weight:bold;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#EEEEEE;
}
.arrow_box:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -15px;
    margin-left: 5px;
    border-left-color:#3f729b;
}

@media (min-width: 800px) { /*20200326追加*/
.only_sp {
    display:none;
}
h1 {
	font-size:46px;
	padding:10px;
}
h1 span {
	font-size:42px;
}
.main h2 {
	font-size:28px;
	line-height:1.9;
	margin-bottom:20px;
}
.intro {
	font-size:18px;
}
img.wide_pc {
    zoom:1.1;
}
.writer {
    padding:10px 20px;
}
.writer img {
	margin:0 30px 0 0;
}
.pr {
    padding-top:35px;
}
.bg_gray {
    display:inline-block;
    width:auto;
}

}

.open{
  margin-bottom: 12em;
}

.open-btn {
  margin: 0 auto;
  width: 98%;
  height: 60px;
  line-height: 60px;
}

.open-btn p {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #EE72B9;
  text-align: center;
  color: #FFFFFF;
  font-size: 200%;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.open-btn p:hover {
  background: #EE72B9;
  color: #FFFFFF;
  margin-left: 5px;
  margin-top: 5px;
  box-shadow: none;
}

.tx-lineheight{
  line-height: 2.5;
}

.dashed{
    border: dashed 3px;
    border-radius: 30px;
    border-color: #20BAF2;
  display: flex;
  align-items: center;  /* テキストを垂直方向に中央揃え */
  height: 100%;  /* 親要素の高さを指定（適切な高さに調整してください） */
    padding: 15px;
}

.dashed p {
  margin: 0;
  /* デフォルトの余白を削除 */
}

.p-margin{
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.p-margin-top {
  margin-top: 0px;
  margin-bottom: 0 !important;
}

.p-margin-bottom {
  margin-bottom: 5px !important;
}

.p-margin-bottom2 {
  margin-bottom: 4em !important;
}

.p-margin-bottom3 {
  margin-bottom: -2em !important;
}

/* メディアクエリ */
@media screen and (max-width: 768px) {
  .dashed {
    padding-top: 5px; /* 小さい画面サイズに対する余白の調整 */
    padding-bottom: 5px;
    padding-left: 20px;
  }
}

.report {
  margin-top: 60px;
  margin-bottom: 10px !important;
}

.tx_darkblue{
  color: #0070C0;
}

.tx140 {
  font-size: 1.4em;
}