@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}


h1{
	font-size: 28px;
	line-height: 40px;
	font-weight: 900;
}

/* ========================================
    全体設定
========================================= */
body {
	color:#474747;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust:100%
}

a {
	color:#474747;
	text-decoration:none;
}


/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/* ========================================
    ヘッダー
========================================= */
header {
    width: 100%;
    height: auto;
    border-top: 4px solid #E69138;
    padding: 25px 0;
}

div#header_inner {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 0px 0;
}

header nav {
	float: right;
	margin-top: 5px;
}

.header-nav li {
	float: left;
	margin-left: 20px;
}

.header-nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #555555;
	font-weight: 900;
}

/* ========================================
    トップ
========================================= */

div#top {
    width: 100%;
		/*background-color: #fffaf0; */
}

div#top_text {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

div#top_text p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    /*-bottom: 20px;*/
}


/* ========================================
    プロファイル
========================================= */

div#profile {
    width: 100%;
    background-color: #fcfbfb;
}

div#profile_wrapper {
    width: 960px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}

div#profile div#profile_title {
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
}

div#profile div#profile_title h3 {
    font-size: 24px;
    font-weight: 900;
    color: #474747;
    display: inline-block;
    border-bottom: 4px solid #E69138;
    padding-bottom: 10px;
    margin-right: 28px;
}

div#profile h4 {
    font-size: 18px;
    font-weight: 900;
    color: #464747;
    display: inline-block;
    border-bottom: 3px solid #EAD1DC;
    padding-bottom: 5px;
		margin-bottom: 6px;
    margin-right: 28px;
}


div#profile ul li {
    width: 276px;
    height: 290px;
    background-color: #fff;
    padding: 15px;
    float: left;
    margin-right: 30px;
    position: relative;
}

div#profile ul li#profile_last_list {
    margin-right: 0;
}

div#profile ul li p.plan {
    font-size: 18px;
    font-weight: bold;
}
div#profile ul li p.profile {
    color: #E69138;
    font-size: 28px;
    font-weight: 900;
    margin: 15px 0 30px 0;
}
div#profile ul li p.profile span {
    font-size: 16px;
    margin-left: 10px;
}

div#profile dl {
    border-bottom: 1px dotted #eae9e7;
}

div#profile dl dd {
    border-top: 1px dotted #eae9e7;
    line-height: 45px;
}

div#description p {
    font-size: 16px;
    color: #5f5f5f;
    text-align: center;
}

    div#profile div#profile_wrapper div#tel{
            color: #fff;
	    font-weight: 900;
	    background-color: #E69138;
	    display: inline-block;
	    border-radius: 5px;
	    padding: 0 25px;
	    line-height: 36px;
	    left: 15px;
	    bottom: 15px;
    }


div#center{
		text-align: center;
}


/* ========================================
    フッター
========================================= */

footer {
    width: 100%;
    height: 73px;
    background-color: #474747;
    color: #fff;
    text-align: center;
    line-height: 73px;
}

@media screen and (min-width: 600px) {
			.img-sp {
				display: none;
			}
			.img-pc {
					width: 100%;
					max-width: 960px;
				}
			.img-online-pc {
						width: 60%;
						max-width: 700px;
					}
			.img-logo {
					text-align: left;
					float: left;
					max-width: 260px;
			}

			div#top {
					width: 100%;
					max-width: 960px;
					margin: 0 auto;
	    }
}

@media screen and (max-width: 600px) {
  	.img-pc {
				display: none;
			}
		.img-online-pc {
					display: none;
				}
		.img-sp {
			width: 100%;
		}
		.img-logo {
				text-align: left;
				float: left;
				max-width: 260px;
		}

    div#header_inner {
        padding: 0 30px;
        width: auto;
    }

    /*div#top {
				width: auto;
        height: auto;
				max-width: 100%;
    }*/
		div#top {
				width: 100%;
				margin: 0 auto;
		}

    div#top_text {
        width: auto;
				padding: 30px;
        /*padding: 60px 30px;*/
    }
    div#top_text p {
        letter-spacing: 1px;
    }
    div#top_text dl {
        width: auto;
    }

    div#profile_wrapper {
        width: auto;
        padding: 30px;
    }
    div#profile div#profile_title {
        height: auto;
    }
    div#profile div#profile_title h3 {
        float: none;

    }
    div#profile div#profile_title span {
        display: block;
        margin-top: 10px;
    }
    div#profile {
        height: auto;
    }
    div#profile ul li {
        float: none;
        margin: 0 auto 20px auto;
        width: auto;
        height: auto;
    }
		
    div#profile div#profile_wrapper div#tel{
            color: #fff;
	    font-weight: 900;
	    background-color: #E69138;
	    display: inline-block;
	    border-radius: 5px;
	    padding: 0 25px;
	    line-height: 36px;
	    left: 15px;
	    bottom: 15px;
    }
    footer {
        font-size: 12px;
    }
}
