@charset "UTF-8";

html,body{
	background: #fff;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #141414;
	margin-top: 50px;
	font-size: 14px;
	background: rgba(238, 169, 188, 0.2);
}
#header-inner{
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 50px;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,.16);
	z-index: 100;
}
#header .drawer-hamburger{
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 25px;
    height: 20px;
    padding: 10px 10px 20px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
}
#header .drawer-hamburger-icon:before{
	top: -7px;
}
#header .drawer-hamburger-icon:after{
	top: 7px;
}
.drawer-open #header .drawer-hamburger-icon:before,
.drawer-open #header .drawer-hamburger-icon:after {
    top: 0;
}
.drawer--left.drawer-open #header .drawer-hamburger{
	left: 0;
}
.drawer--left #header .drawer-nav{
	padding-top: 50px;
}
#header-logo h1{
	margin: 0;
	text-align: center;
}
#header-logo img{
	height: 50px;
	margin: 0 auto;
	padding: 5px;
}
#doc-request{
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #f9ee60;
	font-size: 12px;
	text-align: center;
	z-index: 100;
}
h2.top-lead{
	text-align: center;
	font-size: 11px;
	padding: 5px 0;
	background: rgba(238, 169, 188, 0);
	margin: 0;
}
.information{
	margin: 15px;
	padding: 10px 15px 5px;
	border-radius: 5px;
	font-size: 12px;
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,.10);
}
.information .info-col-date{
	padding: 0 5px;
}
.information .info-col-date p{
	padding-left: 1rem;
}
.information time{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 4px;
	border-bottom: 1px dotted #666;
}
p.information-title{
	font-size: 14px;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}
.menu-nav img{
	width: auto;
	height: 16px;
}
.menu-nav{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 15px;
}
.menu-nav div{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9f4));
	margin: 1px 0;
	border-bottom: 1px solid #fff;
	padding: 0;
}
.menu-nav div:hover{
	background: #fff;
}
.menu-nav div:nth-child(2),
.menu-nav div:nth-child(4){
	border-right: 1px dotted #ddd;
}
.menu-nav div a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
}
.menu-nav div a:hover{
	text-decoration: none;
}
.menu-nav div a span{
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
	color: #f09090;
}
.main-slide figure{
	position: relative;
}
.main-slide figure figcaption{
	position: absolute;
	bottom: 10%;
	left: 0;
	background: rgba(255,255,255,.85);
	border-radius: 0 5px 5px 0;
	padding: 15px;
}
.main-slide figure figcaption img{
	width: auto;
	height: 43px;
}
.contact-info{
	padding: 0 15px;
	text-align: center;
}
.contact-info p{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
.contact-tel{
	background: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
}
.contact-tel a{
	display: block;
}
.contact-tel.at-itabashi{
	border-radius: 5px 0 0 5px;
	background: #d9ebfb;
}
.contact-tel.at-gyoutoku{
	border-radius: 0 5px 5px 0;
	background: #ffe7cb;
}
.contact-tel.at-sugamo{
	border-radius: 0 5px 5px 0;
	background: #ccffdd;
}
.tel-itabashi,
.tel-gyoutoku,
.tel-sugamo{
	width: 120px;
	height: 100px;
}
.is-form-btn{
	background: #f9ee60;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.10);
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.is-tel-btn{
	background: #bbddee;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.10);
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.is-form-btn a{
	display: block;
}
.contact-mail,
.contact-tel-nav{
	width: 270px;
	height: 100px;
}
.banner-col{
	background: #fff;
	padding: 20px 15px 10px;
}
.banner-col ul{
	list-style-type: none;
	padding: 0;
}
.banner-col ul li{
	margin-bottom: 5px;
}
a.pc-site{
	text-align: center;
	display: block;
	padding: 5px;
}
a.pc-site .lnr{
	font-size: 16px;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
footer{
	text-align: center;
	padding: 15px 0 5px;
}
footer p{
	font-size: 11px;
	font-weight: bold;
}
.title-about,
.title-reien,
.title-price,
.title-location,
.title-flow,
.title-faq,
.title-form{
	height: 19px;
}
.flow-title{
	height: 18px;
}
.content-box{
	background: #fff;
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9f4));
}
.content-box:last-child{
	margin-bottom: 15px;
}
.content-box h3{
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 20px;
	padding: 13px 0 10px;
	background: transparent;
	background-size: 6px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 3px double #ccc;
	text-align: center;
}
.content-box h3 img{
	position: relative;
	top: -4px;
	margin-bottom: -2px;
}
.content-box h3 span{
	color: #f09090;
	font-size: 18px;
	margin-left: 10px;
}
.content-main-image{
	margin-bottom: 15px;
}
.about-content h4{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
	background: rgba(255,255,255,.95);
	padding: 5px 15px 5px 5px;
	border-radius: 0 2px 2px 0;
}
.about-content dl{
	padding: 5px 1rem;
	margin-bottom: 15px;
}
.about-content dd{
	margin-bottom: 7px;
}
.about-content dt{
	float: left;
	margin-right: .5rem;
}
.about-content dd:before{
	content: '／';
	margin-right: .5rem;
	color: #999;
	font-size: 12px;
}
.about-content figure{
	position: relative;
	margin-bottom: 7px;
}
.about-content figure img{
	border-radius: 5px;
}
.about-content figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-content figure a{
	color: #333;
	display: block;
}
.about-content figure a:hover{
	text-decoration: none;
}
.price-content-col{
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,.10);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.price-content-col h4{
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	margin: 0 0 15px;
	background: #ddd;
	border-bottom: 1px dotted #ddd;
}
.price-content-col h4.basic-price{
	background: #ffffdb;
}
.price-content-col p{
	padding: 0 15px;
}
p.price-num{
	font-size: 24px;
	color: #666;
}
.location-map-wrap{
	margin: 0;
}
.location-map{
	text-align: center;
	padding: 0;
	height: 90px;
}
.location-map a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: bold;
	line-height: 90px;
}
.location-map.saitama{
	background: #f7efb0 url(../images/map-saitama-bg.png) no-repeat center center;
	background-size: 100%;
}
.location-map.tokyo{
	background: #f1bac9 url(../images/map-tokyo-bg.png) no-repeat center center;
	background-size: 100%;
}
.location-map.kanagawa{
	background: #b2ddf8 url(../images/map-kanagawa-bg.png) no-repeat center center;
	background-size: 100%;
}
.location-map.chiba{
	background: #d1f698 url(../images/map-chiba-bg.png) no-repeat center center;
	background-size: 100%;
}
.location-content h4{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
}
.location-content h4.saitama{
	border-left: 5px solid #f7efb0;
}
.location-content h4.tokyo{
	border-left: 5px solid #f1bac9;
}
.location-content h4.kanagawa{
	border-left: 5px solid #b2ddf8;
}
.location-content h4.chiba{
	border-left: 5px solid #d1f698;
}
.location-detail{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.location-detail a{
	display: flex;
	align-items: center;
	margin: 0;
	background: #fff;
	color: #333;
	margin-bottom: 10px;
}
.location-detail .location-detail-photo{
	padding: 5px;
	width: 25%;
}
.location-detail .location-detail-info{
	font-size: 12px;
	padding: 7px;
}
.location-content h5{
	margin: 0 0 3px 0;
	font-size: 13px;
	font-weight: bold;
}
.location-content p{
	margin-bottom: 0;
}
.location-outline-content{
	padding: 15px 15px 30px 15px;
}
.location-outline-content p{
	line-height: 1.6;
	margin-bottom: 30px;
}
.location-outline-slide{
	margin-bottom: 15px;
}
.location-outline-slide figure{
	position: relative;
}
.location-outline-slide figure figcaption{
	position: absolute;
	bottom: 5%;
	right: 0;
	background: rgba(255,255,255,.9);
	border-radius: 5px 0 0 5px;
	padding: 5px 15px;
	font-size: 12px;
	color: #000;
}
.location-outline-content h4{
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 0;
	padding: 10px;
	background: #fceef2;
	background-size: 6px 8px;
	text-align: center;
}
.location-outline-content h4 a{
	color: #333;
	display: block;
	padding: 10px 0 50px;
}
.location-outline-content h4 a.collapsed-close{
	background: url(../images/panel-close.png) no-repeat center bottom;
	background-size: 39px 39px;
}
.location-outline-content h4 a.collapsed-close.collapsed{
	background: url(../images/panel-open.png) no-repeat center bottom;
	background-size: 39px 39px;
}
.location-outline-content h4 a:hover{
	text-decoration: none;
}
.location-outline-content .panel-body{
	padding: 15px 0 0;
}
dl.outline{
	padding: 5px 1rem;
	margin-bottom: 0;
}
dl.outline dd{
	margin-bottom: 7px;
}
dl.outline dt{
	float: left;
	margin-right: .5rem;
}
dl.outline dd:before{
	content: '／';
	margin-right: .5rem;
	color: #999;
	font-size: 12px;
}

/* slick */

.location-outline-content .slick-prev:before{
    content: '';
    width: 29px;
    height: 29px;
    background: url(../images/left-arrow.png) no-repeat center center;
    background-size: 29px 29px;
    display: block;
    opacity: 1;
}
.location-outline-content .slick-next:before{
    content: '';
    width: 29px;
    height: 29px;
    background: url(../images/right-arrow.png) no-repeat center center;
    background-size: 29px 29px;
    display: block;
    opacity: 1;
}
.location-outline-content .slick-prev,
.location-outline-content .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 29px;
    height: 29px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
}
.location-outline-content .slick-prev{
	left: -15px;
}
.location-outline-content .slick-next{
	right: -15px;
}

/* end slick */

#location-information .nav-tabs>li a span{
	font-size: 16px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
#location-information .nav-tabs>li.active>a,
#location-information .nav-tabs>li.active>a:focus,
#location-information .nav-tabs>li.active>a:hover{
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
}
#location-information .nav-tabs {
    border-bottom: 0;
}
#location-information .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
p.map-google{
	border: 1px solid #3378e8;
	background: #4285f4;
	text-align: center;
	margin: 15px 0;
	padding: 10px;
	border-radius: 5px;
}
p.map-google a{
	color: #fff;
}
p.map-google span{
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 3px;
}
p.access-title{
	padding-left: 7px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px dotted #ccc;
}
p.access-title span{
	font-size: 24px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
#access-information ul{
	margin-left: 25px;
	margin-bottom: 15px;
}
#access-information ul li{
	margin-bottom: 5px;
}
.flow-content h4{
	text-align: center;
	padding: 7px 0 10px;
	margin: 0 15px 15px;
	border-radius: 5px;
}
.flow-1,
.flow-2,
.flow-3{
	margin-bottom: 30px;
}
.flow-1 h4{
	background: #fceef2;
}
.flow-2 h4{
	background: #e2dded;
}
.flow-3 h4{
	background: #ffeeaa;
}
.flow-content ol{
	list-style-type: none;
}
.flow-content ol p{
	padding: 0 30px;
}
.flow-content ol p.lead-text{
	font-weight: bold;
}
.flow-num{
	width: 30px;
	height: 30px;
	display: block;
	margin: 20px auto 15px;;
	text-align: center;
	background: #eee;
	line-height: 30px;
	border-radius: 50%;
	font-weight: bold;
}
.flow-1 .flow-num{
	background: #f5cbd7;
}
.flow-2 .flow-num{
	background: #c6c6e4;
}
.flow-3 .flow-num{
	background: #ffcc33;
}
.faq-wrap{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 15px;
}
.faq-wrap p{
	padding: 15px 15px 15px 25px;
	margin: 0;
	position: relative;
}
p.faq-question{
	background: rgba(238, 169, 188, 0.2);
}
p.faq-question img,
p.faq-answer img{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	left: -20px;
}

/* form */
.form-content .form-control{
	font-size: 16px;
}
.form-content p.guide,
.form-confirm-content p.guide{
	background: #fceef2;
	padding: 5px 5px 5px 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.form-content p.guide .lnr,
.form-confirm-content p.guide .lnr{
	margin-right: 7px;
	position: relative;
	top: 1px;
}
.form-content label{
	display: block;
	
}
.form-content label.radio-inline{
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 7px;
	font-size: 16px;
}
.form-content label span.required{
    font-size: 11px;
    background: rgba(185,0,0,.7);
    color: #fff;
    font-weight: normal;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
}
#age{
	display: inline-block;
	width: 50%;
	margin-right: .5rem;
}
#postal-code1,
#postal-code2{
	width: 40%;
	display: inline-block;
}
.form-content .checkbox{
	margin-left: 7px;
	margin-bottom: 15px;
}
.form-content .checkbox label{
	font-size: 16px;
}
.c-btn{
	display: block;
	font-size: 16px;
	margin: 15px auto;
	padding: 0 15px;
	height: 50px;
	background: #337ab7;
	border-radius: 5px;
	border: 1px solid #2e6da4;
	color: #fff;
}
.c-btn.c-prev-btn{
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}
a.c-btn{
	display: inline-block;
	text-align: center;
	margin: 15px;
	line-height: 48px;
}
.form-confirm-content p{
	font-size: 16px;
	padding-left: 1rem;
}
.form-confirm-content p.mention{
	font-size: 14px;
	padding: 0;
}
.form-thanks-content{
	text-align: center;
}
.form-step{
	text-align: center;
	margin-bottom: 15px;
}
.form-step ol{
	list-style-type: none;
	font-size: 0;
}
.form-step ol li{
	display: inline-block;
	font-size: 13px;}
.form-step ol li.active span{
	font-weight: bold;
	padding: 5px 3px;
	background: #f9ee60;
	border-radius: 4px;
}
.form-step ol li span.lnr{
	background: transparent;
	font-weight: normal;
	padding: 5px;
}

.tel-modal .modal-body{
	padding: 15px 30px 5px;
}

/* drawer */
.drawer--left .drawer-nav.c-main-nav{
	left: -70%;
}
.drawer--left .drawer-nav.c-main-nav{
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 70%;
    height: 100%;
    color: #222;
    background-color: #fceef2;
}
.c-main-nav .drawer-menu-item{
    font-size: 14px;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #222;
    background: #fff;
    margin-bottom: 1px;
}
.c-main-nav .drawer-menu-item .lnr{
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.c-main-nav a.drawer-menu-item:hover{
	text-decoration: none;
	background: #eee;
}
.c-main-nav .drawer-menu-item.doc-request{
	background: #f9ee60;
}
.c-main-nav a.drawer-brand{
	padding: 10px;
	background: #fafafa;
}
.c-main-nav a.drawer-brand:hover{
	text-decoration: none;
}

.video-box{
	margin: 1rem;
}
.video-box-inner{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video-box iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.price-plan-content .price-content-col{
	margin: 20px 0;
}
.price-plan-content p.price-num {
    font-size: 24px;
    color: #d0011b;
}
.price-plan-content p span{
	font-weight: bold;
}
.price-plan-content p span.red{
	color: #d0011b;
}
.price-plan-content ul{
	list-style-type: none;
	font-size: 13px;
	line-height: 1.6;
	padding: 0 10px;
}
.price-plan-content ul li{
	margin-bottom: 10px;
}
.rdb{
    color: #c00;
    font-weight: bold;
}
/* iPhone5 */

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
	.container-fluid {
	    padding-right: 10px;
	    padding-left: 10px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.content-box{
		padding: 15px 10px;
	}
	#wrapper .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	#wrapper .row.information{
		margin-right: 15px;
		margin-left: 15px;
	}
	.information .info-col-date p{
		padding-left: 0;
	}
}

/* custom plan */

.price-plan-wrap{
	background: #fff;
	padding: 30px;
}
.price-plan-wrap p{
	font-size: 16px;
	line-height: 1.6;
	padding: 15px;
}
.price-plan-wrap ul{
	margin: 30px 0;
}
.price-plan-wrap ul li{
	margin-bottom: 5px;
}
.table-plan thead{
	background: #ffffee;
}
.table-plan thead tr th,
.table-plan tbody tr td{
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.table-plan thead tr th:last-child{
	background: #ffe4bb;
}
.table-plan tbody tr td{
	padding: 30px;
	font-size: 18px;
	font-weight: bold;
}
.table-plan tfoot{
	background: #fafafa;
}
.table-plan span.red{
	color: #d0011b;
}
.rdb{
    color: #c00;
    font-weight: bold;
}

.plan-bg{
	background: rgba(255,255,255,1.0);
	margin: 0 -15px;
	padding:0;
}
.plan-bg h4{
	margin:15px 0 15px 0;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	padding-bottom:8px;
}
.plan-bg h4 span{
	display: inline;
	text-align: center;
	border-bottom:5px solid #dcdcdc;
}
.plan1{
	margin-bottom:5%;
}
.plan1 h5{
	background: #f9b1cc;
	padding:8px;
	border-radius: 25px;
	width:180px;
	margin:15px auto 25px auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.plan-inner{
	border:2px solid #d0d0d0;
}
.plan1 .image{
	background: #fde8f0;
	padding-bottom:3%;

}
.plan1 .image .fukidashi1{
	background: #fff;
	width: 94%;
	margin:0 3% 3% 3%;
	padding:5%;
	font-size: 15px;
	line-height: 24px;
}
.plan1 .image .fukidashi1 p{
	margin:0;
}

.plan1 .tablecont{
	width: 94%;
	margin:0 3% 3% 3%;
	padding:5%;
	background:url(../../images/plan-table-bg.png);
}
.plan1 table{
	width:100%;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.plan1 table td{
	padding:6px 0;
}
.plan1 table td.red{
	color: #f61b1b;
}
.plan1 table tr.sum{
	border-top:2px solid #939393;
}
.plan1 table td span.big{
	font-size: 18px;
}
.plan1 .text{
}
.plan1 .fukidashi2-header{
	background: #fff;
	width: 94%;
	margin:3% 3% 0 3%;
	padding: 0;
}
.plan1 .fukidashi2-body{
	background: #fff;
	width: 94%;
	margin:0 3% 3% 3%;
	padding: 3%;
	font-size: 14px;
	line-height: 22px;
	border-right: 3px solid #f9b1cc;
	border-left: 3px solid #f9b1cc;
	border-bottom: 3px solid #f9b1cc;
	border-left-radius: 5px;
	border-right-radius: 5px;
	border-bottom-radius: 5px;
	position: relative;
}
.plan1 .fukidashi2 p{
	margin:20px;
}
.plan2{
	margin-bottom:5%;
}
.plan2 h5{
	background: #b9cf77;
	padding:8px;
	border-radius: 25px;
	width:180px;
	margin:35px auto 25px auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.plan2 .image{
	background: #dceab2;
	padding-bottom:3%;
}
.plan2 .image .fukidashi1{
	background: #fff;
	width: 94%;
	margin:0 3% 3% 3%;
	padding:5%;
	font-size: 15px;
	line-height: 24px;
}
.plan2 .image .fukidashi1 p{
	margin:0;
}

.plan2 .tablecont{
	width: 94%;
	margin:0 3% 3% 3%;
	padding:5%;
	background:url(../../images/plan-table-bg.png);
}
.plan2 table{
	width:100%;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.plan2 table td{
	padding:6px 0;
}
.plan2 table td.red{
	color: #f61b1b;
}
.plan2 table tr.sum{
	border-top:2px solid #939393;
}
.plan2 table td span.big{
	font-size: 18px;
}
.plan2 .text{
}

.plan2 .fukidashi2-header{
	background: #fff;
	width: 94%;
	margin:3% 3% 0 3%;
	padding: 0;
}
.plan2 .fukidashi2-body{
	background: #fff;
	width: 94%;
	margin:0 3% 3% 3%;
	padding: 3%;
	font-size: 14px;
	line-height: 22px;
	border-right: 3px solid #b9cf77;
	border-left: 3px solid #b9cf77;
	border-bottom: 3px solid #b9cf77;
	border-left-radius: 5px;
	border-right-radius: 5px;
	border-bottom-radius: 5px;
	position: relative;
}
.plan2 .fukidashi2 p{
	margin:20px;
}

.plan3{
	margin-bottom:5%;
}
.plan3 h5{
	background: #6cb8dc;
	padding:8px;
	border-radius: 25px;
	width:180px;
	margin:35px auto 25px auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.plan3 .image{
	background: #c9e8f7;
	padding-bottom:3%;
}
.plan3 .image .fukidashi1{
	background: #fff;
	width: 90%;
	margin:0 5% 5% 5%;
	padding:5%;
	font-size: 15px;
	line-height: 24px;
}
.plan3 .image .fukidashi1 p{
	margin:0;
}

.plan3 .tablecont{
	width: 94%;
	margin:0 3% 3% 3%;
	padding:5%;
	background:url(../../images/plan-table-bg.png);
}
.plan3 table{
	width:100%;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.plan3 table td{
	padding:6px 0;
}
.plan3 table td.red{
	color: #f61b1b;
}
.plan3 table tr.sum{
	border-top:2px solid #939393;
}
.plan3 table td span.big{
	font-size: 18px;
}
.plan3 .text{
}

.plan3 .fukidashi2-header{
	background: #fff;
	width: 94%;
	margin:3% 3% 0 3%;
	padding: 0;
}
.plan3 .fukidashi2-body{
	background: #fff;
	width: 94%;
	margin:0 3% 3% 3%;
	padding: 3%;
	font-size: 14px;
	line-height: 22px;
	border-right: 3px solid #6cb8dc;
	border-left: 3px solid #6cb8dc;
	border-bottom: 3px solid #6cb8dc;
	border-left-radius: 5px;
	border-right-radius: 5px;
	border-bottom-radius: 5px;
	position: relative;
}
.plan3 .fukidashi2 p{
	margin:20px;
}
.plan-buttons{
	margin:20px;
}
.plan-buttons .col-xs-12{
	margin:0 0 15px 0;
}


#corona-container{background: #fff;margin:15px;padding:15px 0 15px 0;}
#corona-container h3{color: #00acc4;text-align: center;font-weight: bold;margin:0 15px;font-size:16px;line-height: 28px;}
#corona-container h3 span{border-bottom:2px solid #00acc4;padding:0 0 4px 0;display: inline-block;}
#corona-container .corona1{margin:15px;padding:0 0 15px 0;border-bottom:2px solid #00acc4;width:calc(100% - 30px);}
#corona-container .corona1 p{margin:0 0 10px 0;padding:0;font-size: 13px;line-height: 18px;}
#corona-container .corona2{margin:15px 15px 0 15px;padding:0;width:calc(100% - 30px);}
#corona-container .corona2 h4{margin:0 0 15px 0 ;padding:8px 0 0 0;color: #00acc4;font-size:16px;font-weight: bold;text-align: center;}