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

/*--index---------------------------------------------------------*/

.banner_area01 {
	overflow:hidden;
	padding:10px 0;
	display:table;
	border-collapse:separate;  /* セルの間隔を空ける */
    border-spacing:10px 0;  /* 左右 上下で記述 */
}

.banner_area01 li {
	display:table-cell;
	width:50%;
}

.bnr01 {
	background-color:#ffffff;
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

.banner_area02 {
	padding:0 10px 10px 10px;
}

.banner_area02 .bnr01 {
	margin:0 0 10px 0;
}

.title_bar {
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #42bef2), color-stop(0.00, #17a1e5));
	background: -webkit-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -moz-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -o-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -ms-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:15px;
	padding:13px 0 14px 0;
}

.news_outer {
	background-color:#ffffff;
    margin: 40px 0;
}

.na {
	border-bottom:1px solid #e5e5e5;
	padding:11px 10px;
}

.na a {
	text-decoration:underline;
}

.na span {
	color:#e51717;
}

.news_area_inner {
    border-bottom:1px solid #e5e5e5;
}

.news_area_inner ul {
    padding: 0 15px;
}

.news_area_inner li {
    border-bottom: 1px dashed #cbdde3;
}

.news_area_inner li:last-child {
    border-bottom: 0;
}

.news_area_inner li p {
    text-align: left;
    padding: 11px 0 10px;
    line-height: 1.6;
    font-size: 14px;
}

.news_area_inner span {
    font-size: 10px;
}

.news_area_inner strong {
    color: #c71f3e;
}

.news_area_inner li a {
    color: #00a9d3;
    text-decoration: underline;
}



.banner_box {
	padding:10px 10px 0 10px;
  background-color:#e5f2ff;
}

.banner_box img {
	margin:10px 0 0 0;
	width: 100%;
}


/*--end-----------------*/
/*----------------------------------------------------------------*/


/*--list---------------------------------------------------------*/

.item_container_inner {
	padding:10px 10px 20px 10px;
}

.item_container_inner02 {
	padding:10px 10px 0 10px;
}

.item_box {
	background-color:#ffffff;
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	margin:10px 0 0 0;
}

.item_name {
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #42bef2), color-stop(0.00, #17a1e5));
	background: -webkit-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -moz-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -o-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -ms-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:35px;
	font-size:14px;	
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4x;
	border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
}

.item_box_in {
	padding:8px 10px 0 10px;
}

.item_img {
	background-color:#f7f7f7;
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
}

.item_btn {
	overflow:hidden;
	padding:10px 0;
	display:table;
	border-collapse:separate;  /* セルの間隔を空ける */
    border-spacing:10px 0;  /* 左右 上下で記述 */
}

.item_btn li {
	display:table-cell;
	width:50%;
}

.item_btn01 {
	border:1px solid #ffffff;
	border-radius:5px;  
    -webkit-border-radius:5px;  
    -moz-border-radius:5px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7f7f), color-stop(0.00, #f53b3b));
	background: -webkit-linear-gradient(top, #ff7f7f 0%, #f53b3b 100%);
	background: -moz-linear-gradient(top, #ff7f7f 0%, #f53b3b 100%);
	background: -o-linear-gradient(top, #ff7f7f 0%, #f53b3b 100%);
	background: -ms-linear-gradient(top, #ff7f7f 0%, #f53b3b 100%);
	background: linear-gradient(top, #ff7f7f 0%, #f53b3b 100%);
}

.item_btn02 {
	border:1px solid #ffffff;
	border-radius:5px;  
    -webkit-border-radius:5px;  
    -moz-border-radius:5px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #78b4f0), color-stop(0.00, #0066cc));
	background: -webkit-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: -moz-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: -o-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: -ms-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: linear-gradient(top, #78b4f0 0%, #0066cc 100%);
}

.item_account_btn {
	margin:10px 0 0 0;
}

.item_account {
	border:1px solid #ffffff;
	border-radius:5px;  
    -webkit-border-radius:5px;  
    -moz-border-radius:5px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #78b4f0), color-stop(0.00, #0066cc));
	background: -webkit-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: -moz-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: -o-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: -ms-linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	background: linear-gradient(top, #78b4f0 0%, #0066cc 100%);
	/*--gra--*/
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:58px;
	font-size:15px;
}

.item_btn_none {
	padding:10px;
}

.item_btn01 img,
.item_btn02 img {
	display:block;
	margin:0 auto;
}

/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--list---------------------------------------------------------*/

.contents_box {
	background-color:#ffffff;
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	margin-top:10px;
}

#mar_none {
	margin:0;
}

.contents_name {
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #42bef2), color-stop(0.00, #17a1e5));
	background: -webkit-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -moz-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -o-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -ms-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	font-size:14px;
	padding:9px 0 11px 0;
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4x;
	border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
}

.contents_name02 {
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa64c), color-stop(0.00, #ff6600));
	background: -webkit-linear-gradient(top, #ffa64c 0%, #ff6600 100%);
	background: -moz-linear-gradient(top, #ffa64c 0%, #ff6600 100%);
	background: -o-linear-gradient(top, #ffa64c 0%, #ff6600 100%);
	background: -ms-linear-gradient(top, #ffa64c 0%, #ff6600 100%);
	background: linear-gradient(top, #ffa64c 0%, #ff6600 100%);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:35px;
	font-size:14px;	
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4x;
	border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
}

.contents_box_in {
	padding:11px 10px 12px 10px;
}

.contents_box_in a {
	text-decoration:underline;
}

/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--touroku---------------------------------------------------------*/

.icon_img {
	width:65px;
	margin:0 0 2px 0;
}

.icon_img02 {
	width:65px;
	margin:7px 0 2px 0;
}

.txt_bold01 {
	font-weight:bold;
	color:#42bef2;
}

.txt_area01 {
	padding:4px 0 14px 0;
}

.txt_area02 {
	background-color:#f7f7f7;
	padding:11px 10px 13px 10px;
}

.txt_area03 {
	padding:4px 0 0 0;
}

.txt_area02 p {
	font-size:10px;
	line-height:15px;
	padding:6px 0 0 0;
}

.touroku_btn {
	border:1px solid #ffffff;
	border-radius:5px;  
    -webkit-border-radius:5px;  
    -moz-border-radius:5px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffdd99), color-stop(0.00, #ffaa00));
	background: -webkit-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: -moz-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: -o-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: -ms-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	/*--gra--*/
	text-align:center;
	font-weight:bold;
	color:#1247b2;
	line-height:58px;
	font-size:15px;
	/* text-shadow */
	text-shadow: 1px 1px 2px #ffffff;
	-moz-box-shadow: 1px 1px 2px #ffffff;
	-webkit-box-shadow: 1px 1px 2px #ffffff;
}


/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--list---------------------------------------------------------*/

.list_att {
	padding: 7px 10px 7px 22px;
	text-indent: -14px;
	font-size: 14px;
}


/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--guide---------------------------------------------------------*/

.list_type01 {
	padding:0 0 0 15px;
}


.list_type01 li {
	list-style:decimal;
	margin:9px 0 0 0;
}

.guide_title {
	border-radius:5px;  
    -webkit-border-radius:5px;  
    -moz-border-radius:5px;
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8a8a8a), color-stop(0.00, #666666));
	background: -webkit-linear-gradient(top, #8a8a8a 0%, #666666 100%);
	background: -moz-linear-gradient(top, #8a8a8a 0%, #666666 100%);
	background: -o-linear-gradient(top, #8a8a8a 0%, #666666 100%);
	background: -ms-linear-gradient(top, #8a8a8a 0%, #666666 100%);
	background: linear-gradient(top, #8a8a8a 0%, #666666 100%);
	/*--gra--*/
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:30px;
	margin:7px 0 6px 0;
}

.card_img {
	padding:12px 0 13px 0;
}

.list_type02 {
	padding:0 0 0 15px;
	margin:9px 0 10px 0;
}


.list_type02 li {
	list-style:disc;
}

/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--corp_privacy---------------------------------------------------------*/

.corp_title {
	background-color:#f7f7f7;
	padding:7px 0 9px 0;
}

.corp_title p {
	font-size:14px;
	color:#42bef2;
	font-weight:bold;
	text-align:center;
}

.corp_body {
	background-color:#ffffff;
	padding:3px 10px 11px 10px;
}

.corp_body p {
	padding:8px 0 0 0;
}

.corp_body a {
	text-decoration:underline;
}

.list_type03 {
	padding:0 0 0 15px;
}


.list_type03 li {
	list-style:square;
	padding:8px 0 0 0;
}

.list_type03_in {
	padding:0 0 0 15px;
}


.list_type03_in li {
	list-style:disc;
	padding:0 !important;
}


/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--qa---------------------------------------------------------*/

.qa_title {
	background-color:#42bef2;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:15px;
	padding:13px 0 14px 0;
}

.faq_outer {
	padding:20px 10px;
}

.faq_outer02 {
	padding:20px 10px 0 10px;
}

.accordion_head {
	cursor:pointer;
	padding:8px 10px 9px 10px;
	margin:2px 0 0 0;
	position:relative;
	display:block;
	box-sizing:border-box;
	/*---border---*/
	border:1px solid #ffaa00;
	border-radius:3px;  
    -webkit-border-radius:3px;  
    -moz-border-radius:3px;	
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffdd99), color-stop(0.00, #ffaa00));
	background: -webkit-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: -moz-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: -o-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: -ms-linear-gradient(top, #ffdd99 0%, #ffaa00 100%);
	background: linear-gradient(top, #ffdd99 0%, #ffaa00 100%);	
}

.accordion_head p {
	font-weight:bold;
	color:#003bb2;
	line-height:16px;
}

.help_txt {
	padding:2px 10px 12px 10px;
	border:1px solid #e5e5e5;
	border-top:none;
	background-color:#FFFFFF;
}

.help_txt p {
	padding:9px 0 0 0;
}

.help_txt a {
	text-decoration:underline;
}


/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--item---------------------------------------------------------*/

.kanagi_title {
	font-weight:bold;
	color:#0066cc;
	margin:12px 0 0 0;
}

.kanagi_title02 {
	font-weight:bold;
	color:#0066cc;
}

.w_body {
}

.w_body p {
	margin:9px 0 0 0;
}

.kanagi_box {
	overflow:hidden;
	display:table;
}

.kanagi_box01 {
	overflow:hidden;
	margin:15px 0 0 0;
	display:table;
}

.kimg {
	display:table-cell;
	width:69px;
	padding-right:10px;
}

.kimg img {
}

.kbody {
	display:table-cell;
	vertical-align:middle;
}

.baby_img {
	width:172px;
	margin:6px 0 0 0;
}

.arukari_img {
	width:235px;
	margin:6px 0 0 0;
}



/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--age---------------------------------------------------------*/

.age_name {
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6edb6e), color-stop(0.00, #0f990f));
	background: -webkit-linear-gradient(top, #6edb6e 0%, #0f990f 100%);
	background: -moz-linear-gradient(top, #6edb6e 0%, #0f990f 100%);
	background: -o-linear-gradient(top, #6edb6e 0%, #0f990f 100%);
	background: -ms-linear-gradient(top, #6edb6e 0%, #0f990f 100%);
	background: linear-gradient(top, #6edb6e 0%, #0f990f 100%);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:30px;
	font-size:12px;	
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4x;
	border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
}

.age_box_in {
	padding:11px 10px 12px 10px;
}

.age_box_in p {
	font-size:10px;
	line-height:16px;
}

.kimg02 {
	display:table-cell;
	width:64px;
	padding-right:10px;
}

/*--end-----------------*/
/*----------------------------------------------------------------*/



/*--famous---------------------------------------------------------*/


.famous_box_in {
	padding:10px;
}

.famous_box_in02 {
	padding:12px 10px 13px 10px;
}

.famous_c {
	background-color:#f7f7f7;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4x;
	border-bottom-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
	margin:0 0 10px 0;
}

#fnone {
	margin:0;
}

.f_pro {
	display:table;
	padding:10px 10px 10px 10px;
}

.f_photo {
	display:table-cell;
	width:89px;
	padding:0 10px 0 0;
}

.f_photo img {
}

.f_body {
	display:table-cell;
	vertical-align:middle;
}

.f_body p {
	font-size:10px;
	line-height:15px;
}

.f_titlebar {
	background-color:#66cc52;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:7px 0 8px 0;
}

.f_txtarea {
	padding:8px 10px 13px 10px;
}

.f_txtarea p {
	font-size:10px;
	line-height:15px;
}

.f_st {
	font-weight:bold;
	color:#0066cc;
	font-size:12px !important;
	line-height:17px !important;
	margin:0 0 5px 0;
}

.f_st02 {
	font-weight:bold;
	color:#0066cc;
	margin:0 0 3px 0;
}

.f_area_body {
	border-bottom:1px dashed #cccccc;
	padding:2px 0 13px 0;
	margin:0 0 11px 0;
}

.f_area_body02 {
	padding:2px 0 0 0;
}

.f_area_body p,
.f_area_body02 p {
	font-size:10px;
	line-height:15px;
	padding:5px 0 0 0;
}

.youtube_area {
	background-color: #f2f2f2;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}

.youtube {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.touroku_entry_login {
	margin: 12px 0 18px 0;
}

.touroku_entry_login a {
	display: block;
	padding: 12px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6798d), color-stop(0.00, #db415d));
	background: -webkit-linear-gradient(top, #e6798d 0%, #db415d 100%);
	background: -moz-linear-gradient(top, #e6798d 0%, #db415d 100%);
	background: -o-linear-gradient(top, #e6798d 0%, #db415d 100%);
	background: -ms-linear-gradient(top, #e6798d 0%, #db415d 100%);
	background: linear-gradient(top, #e6798d 0%, #db415d 100%);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	font-size:14px;	
	border-radius:200px;  
    -webkit-border-radius:200px; 
    -moz-border-radius:200px;
	box-shadow:0px 3px 0px 0px #cccccc;
	-moz-box-shadow:0px 3px 0px 0px #cccccc;
	-webkit-box-shadow:0px 3px 0px 0px #cccccc;
}

.touroku_entry_login a:hover {}


.top_mov_in {
	padding-bottom: 6px;
}

.footer_mov_area {
	padding: 10px;
	/*background-color: #ffffff;*/
	/*margin-top: 10px;*/
  background-color:#e5f2ff;
}

.footer_mov_area p {
	text-align: center;
	margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.7;
}

.youtube_area {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.youtube_area iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.cm_baner {
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cm_baner img {
	min-width: 100%;
}

#lp_include {
	width: 100%;
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
}

#lp_include img {
	width: 100%;
}

.lpqa_box_outer {
	background-color: #2e82b5;
	padding: 0 10px 5px 10px;
	box-sizing: border-box;
}

.lpqa_box {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 44px;
}

/*--------------------------------------------*/
/*-- NEW_TEIKI --*/
/*--------------------------------------------*/

.hozon_txt_red {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
	margin-top: 6px;
}

#nteiki {}

#nteiki p {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 11px;
}

.nteiki_txt01 {
	font-size: 18px !important;
	line-height: 1.2 !important;
	color: #47bdf0;
	font-weight: bold;
	text-align: center;
	margin: 19px 0 13px 0;
}

#teiki_step_outer {
	padding-top: 10px;
}

.teiki_step {
	background-repeat: no-repeat;
	background-size: 76px auto;
	padding-top: 5px;
	margin-top: 25px;
}

.ntstep1 {
	background-image: url(/sp/images/teiki_new/icon1.jpg);
}

.ntstep2 {
	background-image: url(/sp/images/teiki_new/icon2.jpg);
}

.ntstep3 {
	background-image: url(/sp/images/teiki_new/icon3.jpg);
}

.ntstep4 {
	background-image: url(/sp/images/teiki_new/icon4.jpg);
}

.ntstep5 {
	background-image: url(/sp/images/teiki_new/icon5.jpg);
}

.ntstep6 {
	background-image: url(/sp/images/teiki_new/icon6.jpg);
}

.tt_n02 {
	font-size: 18px !important;
	line-height: 1.2 !important;
	font-weight: bold;
	color: #47bdf0;
	margin-top: 0 !important;
	padding-left: 86px;
	padding-bottom: 7px;
}

.marker_ye {
	color: #fa0505;
	background: linear-gradient(transparent 90%, #ffee00 0%);
}

.nteiki_tel {
	display: block;
	font-size: 34px !important;
	line-height: 1 !important;
	font-weight: bold;
}

.nteiki_tel a {
	color: #51c23a;
	text-decoration: none;
}

.tt_nbox {
	overflow: hidden;
}

.tt_nbox p {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff6d8;
	border: 1px solid #e6e6e6;
	font-size: 16px !important;
	line-height: 50px !important;
	text-align: center;
	box-sizing: border-box;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
}

#teiki_comments_nbox {
	padding-top: 24px;
	padding-bottom: 40px;
}

#teiki_comments_nbox .tcn_title {
	margin-bottom: 10px;
}

.tcn_title {
	font-size: 18px !important;
	line-height: 57px !important;
	font-weight: bold;
	color: #47bdf0;
	border-top: 1px solid #47bdf0;
	border-bottom: 1px solid #47bdf0;
	text-align: center;
}

.balloon_left {
	position: relative;
	padding: 0 10px 10px 10px;
	background-color: #ddffcc;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 10px 0 0 10px;
}

.balloon_left::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 20px;
	border-right: 10px solid #ddffcc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.balloon_right {
	position: relative;
	padding: 0 10px 10px 10px;
	background-color: #cceeff;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 10px 10px 0 0;
}

.balloon_right::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	top: 20px;
	border-left: 10px solid #cceeff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.balloon_left p,
.balloon_right p {
	margin-bottom: 0 !important;	
}

#teiki_qa_nbox {
	padding-top: 4px;
	padding-bottom: 18px;
}

.tqa_n1 {
	border-bottom: 1px dashed #e5e5e5;
	padding: 16px 0 27px 0;
}

.tqa_txt {
	font-size: 16px !important;
	line-height: 1.4 !important;
	font-weight: bold;
	color: #47bdf0;
	margin-bottom: 13px !important;
}

.tqa_num {
	padding-left: 20px;
	margin-top: 11px;
}

.tqa_num li {
	list-style: decimal;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 11px;
}

.tqa_link {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.tqa_link a {
	display: block;
	background-color: #47bdf0;
	color: #ffffff !important;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	text-decoration: none !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.tqa_link a:hover {
	background-color: #33c2ff;
}

/*--end-----------------*/
/*----------------------------------------------------------------*/

.Movie {
  margin-bottom: calc(100/640*100vw);
}

.Movie__ttl {
  position: relative;
  text-align: center;
  font-weight: inherit;
  margin-bottom: calc(24/320*100vw);
  font-size: 22px;
}

.Movie__ttl::before {
  display: inline-block;
  content: "";
  width: calc(26/640*100vw);
  height: calc(35/640*100vw);
  background: url("/images/common/2018/ttl_icon01.png") no-repeat center/cover;
	margin-right: calc(6/320*100vw);
}

.Movie__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: calc(84/640*100vw);
  height: 4px;
  background-color: #00b2d8;
  margin-bottom: calc(-8/320*100vw);
}

.Movie__contents {
  position: relative;
  width: calc(487/640*100vw);
  height: auto;
  margin: calc(40/640*100vw) auto calc(20/640*100vw);
  padding-top: calc(274/640*100vw);
}

.Movie__contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* emv_3d_c */

#guide_3d {}

.emv_3d_c {
	border: 1px solid #d1e1e8;
	border-radius: 10px;
	padding: 30px;
	margin: 20px 0 40px;
}

.emv_3d_c h5 {
	color: #fff;
	background-color: #06b2d8;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 30px;
}

.emv_3d_list {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.emv_3d_list li {
	width: 19%;
	margin-right: 1%;
	box-sizing: border-box;
}

#guide_3d .emv_3d_list li {
	list-style: none !important;
}

.emv_3d_list li img {
	max-width: 100%;
}

.emv_3d_list li:last-child {
	margin-right: 0;
}

.emv_3d_list li h6 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.emv_3d_list li p {
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin-top: 5px;
}

.emv_3d_list li a {
	text-decoration: underline;
}


.emv_3d_faq {
	margin-top: 20px;
}

.emv_3d_faq_h {
	border-top: 1px solid #06b2d8;
	border-bottom: 1px solid #06b2d8;
	text-align: center;
	color: #06b2d8;
	padding: 15px 0;
	margin-bottom: 40px;
}

.blue_txt {
	color: #06b2d8 !important;
}

.bold {
	font-weight: bold !important;
}