/* CSS Document */

/*
 general
-------------------------------------------------------------*/
html {
    background-color: transparent;
    background-image: none;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    position: relative;
    min-width: 1000px;
    line-height: 1.6;
    font-family:  "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
	color: #333333;
	overflow: visible;
    background: url(../img/bg.png) top center repeat-y;
}

.thanksBg{
    background: url(../img/bgContents_01.png);
}


p img {
   vertical-align: bottom;
}
a{
    transition: opacity 0.3s;
}
a:link{
    text-decoration: none;
}
/*
a:visited{
    color: #2fa7e0;
    text-decoration: underline;
}
a:hover{
    opacity: 0.5;
    color: #2fa7e0;
    text-decoration: underline;
}
a:active{}
*/



/*
 header
-------------------------------------------------------------*/
.l-header{
    width: 100%;
    position: fixed;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    background: #fff;
    z-index: 999;
}
.headInner{
    width: 900px;
    height: 56px;
    margin: 0 auto;
}
.headLogo{
    float: left;
    width: 215px;
    height: 22px;
    padding: 16px 0;
}
.headCtaBox{
    float: right;
}
.headCtaBox__item{
    float: left;
}
.headCtaBox__item--tel{
    padding: 16px 0;
}
.headCtaBox__item a{
    display: block;
    position: relative;
    width: 200px;
    height: 40px;
    margin: 7px 0 8px 8px;
    padding: 0 0 0 72px;
    line-height: 40px;
    background: #32b16c url(../img/icnHeadBtn.png) left center no-repeat;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.headCtaBox__item a:hover{
    position: relative;
    top: 1px;
    background: rgba(50,177,108,0.8) url(../img/icnHeadBtn.png) left center no-repeat;
    box-shadow: none;
}

.headCtaBox__item--pat01 a{
    background: #6ecf0d url(../img/icnHeadBtn.png) left center no-repeat;
}
.headCtaBox__item--pat01 a:hover{
    background: rgba(170,222,118,0.8) url(../img/icnHeadBtn.png) left center no-repeat;
}


/*
 MainVisual
-------------------------------------------------------------*/
.MainVisual{
    padding-top: 72px;
    background: url(../img/bgMain.png);
}
.MainVisual__inner{
    position: relative;
    width: 900px;
    margin: 0 auto;
}
.MainVisualBox{}
.MainVisualBox__item{
    margin-bottom: 16px;
}
.MainVisualBox__item--txt{
    line-height: 1.4;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #194670;
}

.MainVisualBox__speech{
    position: absolute;
    top: 40px;
    right: 165px;
    padding: 16px;
	background: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    color: #194670;
    box-sizing: border-box;
}
.MainVisualBox__speech:after {
    position: absolute;
    pointer-events: none;
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    margin-top: -6px;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 6px;
}
.MainVisualBox__img{
    position: absolute;
    top: -14px;
    right: -57px;
}


.l-ctaBlock{
    padding: 32px 0 32px;
}
.l-ctaBlock--top{
    padding: 15px 0 32px;
    background: #ff7900;
}
.ctaBlock{
    width: 900px;
    margin: 0 auto;
    background: #fff;
    border: #00b7ee 1px solid;
}
.ctaBlock--thanks{
    width: 640px;
    margin-bottom: 24px;
}
.ctaBlock--bg{
    position: relative;
    background: #fff url(../img/bgCta.png);
}
.ctaBlock--bg:before{
    content: url(../img/imgCtaModel.png);
    position: absolute;
    bottom: -14px;
    right: -90px;
}
.ctaBlock__txt{
    margin: 0 8px;
    padding: 12px 0;
    border-bottom: 1px dashed #194670;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #194670;
}
.ctaBlock__cta__item{
    float: left;
    margin: 8px 16px 8px 4px;
}
.ctaBlock__cta__item--thanks{
    float: none;
    text-align: center;
}
.ctaBlock__cta__item a{
    display: block;
    position: relative;
    width: 400px;
    height: 80px;
    margin: 7px 0 8px 8px;
    padding: 0 0 0 96px;
    line-height: 80px;
    background: #32b16c url(../img/icnCtaBtn__arrow.png) left center no-repeat;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.ctaBlock__cta__item a:after{
    content: url(../img/icnCvBtn__pointer.png);
    position: absolute;
    top: 40px;
}
.ctaBlock__cta__item a:hover{
    position: relative;
    top: 2px;
    background: rgba(50,177,108,0.8) url(../img/icnCtaBtn__arrow.png) left center no-repeat;
    box-shadow: none;
}

.ctaBlock__cta__item--pat01 a{
    background: #6ecf0d url(../img/icnCtaBtn__arrow.png) left center no-repeat;
}
.ctaBlock__cta__item--pat01 a:hover{
    background: rgba(170,222,118,0.8) url(../img/icnCtaBtn__arrow.png) left center no-repeat;
}


.contents{}
.contentsSpace{
    padding-top: 57px;
    background: url(../img/bgContents_01.png);
}
.contents--bg01{
    background: url(../img/bgContents_01.png);
}
.contents--bg02{
    background: url(../img/bgContents_02.png);
}
.contents--bg03{
    background: #fafeff;
}
.contents__ttl{
    margin-bottom: 16px;
    padding: 16px 0;
    background: #00aeef;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}
.contentsInner{
    width: 900px;
    margin: 0 auto;
}
.conditionsList{}
.conditionsList__item{
    float: left;
    width: 280px;
    height: 114px;
    margin: 0 30px 16px 0;
    border: #00b7ee 1px solid;
    border-radius: 4px;
    background: #fff url(../img/icnListBoard.png) right top no-repeat;
    box-sizing: border-box;
}
.conditionsList__item:last-child{
    margin-right: 0;
}
.conditionsList__item span{
    display: block;
    height: 98px;
    margin: 8px 8px 8px 8px;
    padding: 24px 8px;
    border-left: #ff7703 8px solid;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    color: #194670;
    line-height: 1.2;
    box-sizing: border-box;
}

.conditionsBox{
    width: 900px;
    margin-bottom: 32px;
    border: #00b7ee 1px solid;
    border-radius: 4px;
    background: #fff url(../img/icnListBoard.png) right top no-repeat;
    box-sizing: border-box;
}
.conditionsBox__txt{
    margin: 8px 8px 8px 8px;
    padding: 12px 8px;
    border-left: #ff7703 8px solid;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    color: #194670;
    line-height: 1.2;
    box-sizing: border-box;
}
.gyousyaTbl{
    width: 868px;
    margin: 16px;
    background: #fff;
}
.gyousyaTbl__row{
    border-top: 2px dashed #00b7ee;
    border-right: 2px dashed #00b7ee;
}
.gyousyaTbl__data{
    padding: 12px;
    border-bottom: 2px dashed #00b7ee;
    border-left: 2px dashed #00b7ee;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.conditionsBox__annotation{
    float: right;
    margin: 0 16px 16px 0;
}
.contentsInner__txt{
    margin-bottom: 12px;
    text-align: center;
}
.contentsInner__txt:before{
    display: inline-block;
    content: url(../img/icnMidashi__blue.png);
    margin-right: 16px;
}
.contentsInner__txt:after{
    display: inline-block;
    content: url(../img/icnMidashi__blue.png);
    transform: scale(-1, 1);
    margin-left: 16px;
}
.contentsInner__txt span{
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.userVoice{
    margin-bottom: 32px;
    padding: 16px;
    border: #00b7ee 1px solid;
    border-radius: 4px;
    background: #fff;
}
.userVoice__img{
    float: left;
    margin: 0 16px 16px 0;
}
.userVoice__ttl{
    margin-bottom: 16px;
    color: #ff7900;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.userVoice__ttl span{
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
}
.userVoice__speech{
	position: relative;
	background: #eee;
    margin-left: 196px;
    padding: 16px;
    border-radius: 4px;
    box-sizing: border-box;
}
.userVoice__speech:after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 8px;
    margin-top: -8px;
}

.userVoice__speech__list{
    margin-left: 16px;
    list-style-type: circle;
}
.userVoice__speech__list__item{
    margin-bottom: 8px;
}
.userVoice__speech__list__item:last-child{
    margin-bottom: 0;
}

.userVoiceTxt{
	position: relative;
    padding: 0 0 16px;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #194670;
}
.userVoiceTxt--bgBorder{
    background: url(../img/bgBorderBottom.png) left bottom no-repeat;
}
.contents__img{
    padding-bottom: 32px;
}

.userThink{
    position: relative;
    width: 800px;
    margin: 24px auto 32px;
    padding: 16px 16px 16px 180px;
    border: #00b7ee 1px solid;
    background: #fff;
    box-sizing: border-box;
}
.userThink__img{
    position: absolute;
    bottom: 0px;
    left: 16px;
}
.userThink__ttl{
    padding: 0 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff7900;
}
.userThink__txt{
    font-size: 12px;
    font-size: 1.2rem;
}
.userThink__txt span{
    display: block;
    margin: 8px;
    font-weight: bold;
}


.formBox{
    width: 900px;
    margin: 20px auto;
    padding: 24px;
	background:#FFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
/*.formBox__ttl{
    margin: 24px 0 32px;
}
*/
.formSelect{
	display: table;
	width: 100%;
	margin-bottom: 24px;
}
.formSelect__ttl{
	display: table-cell;
	width: 24%;
	padding-left: 16px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
.formSelect__disc{
	display: table-cell;
	width: 76%;
}
.formSelect__disc textarea{
	width: 80%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
}
.formSelect__disc select{
	height: 30px;
}

.formSelectList__item{
    float: left;
    margin-right: 16px;
}
.formSelectList__item:last-child{
    margin-right: 0;
}
.formSelectList__item input{
	display: none;
}
.formSelectList__item label{
    display: block;
    float: left;
    cursor: pointer;
    width: 148px;
    margin: 0;
    padding: 16px 0 16px 0px;
	border-radius: 2px;
    background: #9a9a9a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}
.formSelectList__item input[type="radio"]:checked + label,
.formSelectList__item input[type="radio"]:checked + input[type="hidden"] + label {
    background: #00aeef;
    color: #fff;
}
input[type="text"] {
    padding: 8px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #dcdcdc;
    width: 300px;
    border-radius: 2px;
}
input[type="email"] {
    padding: 8px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #dcdcdc;
    width: 300px;
    border-radius: 2px;
}
input[type="tel"] {
    padding: 8px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #dcdcdc;
    width: 300px;
    border-radius: 2px;
}
input::-webkit-input-placeholder {
    font-size: 14px;
}
.required{
    display: inline-block;
    background: #ff0004;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    margin-left: 8px;
    padding: 4px 4px;
}
.submit{
    width: 496px;
    margin: 32px auto 0;
}
.submitBtn{
    border-style: none;
    width: 496px;
    height: 90px;
    margin: 0 auto;
    background: url(../img/btnCotactSend.gif) no-repeat;
    outline: none;
    cursor: pointer;
}
.submitBtn:hover{
    opacity: 0.8;
    background: url(../img/btnCotactSend.gif) no-repeat;
}


.aboutTable{
    float: left;
    width: 400px;
    margin-right: 20px;
    background: #fff;
}
.aboutTable__row{
    border-top: 1px solid #00b7ee;
    border-right: 1px solid #00b7ee;
}
.aboutTable__head,
.aboutTable__data{
    padding: 8px;
    border-bottom: 1px solid #00b7ee;
    border-left: 1px solid #00b7ee;
    vertical-align: middle;
}
.aboutTable__head{
    background: #C3EFFF;
}

.selectReason{
    float: right;
    width: 470px;
    margin-bottom: 32px;
    border: 1px solid #00b7ee;
    background: #fff;
}
.selectReason__ttl{
    background: #00b7ee;
    color: #fff;
    margin-bottom: 16px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
}
.selectReasonList{
    margin: 0 16px;
}
.selectReasonList__ttl{
    color: #00b7ee;
    font-size: 16px;
    font-size: 1.6rem;
}
.selectReasonList__data{
    margin-bottom: 16px;
}




.l-footer{
    background: #00aeef;
}
.l-footer--thanks{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.l-footer p{
    color: #fff;
    text-align: center;
	margin:0;
}



.topLink{
    float: right;
}
.topLink a{
    display: block;
    margin: 9px;
    padding: 8px 16px;
    text-align: center;
    background: #ccc;
    border-radius: 100px;
    color: #333;
}
.topLink a:hover{
    background: #eee;
}
.thanksBox{
    padding: 100px 0 32px;
}
.thanksBoxInner{
    width: 900px;
    margin: 0 auto;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    box-sizing: border-box;
}
.thanksTtl{
    margin-bottom: 24px;
}
.thanksTxt{
    margin-bottom: 24px;
	line-height: 2;
}
.thanksTxt:last-child{
    margin-bottom: 0;
}
#mfp_thanks{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
}
#mfp_thanks strong{
    color: #ff0000;
}

/*
 other
-------------------------------------------------------------*/
/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
.bgYellow{
    display: inline-block;
    padding: 2px;
    background: #ffe948;
}
.txtRed{
    color:#FF0000;
    font-weight:bold;
}

.btnarea{
	margin:25px 0;
}

#tel{
	margin:30px 0;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

a:link { color: #D22450; text-decoration: underline; }
a:active { color: #999; text-decoration: none; }
a:visited { color: #D22450; text-decoration: undeline; }
a:hover { color: #999; text-decoration: none; }

p {
	margin:0 0 25px 0;
}

.img {
	display: block;
	height: 0;
	overflow: hidden;
}

.check{
	color:#FF0000;
	font-weight:bold;
	background:#FFFD00;
}

.import{
	color:#FF0000;
	font-weight:bold;
	background:#FFFD00;
	font-size:120%;
}


h1.siteNav{
	display:none;
}

#mainArea .textBox{
	width:970px;
	margin:0 auto 20px;
}
/*************************
gHeader
**************************/

#wrapper{
	width:1000px;
	margin:0 auto 40px;
}

#wrapper #globalHeader{
	padding:10px 10px 5px 10px;
}

#wrapper #globalHeader .logo{
	width:384px;
	padding-top:77px;
	float:left;
	background:url(../img/logo.png) top left no-repeat;
}


#wrapper #globalHeader .aboutTime{
	width:412px;
	padding-top:51px;
	float:right;
	margin-top:15px;
	background:url(../img/head_time.png) top left no-repeat;
}


/*************************
mainArea
**************************/

#mainArea{
}

#mainArea h2.ttl2{
}

#mainArea .mainTitle{
	width:1000px;
	padding-top:97px;
	background:url(../img/main_ttl.png) top left no-repeat;
}

#mainArea .mainvisual{
	position:relative;
	margin-bottom:10px;
}

#mainArea .mainvisual .sugiyamaImg{
	width:175px;
	height:247px;
	position:absolute;
	top:-15px;
	right:-35px;
}

#mainArea .point3{
	padding-top:60px;
	background:url(../img/title_3point.png) top center no-repeat;
	margin-bottom:5px;
}

#mainArea .point3List{
	padding-top:175px;
	background:url(../img/title_tuyomi.png) top center no-repeat;
}

#mainArea .commonContact{
}

#mainArea .commonContact .ttlContact{
	padding-top:50px;
	width:1000px;
	background:url(../img/contact_ttl.png) top center no-repeat;
}

#mainArea .commonContact .ttlTime{
	padding-top:84px;
	width:1000px;
	background:url(../img/contact_subttl.png) top center no-repeat;
}

#mainArea .commonContact .contactArea{
	padding-top:320px;
	background:url(../img/contact_tel.png) top center no-repeat;
}

#mainArea .commonContact .contactmail{
	padding-top:99px;
	background:url(../img/contact_mail.png) top center no-repeat;
	position:relative;
}

#mainArea .commonContact .contactmail .btnMail{
	width:377px;
	padding-top:91px;
	position:absolute;
	top:4px;
	left:462px;
	display:block;
}

#mainArea .commonContact .contactmail .btnMail:hover{
	background:url(../img/btn_mail.png) top center no-repeat;
}

#mainArea .ttlcase{
	padding-top:131px;
	width:1000px;
	background:url(../img/case_ttl.png) top center no-repeat;
}

#mainArea .caseList{
	padding-top:117px;
	background:url(../img/case_subttl.png) top center no-repeat;
	margin-bottom:10px;
}

#mainArea .arrow{
	padding-top:56px;
	background:url(../img/case_arrow.png) top center no-repeat;
	margin-bottom:10px;
}

#mainArea .sugiyamaText{
	padding-top:87px;
	background:url(../img/case_text.png) top center no-repeat;
	margin-bottom:20px;
}

#mainArea .ttlRecord{
	padding-top:66px;
	width:1000px;
	background:url(../img/ttl_record.png) top center no-repeat;
	margin-bottom:15px;
}

#mainArea .ttlRecordSub{
	padding-top:28px;
	width:1000px;
	background:url(../img/ttl_record_sub.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .ttlJirei{
	padding-top:66px;
	width:1000px;
	background:url(../img/ttl_jirei.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .Jirei01{
	padding-top:260px;
	background:url(../img/jirei_img01.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .Jirei02{
	padding-top:280px;
	background:url(../img/jirei_img02.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .ttlPF{
	padding-top:66px;
	background:url(../img/ttl_pf.png) top left no-repeat;
	margin-bottom:15px;
	width:1000px;
}

#mainArea .ttlPFSub{
	padding-top:53px;
	background:url(../img/ttl_pf_sub01.png) top left no-repeat;
	margin-bottom:15px;
	margin-top:15px;
}

#mainArea .ttlPFSubTsuyomi{
	width:962px;
	margin:0 auto 15px;
	padding-top:50px;
	background:url(../img/pf_tsuyomi.png) top left no-repeat;
}

#priceBox{
	width:100%;
	border: #664C00 solid 2px;
	margin:0 0 15px 0;
}

#priceBox th.kansai{
	width:50%;
	font-size: 130%;
	font-weight:bold;
	padding: 11px 8px 8px;
	color: #FFF;
	border-right: #664C00 solid 2px;
	border-bottom: #664C00 solid 2px;
	text-shadow: -1px -1px 0px #FF8000,
	1px -1px 0px #FF8000,
	1px 1px 0px #FF8000,
	-1px 1px 0px #FF8000,
	2px 2px 3px rgba(0, 0, 0, 0.6);
	background: #FFBF00;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFBF00), to(#FF8000));
	background: -webkit-linear-gradient(#FFBF00, #FF8000);
	background: -moz-linear-gradient(#FFBF00, #FF8000);
	background: -ms-linear-gradient(#FFBF00, #FF8000);
	background: -o-linear-gradient(#FFBF00, #FF8000);
	background: linear-gradient(#FFBF00, #FF8000);
	-pie-background: linear-gradient(#FFBF00, #FF8000);
	behavior: url(/wp_admin/wp-content/themes/pc_theme/js/PIE.php);
}

#priceBox th.seiri{
	width:50%;
	font-size: 130%;
	font-weight:bold;
	border-bottom: #664C00 solid 2px;
	padding: 11px 8px 8px;
	color: #FFF;
	text-shadow: -1px -1px 0px #0066CC,
	1px -1px 0px #0066CC,
	1px 1px 0px #0066CC,
	-1px 1px 0px #0066CC,
	2px 2px 3px rgba(0, 0, 0, 0.6);
	background: #2693FF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2693FF), to(#0059B2));
	background: -webkit-linear-gradient(#2693FF, #0059B2);
	background: -moz-linear-gradient(#2693FF, #0059B2);
	background: -ms-linear-gradient(#2693FF, #0059B2);
	background: -o-linear-gradient(#2693FF, #0059B2);
	background: linear-gradient(#2693FF, #0059B2);
	-pie-background: linear-gradient(#2693FF, #0059B2);
	behavior: url(/wp_admin/wp-content/themes/pc_theme/js/PIE.php);
}

#priceBox td{
	padding: 11px 8px;
}

#priceBox td.tdTtl{
	width:30%;
	background: #FEF1E9;
	border-bottom:#F90 dashed 1px;
	border-right:#F90 dashed 1px;
}

#priceBox td.tdTtlR{
	width:25%;
	background:#E2F1FE;
	border-bottom:#2693FF dashed 1px;
	border-right:#2693FF dashed 1px;
}

#priceBox td.tdText{
	width:20%;
	border-bottom:#F90 dashed 1px;
	border-right: #664C00 solid 2px;
}

#priceBox td.tdTextR{
	width:25%;
	border-bottom:#2693FF dashed 1px;
}

#priceBox td strong{
	font-size:105%;
}

#priceBox td span{
	font-size:140%;
	color: #C33;
}

#mainArea .ttlPFSub02{
	padding-top:53px;
	width:1000px;
	background:url(../img/ttl_pf_sub02.png) top left no-repeat;
	margin-bottom:15px;
	margin-top:15px;
}

#mainArea .ttlPFSub03{
	padding-top:53px;
	width:1000px;
	background:url(../img/ttl_pf_sub03.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .gyoshaBox{
}

#mainArea .gyoshaBox dt{
	width:100px;
	float:left;
	font-weight:bold;
	font-size:110%;
}

#mainArea .gyoshaBox dd{
	width:860px;
	float:right;
}

#mainArea .FlowBox{
	width:980px;
	margin:0 auto 20px;
	font-size:120%;
}

#mainArea .FlowBox p{
	margin-bottom:0;
}

#mainArea .Flowstep01{
	padding-top:99px;
	width:980px;
	background:url(../img/flow_step01.png) top left no-repeat;
}

#mainArea .Flowstep02{
	padding-top:107px;
	width:980px;
	background:url(../img/flow_step02.png) top left no-repeat;
}

#mainArea .Flowstep03{
	padding-top:120px;
	width:980px;
	background:url(../img/flow_step03.png) top left no-repeat;
}

#mainArea .Flowstep04{
	padding-top:67px;
	width:980px;
	margin-top:10px;
	background:url(../img/flow_step04.png) top left no-repeat;
}

#mainArea .FlowTextBox{
	margin-bottom:20px;
}

#mainArea .flowEnd{
	padding-left:240px;
}

#mainArea .FlowTextBox .arrowBox{
	width:240px;
	float:left;
	padding-top:55px;
	background:url(../img/flow_arrow.png) top center no-repeat;
}

#mainArea .FlowTextBox .FlowTextBoxSub{
	width:740px;
	float:right;
}

#mainArea .FlowTextBox .hensaicyu{
	width:740px;
	padding-top:48px;
	background:url(../img/flow_step_toritate.png) top center no-repeat;
}

#mainArea .sugiyamaTsuyomi{
	width:980px;
	padding-top:80px;
	margin-bottom:10px;
	background:url(../img/flow_tsuyomi.png) top center no-repeat;
}

#mainArea .ttlAbout{
	padding-top:90px;
	background:url(../img/ttl_about.png) top left no-repeat;
	margin-bottom:15px;
	margin-top:15px;
	width:1000px;
}

#mainArea .ttlAboutSub01{
	padding-top:53px;
	background:url(../img/ttl_about_sub01.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .ttlAboutSub02{
	padding-top:53px;
	background:url(../img/ttl_about_sub02.png) top left no-repeat;
	margin-bottom:15px;
}

#mainArea .aboutBox{
	width:960px;
	margin:0 auto 20px;
	border:#59B200 solid 2px;
	background:#FDFFF4;
	box-shadow:2px 2px 3px #666;
}

#mainArea .aboutBox .box01{
	width:930px;
	margin:0 auto 0;
	padding:15px 0 0 0;
}

#mainArea .aboutBox .box01 .imgBox{
	width:228px;
	float:right;
}

#mainArea .aboutBox .box01 .textArea{
	width:680px;
	float:left;
}

#mainArea .aboutBox .box01 .textArea .imgBox02{
	width:458px;
	float:right;
	margin-left:5px;
}

#mainArea .aboutBox .box02{
	width:930px;
	margin:0 auto 0;
}

#mainArea .aboutBox .box02 .imgBox{
	width:208px;
	float:left;
}

#mainArea .aboutBox .box02 .textArea{
	width:680px;
	float:right;
}

#mainArea .ttlJikou{
	padding-top:65px;
	background:url(../img/ttl_jikou.png) top left no-repeat;
	margin-bottom:15px;
	width:1000px;
}

#mainArea .ttlJikouSub{
	padding-top:27px;
	background:url(../img/ttl_jikou_sub.png) top left no-repeat;
	width:968px;
	margin:0 auto 20px;
}

#mainArea .jikouBox{
	width:968px;
	margin:0 auto 15px;
}

#mainArea .jikouBox .imgArea{
	width:606px;
	float:left;
}

#mainArea .jikouBox .jikouText{
	width:350px;
	float:right;
}

#mainArea .ttlProfile{
	padding-top:65px;
	background:url(../img/ttl_profile.png) top left no-repeat;
	margin-bottom:15px;
	margin-top:15px;
	width:1000px;
}

#mainArea .ttlProfileSub01{
	padding-top:53px;
	background:url(../img/ttl_profile_sub01.png) top left no-repeat;
	margin-bottom:15px;
	width:1000px;
}

#mainArea .ttlProfileSub02{
	padding-top:53px;
	background:url(../img/ttl_profile_sub02.png) top left no-repeat;
	margin-bottom:15px;
	width:740px;
}

#mainArea .ttlProfileSub03{
	padding-top:53px;
	background:url(../img/ttl_profile_sub03.png) top left no-repeat;
	margin-bottom:15px;
	width:1000px;
}

#mainArea .profileBox{
	width:990px;
	margin:0 0 0 0;
}

#mainArea .profileBox .profImg{
	width:230px;
	float:right;
	margin-left:10px;
}

#mainArea .profileBox .profSoudan{
	width:740px;
	float:left;
}

#mainArea .profileBox p{
	padding:0 0 0 15px;

}

#mainArea .profileList{
	width:974px;
	margin:0 auto 40px;
	border-bottom:#666 dashed 1px;
	padding-bottom:10px;
}

#mainArea .profileList .pforInfo01{
	width:475px;
	float:left;
}

#mainArea .profileList .pforInfo02{
	width:475px;
	float:right;
}

#mainArea .profileList .infoArea{
	width:290px;
	float:left;
}

#mainArea .profileList .Pname{
	background:url(../img/icon_arrow.png) 0px 2px no-repeat;
	border-bottom:#468C00 solid 4px;
	padding:0 0 2px 20px;
	margin-bottom:5px;
	font-size:130%;
}

#mainArea .profileList table{
	border: #6B6B6B solid 2px;
	width:100%;
}

#mainArea .profileList table strong{
	font-size:150%;
	font-weight:bold;
	color:#FF7600;
}

#mainArea .profileList table th{
	width:30%;
	background: #D9F4E3;
	padding:5px 5px;
	border:#6B6B6B solid 1px;
	color: #35686C;
}

#mainArea .profileList table td{
	padding:5px 5px;
	border:#6B6B6B solid 1px;
}

#mainArea .profileList .infoImg{
	width:172px;
	float:right;
    padding-top: 5.5%;
}

#mainArea .privacy{
	width:970px;
	margin:30px auto 30px;
}

#mainArea .ttl2{
	border-bottom:#329A3B solid 4px;
	padding:0 0 5px 0;
	margin-bottom:15px;
}

#mainArea .ttl3{
	border-bottom: #86AB90 dotted 2px;
	padding:0 0 5px 0;
	margin-bottom:15px;
}

#mainArea .ttl4{
	border-bottom: #86AB90 dotted 1px;
	padding:0 0 5px 0;
	margin-bottom:15px;
}

#globalFooter{
	background:#333;
	padding:30px 0;
	text-align:center;
	color:#FFF;
	font-size:90%;
}

#globalFooter a{
	color:#FFF;
}

#globalFooter small{
	margin-bottom:20px;
	padding-bottom:5px;
}

#globalFooter p{
	font-size:90%;
	border-top: #5C5C5C dashed 1px;
	padding-top:15px;
	margin-top:15px;
}

#tableAbout{
	border: #6B6B6B solid 2px;
	width:600px;
	margin:100px auto 200px;
}

#tableAbout th{
	width:30%;
	background: #D9F4E3;
	padding:5px 5px;
	border:#6B6B6B solid 1px;
	color: #35686C;
}

#tableAbout td{
	padding:5px 5px;
	border:#6B6B6B solid 1px;
}

#listBox{
	margin-bottom:25px;
}

.back{
	padding:0 15px 0;
}

#container_thanks{
	margin: 32px 0 0;
}
