@charset "utf-8";
/*================================================
 CSS Ver.1.00
=================================================*/

body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
	border: none;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}

.raster {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/raster.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

html>/**/body {
font-size: 12px;
}

#contents h1 {
	color: #FFFFFF;
	font-size: 3.0em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #000000;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0.8em;
	background-color:#17184b;
	box-sizing: border-box;
}

.box02 {
 	max-width: 960px;
	text-align: left;
	margin: 2em 0;
	padding: 0 2.0em;
	box-sizing: border-box;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
border: double 5px #1b155d;
}

.text {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
    max-width: 450px;
    margin-top: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1.7;
}
h3 {
  font-size: 21px;
    text-align: center;
  margin: 0;
}

.pict {
  width: 45%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box02:nth-child(even) {
  flex-direction: row-reverse;
}
.box02:nth-child(even) .text {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
    max-width: 450px;
    margin-top: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1.7;
}
.box02:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}
.merit {
display: inline-block;
position: relative;
height: 50px;
line-height: 50px;
vertical-align: middle;
text-align: center;
padding: 0 30px;
font-size: 18px;
background: #1b155d;
color: #fff;
box-sizing: border-box;
}

.merit:before, .merit:after{
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.merit:before{
top: 0;
left: 0;
border-width: 25px 0px 25px 15px;
border-color: transparent transparent transparent #fff;
border-style: solid;
}

.merit:after{
top: 0;
right: 0;
border-width: 25px 15px 25px 0px;
border-color: transparent #fff transparent transparent;
border-style: solid;
}
@media (max-width:768px) {
  .box02 {
    flex-direction: column;
  }
  .box02:nth-child(even) {
    flex-direction: column;
  }
  .text {
    max-width: 90%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
	text-align: left;
    font-size: 1em;
    line-height: 1.5;
  }
  .box02:nth-child(even) .text {
    max-width: 90%;
    font-family: "Helvetica Neue", "Segoe UI",-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: left;
    font-size: 1em;
    line-height: 1.5;
  }
  .pict {
    width:100%;
    margin-left: 0;
      margin-bottom: 20px;
    text-align: center;
  }
  .box02:nth-child(even) .pict {
    width:100%;
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:90%;
    height:auto;
  }
}

.form_input {
	text-align: left;
	font-size: 0.7em;
	width: 100%;
	height: 10px;
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:  1px solid darkblue;
	background-color: #FFFFFF;
}

@media (max-width: 640px) {
.form_input {
	text-align: left;
	font-size: 1.0em;
	width: 100%;
	height: 10px;
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:  1px solid darkblue;
	background-color: #FFFFFF;
}
}
table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 1.0em;
	font-size: 0.6em;
}

th {
	color: #444444;
	font-size: 1.8em;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #C2C2C2;
	font-weight: bold;
	background-color: #D5E2FF;
}
.th01 {
	color: #ffffff;
	background-color: #FF8F16;
	font-size: 2em
}

td {
	font-size: 1.5em;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #C2C2C2;
}
@media (max-width: 640px) {
  .box02 {
    max-width: 100%;
    flex-direction: column;
  }
  .box02:nth-child(even) {
    max-width: 100%;
    flex-direction: column;
  }
  .text {
    max-width: 100%;
    font-family: "Helvetica Neue", "Segoe UI",-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: left;
    font-size: 1em;
    line-height: 1.5;
  }
  .box02:nth-child(even) .text {
    max-width: 100%;
    font-family: "Helvetica Neue", "Segoe UI",-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: left;
    font-size: 1em;
    line-height: 1.5;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box02:nth-child(even) .pict {
    width:100%;
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:100%;
    height:auto;
  }
}
/*------------------------------------------------
	Header
-------------------------------------------------*/
.header {
    background: url("../images/maruya_lp_pc_kuro2.jpg") center top no-repeat;
    height:47vw;
    position: center center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-size: auto 100%;
	width:100%;
}

@media (max-width: 640px) {
.header {
    height: auto;
}
}

header h1 {
width: 100%;
	padding: 0;
	margin: 0;
}

header h2 {
	max-width: 1280px;
	margin: 0 auto;
}

header h3 {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.bl_flexContainer {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.el_flexItem {
	width: calc(100% / 3 - 40px / 3);
	height: 300px;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: royalblue;
}
.el_flexItem:nth-of-type(3n) {
	margin-right: 0;
}
.caution {
	font: 5vw 'M PLUS 1p', sans-serif;
	color: white;
	line-height: 1.1em;

	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*------------------------------------------------
	Contents
-------------------------------------------------*/

#contents {
	max-width: 960px;
	margin: 15px auto;
	text-align: left;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
}

#contents section {
	max-width: 960px;
	margin: 0px auto;
	padding: 0.5em 0;
	background: #FFFFFF;
}
@media (max-width: 640px) {
#contents section { 
	font-size: 80%;
	max-width: 960px;
	margin: 0px auto;
	padding: 5px 0;
	background: #FFFFFF;
}
.el_flexItem {
    width: 100%;
    margin-right: 0px;
	}
	/* スタイルの打ち消し */
	.el_flexItem:nth-of-type(3n) {
		margin-right: 0;
	}
	.el_flexItem:nth-of-type(2n) {
		margin-right: 0;
	}
	#contents .gift {
		margin: 20px 0 0 0;
	}
}



@media (max-width: 640px) {
#contents h1 {
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #000000;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0.8em;
	background-color:#17184b;
	box-sizing: border-box;
}
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (min-width: 641px) and (max-width: 750px) {
.header {
    height: auto;
}
.pc { display: none !important; }
.sp { display: block !important; 
}
}

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; 
}
}


#contents h2 {
	color:#17184b;
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px double#17184b;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0.8em 0.8em 0 0.2em;
	line-height: 100%;
	box-sizing: border-box;
}

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

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

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

#contents p {
	font-size: 1.7em;
	line-height: 1.7em;
	margin-bottom: 0.8em;
	padding: 0 0.4em;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.box {
	width: 100%;
	padding: 0 3.0em 2.0em 3.0em;
	box-sizing: border-box;
	display: inline-block;
}

@media (max-width: 640px) {
.box {
	width: 100%;
	padding: 0 1.0em 2em 1.0em;
	box-sizing: border-box;
	display: inline-block;
}
}
.border_box {
	font-size: 1.7em;
	width: 100%;
	padding: 1em 1.2em;
	background-color: #FFFFFF;
	border: 8px solid#17184b;
	box-sizing: border-box;
	display: inline-block;
}

.border_box ul {
	width: 100%;
}

.border_box li {
	width: 100%;
	padding-bottom: 0.7em;
}

.border_box li:last-child {
	width: 100%;
	padding-bottom: 0;
}


.border_box p {
	font-size: 1.7em !important;
	line-height: 1.2em !important;
	padding: 0.2em 0 !important;
}

.border_box h2 {
	font-size: 2.0em !important;
	width: 100%;
	text-align: center;
	line-height: 1.2em !important;
	padding: 0.2em 0 !important;
}

.border_box hr {
	border-top: 1px solid#17184b;
	width: 100%;
	margin-bottom: 1.0em;
	box-sizing: border-box;
}

.border_box2 {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
	border: 8px solid#17184b;
	box-sizing: border-box;
	display: inline-block;
}

.border_box2 h2 {
	color: #FFFFFF !important;
	font-weight: bold;
	background-color:#17184b;
	font-size: 2.0em !important;
	width: 100%;
	text-align: left !important;
	line-height: 1.2em !important;
	padding: 0.5em !important;
	text-shadow: 0px 0px 5px #000000;
}

.border_box2 p {
	padding: 0 1.0em !important;
}

.border_box2 hr {
	border-top: 1px solid#17184b;
	margin: 0 2.5% 1.0em 2.5%;
	width: 95%;
	box-sizing: border-box;
}

.border_box3 {
	font-size: 1.7em;
	width: 100%;
	padding: 0 1.2em;
	background-color: #FFFFFF;
	border: 8px solid#17184b;
	box-sizing: border-box;
	display: inline-block;
}

.box_c {
	width: 100%;
	text-align: center;
}	

.try {
margin: 0 auto 2.0em auto;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color:#17184b transparent transparent transparent;
}

.border_box3 ul {
	width: 100%;
}

.border_box3 li {
	width: 100%;
	padding-top: 1.0em;
}

.border_box3 li:last-child {
	width: 100%;
}


.border_box3 h2 {
	font-size: 1.0em !important;
	font-weight: bold;
	line-height: 1.2em !important;
	padding-bottom: 0.5em;
}

.border_box3 p {
	font-size: 0.95em !important;
	line-height: 1.5em !important;
	padding-bottom: 0 !important;
}

.list_box {
	font-size: 1.3em;
	text-align: left;
	width: 80%;
	margin: 0 10%;
	box-sizing: border-box;
	display: inline-block;
}

.list_box ul {
	width: 100%;
	font-size: 1.2em;
	display: inline-block;
}

.list_box_l {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 10.0em;
	margin-right: 1.0em;
	padding: 0.4em 0.5em;
	background-color: #00284E;
	box-sizing: border-box;
	float: left;
}

@media (max-width: 640px) {
.list_box_l {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-right: 1.0em;
	padding: 0.5em;
	background-color: #00284E;
	box-sizing: border-box;
	float: left;
}
}

.list_box_r {
	padding: 0.4em 1.0em;
	box-sizing: border-box;
	background-color: #EEEFF5;
}

@media (max-width: 640px) {
.list_box_r {
	width: 100%;
	text-align: center;
	padding: 0.5em;
	box-sizing: border-box;
	background-color: #EEEFF5;
	display: inline-block;
}
}

.q_box {
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	width: 100%;
	background-color:#17184b;
	display: inline-block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	box-sizing: border-box;
	margin-bottom: 1.0em;
	text-shadow: 0px 0px 5px #000000;
}

.q_l {
	float: left;
	width: 8%;
}
.q_r {
	padding-top: 0.5em;	
	width: 92%;
	overflow: hidden;
	padding-left: 0.3em;
	box-sizing: border-box;
}

@media (max-width: 640px) {
.q_r {
	padding-top: 0.5em;	
	width: 92%;
	overflow: hidden;
	padding-left: 1em;
	box-sizing: border-box;
}
}

.q_r2 {
	padding-top: 0.5em;	
	width: 92%;
	overflow: hidden;
	padding-left: 0.3em;
	box-sizing: border-box;
}

@media (max-width: 640px) {
.q_r2 {
	padding-top: 0.2em;	
	width: 92%;
	overflow: hidden;
	padding-left: 1em;
	box-sizing: border-box;
}
}

.a_box {
	width: 100%;
	margin-bottom: 3.0em;
	display: inline-block;
}

@media (max-width: 640px) {
.a_box {
	width: 100%;
	margin-bottom: 1.0em;
	display: inline-block;
}
}

.a_box2 {
	width: 100%;
	display: inline-block;
}

.bc_red {
	border-color: #D90003 !important;
}

.box_button {
	max-width: 586px;
	margin: 0 auto 1.0em auto;
	margin-bottom: 1.0em;
	display: inline-block;
	text-align: center;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#info {
	width: 92%;
	padding: 2% 4%;
	background-color: #ECFFE5;
}

#info h1 {
	width: 100%;
	color: #128600;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;	
}



/*------------------------------------------------
	Footer
-------------------------------------------------*/
footer {
  background: #17184b;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 1000000;
  font-size: 13px;
  color:#FFFFFF
  z-index: 1000;
}



footer h1 {
	width: 100%;
	border-bottom: 1px solid #128600;
	color: #128600;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.0em 0;
}

footer nav {
	width: 100%;
	display: inline-block;
}

footer ul {
	margin-bottom: 4.0em;
}

footer li {
	margin-right: 1.5em;
	float: left;
}

footer div {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}

footer .copy {
  margin-top: 0px;
	color: #FFFFFF;
}


/*------------------------------------------------
	Voice Box
-------------------------------------------------*/

#vbwrapper {
	width: 60%;
}

#voicebox {
	border: solid 2px #128000;
	width: 98%;
	height: 450px;
	padding: 0.5em;
	overflow: auto;
	background-color: #F1FFEF;
	margin-left: 2%;
}

#voicebox p {
	all: initial;
	font-size: 1.6em;
}

#voicebox hr {
	margin-bottom: 0.5em;
	background-color: #128000;
	border: none;
	height: 1px;
}


/*------------------------------------------------
	Image
-------------------------------------------------*/

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

@media (max-width: 640px) {
.margin_20 {
	margin-bottom: 2em;
}
}

.margin_30 {
	margin-bottom: 3.0em;
}

.patting_05 {
	padding-bottom: 0.5em !important;
}

.patting_10 {
	padding-bottom: 1.0em !important;
}

.patting_15 {
	padding-bottom: 1.5em !important;
}

.patting_20 {
	padding-bottom: 2.0em !important;
}

.patting_30 {
	padding-bottom: 3.0em !important;
}

.image_l {
	width: 35%;
	float: left;
	margin: 0 2.0em 2.0em 0;
}

@media (max-width: 640px) {
.image_l {
	width: 100%;
	margin-bottom: 3.0em;
}
}

.image_r {
	width: 40%;
	float: right;
	margin: 0 0 2.0em 2.0em;
}

@media (max-width: 640px) {
.image_r {
	width: 100%;
	margin-bottom: 3.0em;
}
}

.image_r2 {
	width: 25%;
	float: right;
	margin: 0 1.0em  2.0em 2.0em;
}

@media (max-width: 640px) {
.image_r2 {
	width: 45%;
	margin-bottom: 1.0em;
}
}
.image_r3 {
	width: 40%;
	float: right;
	margin: 0 1.0em  2.0em 2.0em;
}

@media (max-width: 640px) {
.image_r3 {
	width:50%;
	margin-bottom: 1.0em;
}
}

.image_c {
	margin-bottom: 2.0em;
}

.separator {
	width: 98%;
	margin: 5.0em auto 4.0em auto;
	border-top: 1px dashed #D6004F;
	border-bottom: 1px dashed #FFFFFF;
}

fieldset,img { 
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}

.box_c {
	width: 100%;
	text-align: center;
}

.image_center {
	width: 70%;

}

@media (max-width: 640px) {
.image_center {
	width: 75%;

}
}


/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.color_red {
	color: #D90003;
	font-weight: bold;
}

.color_yellow {
	color: #FFF354;
	font-weight: bold;
}

.color_pink {
	color: #DE669A;
	font-weight: bold;
}

.color_bule {
	color: #0950cc;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.font_ss {
	font-size: 0.7em !important;
}

.font_s {
	font-size: 0.9em !important;
}

.font_l {
	font-size: 1.2em !important;
}

@media (max-width: 640px) {
.font_l {
	font-size: 100% !important;
}
}

.font_ll {
	font-size: 2.0em !important;
}

.font_lll {
	font-size: 3.0em !important;
}

.coment {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	padding-top: 0.6em;
}

.underline {
	text-decoration: underline;
}


.seotext_06 {
text-decoration:underline;
text-decoration-style:wave;
}

.marker {
background-color: #FFF354;
}

.marker2 {
background-color: #FFF354;
	font-weight: bold;
}
.blue_marker {
background-color: #0950cc;
	font-weight: bold;
}

.red_marker {
background-color: #ff0000;
}


/*------------------------------------------------
	Table
-------------------------------------------------*/

.sc {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 2.0em;
	font-size: 1.5em;
}

.sc th {
	color: #FFFFFF;
	padding: 0.8em;
	background-color:#17184b;
	background-position: bottom;
	border:1px solid #11477A;
	line-height: 120%;
	text-align: center;
}

.sc td {
	padding: 0.8em;
	border: 1px solid #11477A;
}

.sc tr {
	background: #FFFFFF;
}




/*------------------------------------------------
	Video
-------------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.0em;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*------------------------------------------------
	Side Menu
-------------------------------------------------*/

#sidemenu {
	width: 25%;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 1.0em;
	right: 1.0em;
	z-index: 1001;
	display: inline-block;
}

@media (max-width: 640px) {
#sidemenu {
	display: none !important;
}
}

#smp {
	display: block !important;
}

@media (max-width: 640px) {
#smp {
	width: 100%;
	/*background-color:#17184b;*/
	text-align: center;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0;
	z-index: 1001;
	/*--display: inline-block !important;--*/
/*
    box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
*/
}
}

.box_smp {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.0em 0 0 0;
}



/*------------------------------------------------
	Payment
-------------------------------------------------*/

.payment {
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color:  #00284E;
	padding: 0.5em;
	margin-bottom: 1.0em;
}


/*------------------------------------------------
	Mail Form
-------------------------------------------------*/

.mfo {
	width: 85%;
	margin: 0 0 0 7.5%;
	text-align: center;
	border: solid 4px #128600;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px 10px #C5FF89;
	margin-bottom: 2.0em;
}


.image_10 {
	margin-bottom: 1.0em;
}

.image_20 {
	margin-bottom: 2.0em;
}

.image_30 {
	margin-bottom: 3.0em;
}


.form_box {
	width:80%;
	margin: 0 auto 2.0em auto;
	border: solid 2px #9FD6D2;
	padding: 0 5%;
	background-color: #D0ECEA;
}

.form_txt {
	font-size: 0.9em;
}

.form_input {
	width: 100%;
}

.af_image {
	width: 100%;
	margin-bottom: 2.5em;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.tmargin {
	margin-top: 85px;
}

@media (max-width: 768px) {
.tmargin {
	margin-top: 35px;
}
}

.cdtbox {
	width: 100%;
	z-index: 10001;
   position: fixed;
   top: 0;
   left: 0;
}

.CDT {
	height: 85px;
}

@media (max-width: 768px) {
.CDT {
	height: 35px;
}
}


/*------------------------------------------------
	Link
-------------------------------------------------*/

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #D90003;
	text-decoration: none;
}

/*------------------------------------------------
	Extra
-------------------------------------------------*/

/* ぷるぷる */
@keyframes puru {
  0% {transform: rotate(3deg);}
  13% {transform: rotate(-3deg);}
  25% {transform: rotate(3deg);}
  33% {transform: rotate(-3deg);}
  34% {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}


.puru-01 {
  animation: puru 1.5s infinite alternate;
}