@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}



a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);}

.gototop{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 50px;
	width: 36px;
}


.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:35px 0;
    padding:0;
}

/*----------------------------------------
文字装飾
------------------------------------------*/

.red {
	color:#cb1f1f;
	font-weight:bold;
}


.blue {
	color:#244fc9;
	font-weight:bold;
}

.red21 {
	font-size:21px;
	color:#d62525;
	font-weight:bold;
}

.f22 {
	font-size:21px;
	line-height:1.5em;
	font-weight:bold;
}

.f27 {
	font-size:27px;
	line-height:1.5em;
	font-weight:bold;
}

.yel {
	background:#FF0;
}


/*----------------------------------------
body
------------------------------------------*/


body {
	font-family:'Noto Sans Japanese', sans-serif;;
	margin: 0px;
	overflow-x: hidden;
}


/*----------------------------------------
link
------------------------------------------*/

a {
	color: #028BE7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}




/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	overflow: hidden;
}

#wrap p {
}

/*----------------------------------------
余白
------------------------------------------*/

.pad-t20 {
	padding-top: 20px;
}

.pad-tb20 {
	padding: 30px 0;
}

.pad-tb30 {
	padding: 30px 0;
}

.pad-tb40 {
	padding: 40px 0 30px;
}

.pad-tb90 {
	padding: 90px 0;
}

.pad-t50 {
	padding-top: 50px;
}

.pad-b40 {
	padding-bottom: 40px;
}

.pad-b50 {
	padding-bottom: 50px;
}

.ma-b20	{
	margin-bottom: 20px
}

.ma-b30	{
	margin-bottom: 30px
}

.ma-b50	{
	margin-bottom: 50px
}

.ma-t20	{
	margin-top: 20px;
}

.ma-t30	{
	margin-top: 30px;
}

.ma-tb30	{
	margin-top: 30px;
	padding-bottom: 40px;
}

/**********************************************************
animationBtn
**********************************************************/

.animationBtn{

/*デザイン*/
width:95%;
padding:0px;
margin:0 auto;
color:#000;
text-decoration:none;
border-radius:5px;
margin:0 auto;
text-align:center;

/*アニメーション*/
animation: animScale 1s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;

}
@keyframes animScale {
  from {transform: scale3d(1.1, 1.1, 1);}
  50% {transform: scale3d(0.95, 0.95, 1);}
  to {transform: scale3d(1.1, 1.1, 1);}
}


.fx_shiny {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.fx_shiny::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0) 0%
  );

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

#form {
	text-align: center;
	padding: 30px 0;
}

/**********************************************************
背景
**********************************************************/

.bg_ptn1 {
	background: url("../img/bg_ptn1.gif");
	width: 100%;
	height: auto;
}

.bg_ptn3 {
	background: url("../img/bg_voice.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}



@media only screen and (min-width: 769px) {
/* PC */

.sp {
	display:none;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

/*----------------------------------------
header
------------------------------------------*/

header {
	width: 100%;
	text-align: center;
	position: relative;
}


/**********************************************************
各コンテンツ
**********************************************************/

.contents p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}

.part0 {
	padding: 40px;
	background: #ffffe0;
	text-align: center;
}


.part0 h2 {
	margin-bottom: 50px;
}

.part0 .contents {
	width: 680px;
	margin: 0 auto;
	padding: 50px 0 80px;
	text-align: left;
}

.part0 img {
	width: 100%;
}

.part0-1 li {
	font-size:20px;
	line-height: 1.7em;
	margin: 0 0 1em 0em;
	padding-left: 2.5em;
	background:url("../img/check.png") no-repeat left;
}

.part0-1 span {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.part1 {
	background:#0b0b0b;
	width: 100%;
	padding: 0px 0 0px;
	text-align: center;
}

.data {
	width: 100%;
	height: 600px;
	margin: 50px auto 0;
	overflow:scroll;
}

.data img {
	width: 100%;
}

.part1 h2 {
	margin-bottom: 80px;
}

.part1 .contents {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

.part1 .contents img{
	width: 100%;
	margin-bottom:0px;
}

.part1 .contents p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

.part2 {
	background:url("../img/block3_bg.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0px 0 10px;
	text-align: center;
}

.part2 img{
	width: 100%;
}

.part2 .contents {
	margin: 0 7%;
	text-align: left;
}

.part2 p {

	font-size: 25px;
	margin-bottom: 2em;
}
	
.part2 .text {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}
	

.part3 {
	width: 100%;
	padding: 0px;
}

.part3 img {
	width: 100%;
}

.part4 {
	background:url("../img/block6_bg.gif");
	width: 100%;
	padding: 0px 0 10px;
	text-align: center;
}

.part4 h2 img{
	width: 100%;
}

.part4 h3 img{
	width: 100%;
}

.part4 .contents {
	width: 90%;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	text-align: left;
	background: #fff;
	box-shadow: 3px 3px 10px #ccc;
}

.part4 .contents .story img {
	width: 92%;
	margin: 0 4%;
}

.part4 p {
	margin: 0 40px 2em;
	font-size: 25px;
}

.part5 {
	width: 100%;
	padding: 0px;
	text-align: center;
}

.part5 p {
	margin: 0 40px 2em;
	font-size: 15px;
}
	
.part6 {
	width: 100%;
	padding: 0px;
	text-align: center;
}

.part6 p {
	margin: 10px 40px 1em;
	font-size: 15px;
}

#common_co_chara_02 {
	background-image: url(../img/common/human_bg_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 630px;
	height: 162px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

#common_co_chara_02_inner {
	padding-left: 43px;
	padding-top: 38px;
	line-height: 1.5;
}


#common_co_hikaku_company {
	padding-bottom: 80px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.table_company_list {
	width: 100%;
    border-collapse: collapse;
    border: 0px;
}

.table_company_list tr th{
	border: 1px #818181 solid;
	background-color: #eeeeee;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table_company_list tr td{
	border: 1px #818181 solid;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
}

.table_company_list tr td a{
	color: #000;
	text-decoration: underline;
}

.co_hikaku_th {
	width: 155px;
}

.common_sub_contents_wh {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	padding-bottom: 30px;
}


#common_co_hikaku_kaigai_kokunai {
	padding-bottom: 80px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.table_company_list_bace {
	width: 100%;
    border-collapse: collapse;
    border: 0px;
}

.table_company_list_bace tr th{
	border: 1px #818181 solid;
	background-color: #eeeeee;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_company_list_bace tr td{
	border: 1px #818181 solid;
	padding: 30px;
	background-color: #FFF;
}

.common_class_th {
	width: 345px;
}

.common_class_td_title {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 24px;
}
.common_class_td_title span{
	display: inline-block;
	position: relative;
	top: -13px;
	padding-left: 5px;
}

.common_hyouka {
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-size: 24px;
}


#common_co_chara_03 {
	background-image: url(../img/common/human_bg_03.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 644px;
	height: 156px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

#common_co_chara_03_inner {
	padding-left: 237px;
	padding-top: 50px;
	line-height: 1.5;
}

#common_ranking_inner {
	padding-bottom: 60px;
}

.common_ranking_co {
	width: 980px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -1px;
}

.common_ranking_co h3{
	font-size: 24px;
	padding-bottom: 30px;
	text-align: center;
	color: #171c61;
}

.common_ranking_co_hosi {
	text-align: center;
	font-size: 24px;
	padding-bottom: 30px;
}


.common_ranking_co_price {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 60px;
}

.common_ranking_co_body {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

.common_ranking_co_btn {
	text-align: center;
}

.common_ranking_co_btn a{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}	
/**********************************************************
購入部分
**********************************************************/

#cv {
	margin-bottom:30px;
	padding-bottom: 30px;
	position: relative;
}

#cv .botan {
	position: absolute;
	bottom:-1%;
	left: 2%;
}

/**********************************************************
フォーム
**********************************************************/

#form {
	width: 800px;
	padding: 15px 0;
	background: #FFFFFF;
	margin: 0 auto;
}

#form input {
	width: 80%;
	font-size: 20px;
	padding: 18px 0px 18px 5%;
	margin: 5px auto;
	border: 5px solid #d1d1d1;
	background: #fff;
}

#form input.mail {
	background:#FFC4C5 url(../img/icon.png) no-repeat;
	background-position: left;
}

#form .btn_submit {
	background:url("../img/btn.png") no-repeat center bottom;
	width: 746px;
	height: 194px;
	border: none;
	margin: 20px auto 20px;
	cursor: pointer;
	font-size: 0px;
}

#form .text {
	font-size:20px;
	color: #363636;
	margin: 10px 0;
}

#form .kome {
	font-size:11px;
	color: #646464;
	text-align: left;
	margin: 0px 60px 0px 60px;
}

/**********************************************************
要素内フォーム
**********************************************************/

#form_in {
	padding: 0px 0;
	margin: 0 auto;
}

#form_in input {
	width: 80%;
	font-size: 20px;
	padding: 18px 0px 18px 5%;
	margin: 5px auto;
	border: 5px solid #d1d1d1;
	background: #fff;
}

#form_in input.mail {
	background:#FFC4C5 url(../img/icon.png) no-repeat;
	background-position: left;
}

#form_in .btn_submit {
	background:url("../img/btn.png") no-repeat center bottom;
	background-size: contain;
	width: 650px;
	height: 160px;
	border: none;
	margin: 20px auto 20px;
	cursor: pointer;
	font-size: 0px;
}

#form_in .text {
	font-size:20px;
	color: #363636;
	margin: 10px 0;
}

#form_in .kome {
	font-size:11px;
	color: #646464;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

/**********************************************************
要素内フォーム2
**********************************************************/

#form_in2 {
	padding: 0px 4% 30px;
	margin: 0 auto;
	text-align: center;
}

#form_in2 input {
	width: 80%;
	font-size: 20px;
	padding: 18px 0px 18px 5%;
	margin: 5px auto;
	border: 5px solid #d1d1d1;
	background: #fff;
}

#form_in2 input.mail {
	background:#FFC4C5 url(../img/icon.png) no-repeat;
	background-position: left;
}

#form_in2 .btn_submit {
	background:url("../img/btn.png") no-repeat center bottom;
	background-size: contain;
	width: 600px;
	height: 149px;
	border: none;
	margin: 20px auto 20px;
	cursor: pointer;
	font-size: 0px;
}

#form_in2 .text {
	font-size:20px;
	color: #363636;
	margin: 10px 0;
}

#form_in2 .kome {
	font-size:11px;
	color: #646464;
	text-align: left;
	margin: 0px 20px 0px 20px;
}


/*----------------------------------------
about
------------------------------------------*/

#about .box-l {
	width:900px;
	margin:0 auto;
}

#about .box-r {
	width:480px;
	float:right;
}

#about {
	font-size:15px;
	line-height:1.5em;
	color:#151515;
}

#about h2 {
	font-size:40px;
	line-height:2em;
	text-align:center;
	font-weight:600;
	height:80px;
}

#about h3 {
	font-size:19px;
	font-weight:bold;
	margin:1em 0;
	color:#9e0000;
}

#about h4 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:1em;
}

#about li {
	list-style-type:disc;
	margin-left:2em;
}

#about p {
	font-size:15px;
	line-height:1.5em;
	margin:0 0 2em 0;
}

#about dl,
dt,
dd {
  box-sizing: border-box;
}
#about dl {
	border-bottom:1px solid #bfbfbf;
	text-align:left;
	padding-top:20px;
	margin-bottom:100px;
}
	
#about dt,
dd {
  padding: 0px;
}
	
#about dt {
  width: 30%;
  float: left;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
	
#about dd {
  margin-left: 30%;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  background: #fff;
}
	
#about dd:after {
  content: '';
  display: block;
  clear: both;
}





/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	padding:40px 0px 15px 0px;
	text-align:center;
	background: #2F2F2F;
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer ul{
	width:700px;
	margin-left:30%;
	display:table;
	padding:35px 0 20px;
	margin:0 auto;
}

#footer li{
	display:table-cell;
	padding:10px 10px;
	font-size:17px;
}
	
#footer p {
	font-size: 14px;
	margin: 0px 20px 10px;
}
	
#footer .small {
	font-size: 12px;
	margin: 0px 20px 10px;
}


.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}	

.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 18px; /* バナーの上下の位置 */

}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}	

} 


@media only screen and (max-width: 768px) {
/* SP TABLET */


body {
	font-family:OpenSans-Light,Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0px;
	overflow-x: hidden;
}

#wrap {
	width: 100%;
	overflow: hidden;
}


.pc {
	display:none;
}

img {
	width: 100%;
}


/*----------------------------------------
header
------------------------------------------*/


header img {
	width: 100%;
	position: relative;
}

header {
	width: 100%;
	text-align: center;
}

.head {
	width: 100%;
	padding: 0px;

}


/**********************************************************
フォーム
**********************************************************/

#form {
	padding: 15px 4%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

#form input {
	width: 73%;
	font-size: 15px;
	padding: 15px 4% 15px 16%;
	margin: 0 auto 7px;
	border: 5% solid #d1d1d1;
	background: #fff;
}

#form input.mail {
	background:#FFC4C5 url(../img/icon.png) no-repeat;
	background-position: left;
}

#form .btn_submit {
	background:url("../img/btn.png") no-repeat center bottom;
	background-size:contain;
	width: 350px;
	height: 84px;
	border: none;
	margin: 10px auto;
	cursor: pointer;
	font-size: 0px;
}

#form .text {
	font-size:16px;
	color: #363636;
	margin: 10px 1em 15px;
}

#form .kome {
	font-size:10px;
	line-height: 1.4em;
	color: #646464;
	text-align: left;
	margin: 0 1em;
}

/**********************************************************
要素内フォーム
**********************************************************/

#form_in {
	padding: 0px 0;
	margin: 0 auto;
	text-align: center;
}

#form_in input {
	width: 85%;
	font-size: 15px;
	padding: 15px 3% 15px 12%;
	margin: 0 auto 7px;
	border: 5% solid #d1d1d1;
	background: #fff;
}

#form_in input.mail {
	background:#FFC4C5 url(../img/icon.png) no-repeat;
	background-position: left;
}

#form_in .btn_submit {
	background:url("../img/btn.png") no-repeat center bottom;
	background-size:cover;
	width: 340px;
	height: 79px;
	border: none;
	margin: 10px auto;
	cursor: pointer;
	font-size: 0px;
}

#form_in .text {
	font-size:16px;
	color: #363636;
	margin: 10px 1em 15px;
}

#form_in .kome {
	font-size:10px;
	line-height: 1.4em;
	color: #646464;
	text-align: left;
	margin: 0 1em;
}

/**********************************************************
要素内フォーム2
**********************************************************/

#form_in2 {
	padding: 0px 4% 0px;
	margin: 0 auto;
	text-align: center;
}

#form_in2 input {
	width: 85%;
	font-size: 15px;
	padding: 15px 3% 15px 12%;
	margin: 0 auto 7px;
	border: 5% solid #d1d1d1;
	background: #fff;
}

#form_in2 input.mail {
	background:#FFC4C5 url(../img/icon.png) no-repeat;
	background-position: left;
}

#form_in2 .btn_submit {
	background:url("../img/btn.png") no-repeat center bottom;
	background-size:contain;
	width: 318px;
	height: 79px;
	border: none;
	margin: 10px auto;
	cursor: pointer;
	font-size: 0px;
}

#form_in2 .text {
	font-size:16px;
	color: #363636;
	margin: 10px 1em 15px;
}

#form_in2 .kome {
	font-size:10px;
	line-height: 1.4em;
	color: #646464;
	text-align: left;
	margin: 0 1em;
}

/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
}


/*----------------------------------------
コンテンツ共通
------------------------------------------*/
.part0 {
	padding: 30px 4%;
	background: #ffffe0;
	text-align: center;
}
.part0 h2 {
	margin-bottom: 0px;
}

.part0 .contents {
	margin: 0 4%;
	padding: 30px 0 30px;
	text-align: left;
}

.part0-1 {
	padding: 0px 0 30px;
	text-align: center;
}

.part0-1 h2 {
	margin-bottom: 30px;
}

.part0-1 .contents {
	margin: 0 4%;
	text-align: left;
}

.part0-1 ul {
	margin-bottom: 40px;
}

.part0-1 li {
	font-size:20px;
	line-height: 1.7em;
	margin: 0 0 1em 0em;
	padding-left: 2em;
	background:url("../img/check.png") no-repeat left;
}

.part0-1 span {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.part1 {
	background:#0b0b0b;
	text-align: center;
}

.data {
	width:100%;
	height:300px;
	margin: 40px auto 20px;
	overflow:scroll;
}

.data img {
	width: 100%;
}

.part1 h2 {
	margin-bottom: 40px;
}

.part1 .contents {
	margin: 0 4%;
	text-align: left;
}

.contents p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}

.part1 .contents p {
	color: #fff;
	font-size: 10px;
	line-height: 1.5em;
}

.part2 {
	background:url("../img/block3_bg.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0px 0 20px;
	text-align: left;
}

.part2 p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}
	
.part2 .text {
	font-size:19px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
	

.contents {
	padding: 0 4%;
}

.part3 {
	width: 100%;
}

.part4 {
	background:#e7f8ff;
	padding: 0px 0 20px;
	text-align: left;
}

.part4 .contents {
	margin: 0 4% 30px;
	padding: 0px 0px 20px;
	text-align: left;
	background: #fff;
	box-shadow: 3px 3px 10px #ccc;
}

.part4 p {
	margin: 0 20px 2em;
}

.part5 {
	background:#ede9e8 ;
	width: 100%;
	padding: 0px 0 18px;
	text-align: center;
}
	
.part5 p {
	margin: 0 20px 0;
	font-size: 15px;
}

.part6 {
	background:#dce4f0;
	width: 100%;
	padding: 0px 0 20px;
	text-align: center;
}

.part6 p {
	text-align: left;
	margin: 10px 20px 0;
	font-size: 15px;
}

.part7 {
	background:url("../img/fv-bg.jpg") no-repeat center center;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.part7 img {
	width: 80%;
}
/*----------------------------------------
about
------------------------------------------*/

#about .box-l {
	padding:0 4%;
}

#about .box-r {
	width:100%;
}

#about {
	font-size:15px;
	line-height:1.5em;
	color:#151515;
}

#about h2 {
	font-size:30px;
	line-height:2em;
	text-align:center;
	font-weight:600;
	height:80px;
}

#about h3 {
	font-size:19px;
	font-weight:bold;
	margin:1em 0;
	color:#9e0000;
}

#about h4 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:1em;
}

#about li {
	list-style-type:disc;
	margin-left:2em;
}

#about p {
	font-size:15px;
	line-height:1.5em;
	margin-bottom:2em;
}


#about dl,
dt,
dd {
  box-sizing: border-box;
}
#about dl {
	text-align:left;
	padding-top:0px;
}
#about dt,
dd {
  padding: 0px;
}
#about dt {
  width: 30%;
  float: left;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#about dd {
  margin-left: 30%;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  background: #fff;
}
#about dd:after {
  content: '';
  display: block;
  clear: both;
}



/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	padding:20px 0px;
	text-align:center;
	background: #000;
	color: #fff;
}

#footer a {
	color:#fff;
}

#footer ul{
	display:none;
}

#footer p {
	font-size: 11px;
	margin-bottom:1em;
}

#footer .small {
	font-size: 10px;
	margin-bottom:1em;
}

.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}
	
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 18px; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 400px; /* バナーの横幅 */
	align-content: center;
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

} 
