@charset "utf-8";


/*
 *		フォーム
 */

.submit {
	margin: 50px auto 30px;
	padding-top:194px;
	width:980px;
	height:603px;
	font-size:30px;
	background:url(../images/bg_form.png) center top no-repeat;
	}
.submit .btn {
	display:block;
	margin:20px auto 0;
	width:908px;
}
.deco {/* フォームの入力欄装飾用 */
	display:block;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-left: 265px;
	padding:10px 6px 4px;
	width: 670px;
	height:72px;
	text-align:center;
	font-size:1em;
	color:#54b2de;
	-moz-box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
	border-radius:6px;
	background:#fff;
	border: 2px solid #333;
}

/*
 *		フォームここまで
 */







body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size:100%;/* 16px */
	/*font-size:112.5%; 18px */
	font-size:125%;/* 21px */
	line-height:1.7;
	background:url(../images/bg.png);
	color: #222;
}
h1 {
	height:1097px;
	border-top: 4px solid #19c2ff;
	background:url(../images/header.jpg) center top no-repeat;
	text-indent:-9999px;
	}
h2 {
	margin:0 auto 50px;
	width:980px;
	font-size:larger;
	}
img {
	display:block;
	margin:0 auto;
}

.large {
	font-size:120%;
	}

.xlarge {
	font-size:144%;
	}

.xxlarge {
	font-size:172.8%;
	}
.small {
	font-size:82.5%;
	}
.xsmall {
	font-size:62.5%;
	}
.xxsmall {
	font-size:56.25%;
	}	
.u {
	text-decoration:underline;
}
.red {
	color:red;
}
.highlight {
	background-color:#FFFF00;
}
.redhigh {
	color:red;
	background-color:#FFFF00;
	}
.pic_right{
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
strong {
	font-weight:bold;
	}
#wrapper {
	margin:0 auto;
}
main {
	margin:0 auto;
	background:#fff;
	color:#222;
}
.container{
	margin: 0 auto;
	padding: 50px 0 0;
	width: 980px;
}
footer {
	margin:0 auto;
	padding:20px 0;
	background: #000;
	color: #fff;
	text-align:center;
	font-size: smaller;
}
footer a {
	color:#fff;
	text-decoration:underline;
}

footer a:hover {
}
address {
	font-style:normal;
}

.copys {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	width: 960px;
}

.first {
	padding-bottom: 50px;
}


.media {
	padding-bottom: 50px;
	background: url(../images/bg01.png) #f5feff;
}


/*
 *		ヘッダー
 */

header {
	background: url(../images/bg_tt_header.png);
}

.em {
	height: 120px;
	background: url(../images/bg_em.png);
}

.ttcdt {
	display: flex;
	margin: 0 auto;
	width: 960px;
}


.tt_cdt {
	display: flex;
	margin: 0 auto;
	padding-top: 66px;
	padding-left: 5px;
	width: 332px;
	height: 87px;
	background: url(../images/bg_cdt.png) center top no-repeat;
	color:#333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:33px;
	font-weight:bold;
}

.unit {
	font-size: 18px;
}



/*
 *		メディア
 */


.pic_media {
	margin: 50px auto;
}


/*
 *		事例
 */

.jirei {
	padding-bottom: 50px;
	background: url(../images/bg02.jpg) no-repeat;
	background-size: auto 100%;
}

.con_jirei {
	margin: 50px auto;
	padding: 30px;
	width: 900px;
	background: url(../images/bg_jirei.png);
}
.con_jirei .youtube {
	margin-top: 30px;
	border: 5px solid #2cc6d1;
}
.pic_jirei {
	margin: 30px auto;
}

.point {
	position: relative;
	margin-top: 72px;
	padding: 20px;
	border: 2px solid #2cc6d1;
	background: #fff;
	z-index: 10;
}

.point::before {
	content: '';
	display: block;
	position: absolute;
    top: -42px;
    left: -2px;
	width: 162px;
	height: 42px;
	background: url(../images/point.png);
}

.point::after {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px solid #2cc6d1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}


.other ul {
	position: relative;
	margin: 50px auto;
	padding: 30px;
	width: 800px;
	border:3px solid #ff6a62;
	background: rgba(255,255,255,0.8);
	line-height: 2;
	font-size: larger;
	font-weight: bold;
	list-style: none;
	z-index: 10;
}

.other ul::after {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px solid #ff6a62;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.other ul li {
	padding-left: 42px;
	background: url(../images/check_other.png) left center no-repeat;
}

.a3step{
	padding-bottom: 50px;	
}

.b3step{
	padding-bottom: 50px;
	background: url(../images/bg01.png) #ffffcc;
}

.steps {
	margin-bottom: 50px;
}


/*
 *		内容
 */

.naiyou {
	padding-bottom: 50px;
	background: url(../images/bg01.png) #f5feff;
}
.con_hd_naiyou {
	margin: 40px auto 0;
	width:840px;
	background: url(../images/bg_shd_naiyou.png);
}

.naiyou h3 {
	padding: 30px 20px 30px 92px;
	background: url(../images/logo_naiyou.png) 10px center no-repeat;
}


.naiyou p {
	margin: 0 auto 40px;
	padding: 20px;
	width:840px;
	background: #fff;
}




/*
 *		プレゼント
 */
.present {padding-bottom: 50px;}

.con_present {
	margin: 50px auto;
	width: 900px;
	background: url(../images/bg_con_present.png);
}

.con_present p {
	padding: 30px;
}

.present .pic_right {
	max-width: 300px;
}


/*
 *		メッセージ
 */
.msg {
	padding-bottom: 50px;
	background: url(../images/bg02.jpg) no-repeat;
}

.msg .container {
	margin: 0 auto;
	width: 900px;
}

.msg .container h2 {
	margin-left: -40px;
}


.msg p {
	padding: 42px 63px 41px;
	background: url(../images/bg_p_msg.png) center top repeat-y #f5feff;
	line-height: 42px;
	box-shadow: 1px 1px 0 3px #2cc6d1;
}


/*
 *		プロフィール
 */

.profile {
    padding-bottom: 50px;
}

/*
 *		推薦の声
 */

.doctor {
	padding-top: 50px;
    padding-bottom: 1px;
    background: url(../images/bg01.png) #ffffcc;
}


.doctor .container {
	margin: 0 auto;
	padding-top:40px;
	width: 900px;
	background: #fffafa;
	box-shadow: 1px 1px 0 3px #ff6b61;
}

.doctor h3 {
	margin-left: 63px;
	overflow: hidden;
}

.doctor .pic_right{
	margin-right: 63px;
}

.doctor p {
	padding: 42px 63px;
	background: url(../images/bg_p_doctor.png) center top repeat-y #fffafa;
	line-height: 42px;
	font-weight: bold;
}

.hd_doc {
	float: left;
}


.att01{
	margin: 0 auto 20px;
	padding: 10px;
	width: 860px;
	border: 3px solid #f8f8f8;
	background: #fff;
	font-size: 71%;
}

.att01 h3{margin: 0 auto; padding: 0!important; background: none!important; text-align: center; font-size: larger;}

.att01 p{
	 margin: 0 auto!important;
    padding: 10px!important;
    width: 840px!important;
    background: #fff!important;
	line-height: 1.7!important;
	font-size: 105%;
	font-weight: normal;
	box-shadow: none;
}




/*
 *		特商法
 */	

/* Tokutei Table
------------------------------------------------------*/
.tb01{
	width:720px;
	margin:30px auto 30px;
	background:#ccc;
}
.tb01 .title{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color:#EBEBEB;
	padding:6px;
	width:25%;
}
.tb01 td{
	font-size: 12px;
	vertical-align: top;
	background-color:#FFFFFF;
	padding:6px;
}

	
@media screen and (max-width: 1080px) {
	
	.present .pic_right {
		float: none;
		margin: 1em auto;
	}
	
	body {width: 980px;}
	h1 {
		width:980px;
		height:1097px;
		}
	main {
		width:980px;
		font-size: 200%;
	}
	
	.container p {
		padding-right:20px;
		padding-left:20px;
	}
	
	.other ul {
		width: 960px;
	}
	.other ul li {
		margin-top: 1em;
		padding-left: 84px;
		background: url(../images/check_other_sp.png) left center no-repeat;
		line-height: 1.5;
	}
	.other ul li:first-child {
		margin-top: 0;
	}
	
	.con_hd_naiyou {
		margin: 40px auto 0;
		width:940px;
		background: url(../images/bg_shd_naiyou.png);
	}

	.naiyou h3 {
		padding: 30px 20px 30px 92px;
		background: url(../images/logo_naiyou.png) 10px center no-repeat;
	}


	.naiyou p {
		margin: 0 auto 40px;
		padding: 20px;
		width:940px;
		background: #fff;
	}
	.present .pic_right {
		max-width: 800px;
	}
	
	.msg {
		background-size: auto 100%;
	}
	
	.msg p {
	padding: 84px 63px 83px;
	background: url(../images/bg_p_msg_sp.png) center top repeat-y #f5feff;
	line-height: 84px;
	box-shadow: 1px 1px 0 3px #2cc6d1;
	}
	.msg .container {
	margin: 0 auto;
	width: 940px;
	}

	.msg .container h2 {
		margin-left: -20px;
	}

	.doctor p {
		padding: 84px 63px 83px;
		background: url(../images/bg_p_doctor_sp.png) center top repeat-y;
		line-height: 84px;
	}
	
	footer {
		font-size: 50%;
	}
}