@charset "UTF-8";
/* CSS Document */
body {
	background: url(../img/img2.jpg);
	font-family: 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #353535;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
.container {
    max-width: 980px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 5px 15px #aaa;
    box-sizing: border-box;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	margin:0;
	padding:0;
	vertical-align: bottom;
	max-width: 100%;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #434343;
    width: 90%;
    margin: 0px auto 0;
}


th {
    background: #434343;
    padding: 1em;
    width: 22%;
    color: #383838;
    border-bottom: solid 1px #fff;
}
td {
    padding: 1em;
    border-bottom: solid 1px #434343;
}


table.company {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #d5a423;
    width: 90%;
    margin: 0px auto 0;
}


table.company th {
    background: #d5a423;
    padding: 1em;
    width: 22%;
    color: #383838;
    border-bottom: solid 1px #fff;
}
table.company td{
    padding: 2em;
    border-bottom: solid 1px #d5a423;
}

a { color: #434343; text-decoration: none;}
a:hover { color: #000; }
footer a { color: #fff; text-decoration: none;}
footer a:hover { color: #ddd; }
footer {
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 80%;
    background-color: #816D64;
    color: #fff;
}
/*ヘッタ*/
header {
	    background: url(../img/img1_back01.jpg) no-repeat top center;
	    width: 100%;
}
#navi {
	font-size: 80%;
	line-height: 1.2;
	padding: 10px 0;
	overflow-y: auto;
}
.navilink { 
	width: 300px; 
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	color: #666;
	background: #f5f5f5;
}
.navilink a { color: #666; text-decoration: none;}
.navilink a:hover { color: #000; }

/*レイアウト*/
p, h1 { white-space: pre-wrap; }
.box {max-width: 940px;margin: 0 auto;}
.box2 {width: 90%;margin: 0 auto;overflow:hidden;}
/*コンテンツ*/
#wrapper{ }
.back01 {
    background: url(../img/back_01.jpg);
}
.back02 {
    background: url(../img/back_02.jpg);
}
.back_03 {
    background: #FF7E37;
    padding: 40px 0;
}
.back_03_in {
    background: #fff;
    width: 940px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
}
.voice_back{
    background: url(../img/voice_back.jpg) no-repeat top center;
}
p {
    padding: 0 6%;
    box-sizing: border-box;
}
h2 {
	color: #464646;
	font-size: 200%;
	font-weight: bold;
	margin: 60px 0 20px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 3px double #464646; 
}
.date {
	padding: 0 20px;
	margin: 20px -20px 0;
	background: url(../img/nittei_back.jpg) no-repeat bottom right;
	height: 626px;
}
.date h1 { 
	text-align: center;
	line-height: 1.3;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.day {
	margin: 63px 0px 10px 16px;
	font-size: 120%;
	border-radius: 5px;
	display: block;
	width: 508px;
	padding: 10px;
	line-height: 1.5em;
	border-collapse: collapse;
}
table.day td {
    padding: 10px 27px 10px 18px;
    border-bottom: dotted 1px #FF5A00;
    border-collapse: collapse;
    background: rgb(255, 255, 255);
}
.story {
	padding: 10px;
	border-radius: 10px;
	background: #ff5a00;
	margin: 10px 0;
}
.story h3 {
	color: #fff;
	background: url(../img/icon1.jpg) no-repeat 4px;
	font-size: 130%;
	margin: 0 10px;
	padding-left: 30px;
}
.white {
	background: #fff;
	padding: 15px;
	margin: 10px 15px;
	border-radius: 8px;
}
#order {
    width: 80%;
    margin: 0 auto 30px;
}
.submit {
    background-color: #5DC11A;
    box-shadow: 0 3px 0 #149421;
    text-shadow: 0px -2px #149421;
    position: relative;
    padding: 0.4em 0.7em 0.2em;
    border-radius: 5px;
    font-size: 290%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    /* display: block; */
    box-sizing: border-box;
}

.submit:active, .submit:hover {
	top: 3px;
	box-shadow: none;
	color:#fff;
}
.submit2 {
    background-color: #5DC11A;
    box-shadow: 0 3px 0 #149421;
    text-shadow: 0px -2px #149421;
    position: relative;
    padding: 20px 60px 15px;
    border-radius: 5px;
    font-size: 190%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.submit2 :active, .submit2:hover {
	top: 3px;
	box-shadow: none;
	color:#fff;
}




.ob {
	position: absolute;
	right: 25px;
}
p.media_text {
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 0;
}
.intro1 {
	padding: 20px;
	margin: 0 0;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.intro2 {
	padding: 0;
	margin: 20px 0 0 0;
}
.order_box {
    border-radius: 5px;
    margin: -160px 0 0 0;
    background: #fff;
}
.ttl {
    text-align: center;
    font-size: 35px;
    padding: 0;
    font-weight: bold;
    position:relative;
    background: #fff;
    margin: 30px 0 30px 0;
    }
.ttl:after{
	content:"";
	width: 100%;
	height:50px;
	background-image: url(../img/ttl_01.png),url(../img/ttl_02.png);
	background-color: rgba(170, 170, 170, 0);
	background-repeat: no-repeat,repeat-x;
	background-position: bottom center;
	position:absolute;
	bottom:0;
	bottom: -39px;
	left: 0;
}
.naiyou {
    max-width: 430px;
    border: solid 1px #E8E8E8;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin: 20px 0 25px 44px;
    display: inline-block;
    height: auto;
}
.naiyou dt {
    font-size: 25px;
    padding: 10px 10px 10px 47px;
    border-bottom: solid 1px #FF5A00;
    line-height: 35px;
}
.naiyou dd p {
    padding: 20px;
    line-height: 30px;
}
.naiyou:before {
    content: "";
    background: url(../img/naiyou_point.png) no-repeat;
    width: 83px;
    height: 76px;
    position: absolute;
    top: 0;
    left: -38px;
}
.naiyou.clum_end {
    width: 912px;
    display: block;
    box-sizing: border-box;
}
#shosai { 
	width: 100%;
	border-left: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
}
#shosai th {
    width: 25%;
    padding: 15px;
    background: #5D5D5D;
    vertical-align: middle;
    font-weight: normal;
    font-size: 110%;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#shosai td {
	padding: 15px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
#qa {
	font-size: 110%;
	padding: 15px 20px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
#qa dt {
	background: url(../img/iconq.png) no-repeat top left;
	color: #464646;
	padding: 0px 10px 20px 60px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
#qa dd {
	background: url(../img/icona.png) no-repeat top left;
	padding: 0px 10px 20px 60px;
	margin-top: 10px;
	box-sizing: border-box;
}
.voice {
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	border-bottom: 5px solid #f44d83;
}
.graybox {
	padding: 20px;
	margin: 10px 0;
	background: #f5f5f5;
}
#seminar tr.color2 {
    background-color: #FBF7E3;
}
#seminar tr.color1 {
    background-color: #F8EFC9;
}
#seminar th {
    text-align: center;
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    /* color: #264e88; */
}
#seminar td {
    text-align: left;
    padding-left: 20px;
}
table#seminar {
    font-size: 95%;
}
p.center.flow {
    margin-top: -20px;
}
#step {
    width: 100%;
    margin: 1em auto 0;
    position: relative;
    height: 220px;
}
.bg1 {
    background: url(../img/step1_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.bg2 {
    background: url(../img/step2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
#step p {
    font-size: 120%;
    max-width: 700px;
    position: absolute;
    top: 30px;
    left: 210px;
}
.letter_shadow {
    box-shadow: 0px 0px 25px 0px #D0D0D0;
}
.ttl02 {
    background: #5DC11A;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 25px;
    position: relative;
    margin: 13px 0 35px;
}
.ttl02:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -40px;
    border: solid 20px transparent;
    border-top: solid 20px #5DC11A;
    left: 50%;
    margin-left: -20px;
}
#send-table {
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #dcdcc1;
    border-top: 1px solid #dcdcc1;
    font-size: 100%;
}
#send-table th {
	widht: 30%;
	background-color: #656565;
	text-align: left;
	padding: 30px 30px;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
	color: #fff;
	}
#send-table td { 
	width: 70%;
	padding: 10px 20px; 
	background-color:#fff; 
	border-right: 1px solid #dcdcc1; 
	border-bottom: 1px solid #dcdcc1; }
#send-table caption { 
	background: #7FBFFF; 
	padding: 8px 12px; 
	margin: 5px 0; 
	color: #fff; 
	font-size: 130%; 
	font-weight:bold;  }
div#end-form {
    margin: 2em;
}
table.syouhin {
    width: 100%;
}
table.syouhin th {
    background: #656565;
    color: #fff;
    text-align: left;
    padding: 5px 15px;
}
table.syouhin td {
    padding: 14px 15px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    border-collapse: collapse;
}
input {
    padding: 13px;
    font-size: 110%;
    margin: 10px 0 15px;
}
input[type="submit"] {
    background-color: #5DC11A;
    box-shadow: 0 3px 0 #149421;
    text-shadow: 0px -2px #149421;
    position: relative;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 230%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
input[type="submit"]:hover {
    top: 3px;
    box-shadow: none;
    color: #fff;
}
label:hover {
    background: #FFEFB7;
    cursor: pointer;
    border-radius: 6px;
}
tr.color:nth-child(even) {background-color: #FFE4D5;}
tr.color:nth-child(odd) { background-color:#FCFCFC; }
#seminar th {
    background: #FF9961;
}
.check01 li {
    padding: 0 0 0 2em;
    background: url(../img/img42.jpg) no-repeat left top;
}
ul.check01 {
    margin: 0 60px;
}
.kiyaku {
    height: 300px;
    overflow: scroll;
    border: solid 1px #D8D8D8;
    width: 95%;
    margin: 0 auto;
}
/* フッタ */
footer {
	margin-top: 0;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 80%;
}
/* font + etc */
.pink {color: #fff;font-weight: bold;background: #FF5A00;padding: 5px 15px;margin: 0 13px 0px 0;line-height: 2;border-bottom: dotted 1px;}
.g { color: #ff5a00;}
.red{color:#F00}
.bule{color:#0014ff;}
.fr { float: right}
.fl { float: left;}
.clear { clear: both; }
.center {     text-align: center;
    margin: 0px auto;
    display: block;}
.aligncenter { margin: 0 auto; display: block; }
.bold { font-weight: bold;}
.no_b { font-weight: normal;}
.under { text-decoration: underline;}
.size10 { font-size: 10px; }
.size_body { font-size: 1rem; }
.yellow{background:#FF6;}
.f60 { font-size: 60%; }
.f70 { font-size: 70%; }
.f80 { font-size: 80%; }
.f90 { font-size: 90%; }
.f100 { font-size: 100%; }
.f110 { font-size: 110%; }
.f120 { font-size: 120%; }
.f130 { font-size: 130%; }
.f140 { font-size: 140%; }
.f160 { font-size: 160%; }
.f180 { font-size: 180%; }
.f200 { font-size: 200%; }
.f220 { font-size: 220%; }

/* リンク */
.lo { 
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.lo:hover{ 
	opacity: 0.70;
	filter: alpha(opacity=70);
}

/*=========================================================================

画像

===========================================================================*/

.right_pic {
	padding: 0 0 1rem 1rem;
	float: right;
}

.left_pic {
	padding: 0 1rem 1rem 0;
	float: left;
}

@media screen and (max-width: 900px) {
	.right_pic {
		padding: 0 0 1rem 1rem;
		float: right;
		width: 40%;
	}
	.left_pic {
		padding: 0 1rem 1rem 0;
		float: left;
		width: 40%;
	}
}

@media screen and (max-width: 700px) {
	.right_pic {
		padding: 0 0 1rem 1rem;
		float: right;
		width: 30%;
	}
	.left_pic {
		padding: 0 1rem 1rem 0;
		float: left;
		width: 30%;
	}
}