 @charset "Shift_JIS";
/* ------------------------------------------------------------------------ */

/*  全体設定

/* ------------------------------------------------------------------------ */

body {
	margin : 0;
	padding : 0;
	height : 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size : 100%;
	line-height : 150%;
}
/*------リンク設定------- */

a {
	outline : none;
}
a:link {
	text-decoration: none;
	color : #A83F00;
}
a:visited {
	text-decoration : none;
	color : #A83F00;
}
a:hover {
	text-decoration : none;
	color : #445F15;
}
a:active {
	text-decoration : none;
	color : #445F15;
}
/*------ブラウザごとの調整タグ------ */

* html body { /* for IE6 */
	font-size: 87.5%;
}
*:first-child+html body {  /* for IE7 */
	font-size: 87.5%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
html>/**/body {    /* IE8 */
	font-size: 87.5%;
}
html:not(:target) body {   /* for modern browser not ie8 */
	font-size: 14px;
}
/* ------------------------------------------------------------------------ */

/* クリアフィクスの設定

/* ------------------------------------------------------------------------ */

.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom: 1;
}
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clr {
	display: inline-table;
	min-height: 1%;
	position: relative;
}
* html .clr {
	height: 1%;
}
.clr {
	display: block;
}
/*------------------------------------------------------------------------ */

/*メインカラムの設定

/* ------------------------------------------------------------------------ */

#wrapper {
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
#contents {
	position: relative;
	background-color: #fff;
	z-index: 2;
	margin-top: 0px;
}
/*------------------------------------------------------------------------ */

/* ヘッダー部分

/* ------------------------------------------------------------------------ */

#head {
	height: 44px;/*--ヘッダーの高さは基本的に44px-- */
　 　position:relative;
	z-index: 10;
	margin-bottom: 0px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	border-bottom: 1px solid #b9c8d2;
}
/*--ロゴ部分（画像・文字）-- */

#head #logo, #head_form #logo {
	width: 160px;
	position: absolute;
	float: left;
	margin: 0;
	top: 4px;
	left: 5px;
}
#head #logo img {
	width: 100%;
}
/*--ヘッダーボタン部分-- */

#head #head_btn, #head_form #head_btn {
	float: right;
}
#head li, #head_form li {
	float: left;
	width: 35px;
	height: 40px;
	border-left: 1px solid #8fc400;
	border-radius: 0px 0px 5px 5px;
	margin: 0px 2px 0 0;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
	background: #bfd255;
	background: -moz-linear-gradient(top,  #bfd255 0%, #7fa828 50%, #9ecb2d 100%);
	background: -webkit-linear-gradient(top,  #bfd255 0%,#7fa828 50%,#9ecb2d 100%);
	background: linear-gradient(to bottom,  #bfd255 0%,#7fa828 50%,#9ecb2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
}
#head #menu, #head_form #menu {
	float: left;
	width: 35px;
	height: 40px;
}
/* ------------------------------------------------------------------------ */

/* ページスライドメニュー設定*/

/* ------------------------------------------------------------------------ */


#wrapper #nav {
	display: none;
}
#pageslide {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 20;
	width: 280px;
	padding: 0 20px;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.2);
}
#pageslide {
	width: 230px;
}
#pageslide #nav {
	display: none;
	padding-top: 45px;
}
#pageslide #nav li {
	padding: 10px 0;
	border-bottom: 1px dotted #3c3c3c;
	font-weight: normal !important;
	text-outline: none;
	text-shadow: none;
}
#pageslide #nav li.first a{
	padding: 10px 10px 10px 0;
	border-bottom: 2px double #3c3c3c;
	text-align: right;
	text-decoration: none;
}
#pageslide #nav li.first a:hover{
	background-color: transparent;
}


#pageslide #nav li:first-child img {
	width: 18px;
	height: 24px;
}
#pageslide #nav li a {
	color: #002930 !important;
	border: none;
	display: block;
	text-align:left;
	text-decoration: none;
	font-weight: normal !important;
}
#pageslide #nav li a:hover { /*text-decoration: underline;*/
	color: #4bc0d3;
	text-decoration: none;
	font-weight: normal !important;
	text-outline: none;
	background-color: #f2f2f2;
}
#topimg {
	background-color: #ccc;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*--------------------------------------------------------------------------- */

/* 見出しタグ設定*/

/*--------------------------------------------------------------------------- */


/*h2タグ*/

#contents h2 {
	position: relative;
	margin: 0 10px 0px 0;
	line-height: 1.6;
	margin: 0px 0 0 0;
	padding: 10px 0px 8px 15px;
	/*text-shadow: 1px 1px 1px #fff;*/
	color: #fff;
	font-size: 120%;
	letter-spacing: 0.1px;
	height: auto;
	width: 100%;
	background-size: auto;
	background-position: 93% -5px;
	background: #ff717a;
	vertical-align: middle;
	font-weight: bold;
}
#contents h2 p:before {
	content: "";
	position: absolute;
	background-color: #b3d465;/*帯の左端部分の色*/
	margin: 0 0 0 -20px;
	top: 0%;
	bottom: 0%;
	width: 10px;
	height: 100%;
}
#contents h2 p {
	margin: 0;
	padding: 0 20px 0 10px;
}
/*h3タグ*/

#contents h3 {
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6;
	border-left: 8px solid #ff717a;
	border-bottom: 1px solid #ff717a;
	letter-spacing: 0.1px;
}
/*h4タグ*/
#contents h4 {
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6;
	border-left: 8px solid #ff717a;
	letter-spacing: 0.1px;
}
/*h5タグ*/
#contents h5 {
	margin: 5px 3px 10px 0px;
	padding: 0 10px 0px 10px;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 160%;
	line-height: 1.6;
	border-bottom: 1px dotted #3c3c3c;
	letter-spacing: 0.1px;
	text-align: center;
}
/*------------------------------------------------------------------------------------------------------------------------------------------ */

/*各セクション内の領域設定(box)

/*------------------------------------------------------------------------------------------------------------------------------------------- */

/*通常記述用*/

.box {
	line-height: 1.8;/*行間*/
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px;
	font-size: 100%;/*文字の大きさ*/
	letter-spacing: 0.1;
}
.box p {
	line-height : 180%;
	text-align: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}
.img_space {
	margin: 10px 0;
}

/*成婚率部分*/

.box_seikon{
	background-color: #fcfaf8;
	padding:10px;
	border-radius: 10px;
	margin-top: 10px;
}





/*理由部分*/

.box_reazon {
	border: 2px dotted#e6717c;
	padding: 10px 10px;
	margin: 0 5px;
	margin-bottom: 1em;
}

.box_reazon p {
	line-height : 180%;
	text-align: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}


/*グレーボックス*/

.box_grey{
	background-color: #f6f6f6;
	padding:5px 10px;
	margin: 1em 0em;
}

.box_grey_02{
	background-color: #f9f9f9;
	padding:5px 10px;
	margin: 1em 0em;
	font-size: 100%;
}


/*カウンセラー*/


.accordion_header_03 {
	margin: 0px 0px 0px 0px;
	line-height: 1.3;
	background: url(../images/+02.png) no-repeat;
	background-color: #fff;
 　 background-size:15px 15px, auto 10%;
	background-position: 98% 50%;
	/*	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
*/	padding: 3px 2px 3px 5px;
	color: #fff;
	font-size: 110%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;border: 3px solid #ccc;
}
.selected03 {
	background: url(../images/_02.png) no-repeat;
	background-color: #fff;
	background-position: 98% 50%;

}
.selected03 + * {
	background: #fff;
	background-position: 98% 50%;
}
.accordion_open_03 {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 3px #ccc;
	border-right: solid 3px #ccc;
	border-bottom: solid 3px #ccc;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.accordion_open_03:before {
	content: "";
}
.accordion_field_03 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}

/*料金*/

.price{
	width: 100%;
}

.price th, .price tr, .price td {
	padding:0px 5px;
	border: 1px solid #ccc;
}


/*流れ*/

.box_flow {
	background-color: #faf6ec;
	padding: 0.8em 1em 1em;
	border-radius: 10px;
	color: #3c3c3;
}
.bg_flow {
	background-image: url(../../images/bg_flow.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.title_flow {
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 1.3em !important;
	font-weight: bold;
	border-bottom: 1px dotted #3c3c3c;
	margin-bottom: 0.5em !important;
}


/*アクセス*/

.access{
	width: 100%;
}

.access th, .access tr, .access td {
	padding:0px 5px;
	border: 1px solid #ccc;
}

/*質問ボックス*/
.box_qa{
	margin-bottom: 15px;
}


/*おすすめ部分*/

.box_osusume {
	background-color: #FFF1F1;
	padding: 5px;
	margin-bottom: 10px;
}
.box_osusume .yaji {
	width: 10%;
	margin-bottom: 5px;
}
.box .yaji {
	width: 10%;
	margin-bottom: 5px;
	text-align: center;
}
/*プラン*/

.box_plan {
	background-color: #f9f9f9;
	padding: 1em 1em 0.5em;
	border-radius: 0px;
}
.box_naiyo {
	border: 3px solid #e87d85;
	padding: 10px;
	background-color: #f9f9f9;
	margin-bottom: 1em;
}
.box_cam_01 {
	background-color: #FFECEC;
	padding: 1em 0.5em;
	margin-bottom: 1em;
}
.box_cam_02 {
	background-color: #FFECEC;
	padding: 1em 0.5em;
	margin-bottom: 1em;
}
.box_cam_03 {
	background-color: #FFECEC;
	padding: 1em;
	margin-bottom: 1em;
}
.box_ansin {
	background-color: #f9f9f9;
	margin-bottom: 1em;
	padding: 10px;
}


/* --------------------------------------------------------------------------------------------------------------------------- */

/* アコーディオンメニュー設定/

/* ------------------------------------------------------------------------------------------------------------------------------ */


/*よくある質問部分のアコーディオン*/

.accordion_header_01 {
	margin: 0px 0px 0px 0px;
	line-height: 1.3;
	background: url(../images/+.png) no-repeat;
	background-color: #e9b5aa;
 　 background-size:15px 15px, auto 10%;
	background-position: 8px 50%, 0 0;
	/*	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
*/	padding: 15px 10px 15px 32px;
	color: #fff;
	font-size: 110%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	line-height: 1.6;
	font-weight: bold;
}
.selected01 {
	background: url(../images/-.png) no-repeat;
	background-color: #e9b5aa;
	background-position: 8px 50%;
}
.selected01 + * {
	background: #e9b5aa;
	background-position: 8px 50%;
}
.accordion_open_01 {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 4px #e9b5aa;
	border-right: solid 4px #e9b5aa;
	border-bottom: solid 4px #e9b5aa;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.accordion_open_01:before {
	content: "";
}
.accordion_field_01 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}
/*お客様の声の部分のアコーディオン*/

.accordion_img {
	margin: 0px 0 20px 0;
}
.accordion_header_02 {
	margin: 0px 0 0px 0;
}
.accordion_open_02 {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 1px #3c3c3c;
	border-right: solid 1px #3c3c3c;
	border-bottom: solid 1px #3c3c3c;
}
.accordion_open_02:before {
	content: "";
}
.accordion_field_02 {
	display: block;
	line-height: 1.4;
	text-align: left;
	padding: 0 0 0 5px;
	margin: 5px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
	letter-spacing: 0.1px;
}
.accordion_field_0 p {
	padding-right: 15px;
}

/* ------------------------------------------------------------------------ */

/* ボタン部分*/

/* ------------------------------------------------------------------------ */
	
.botan {
	text-align : left;
	margin : 0px 0px 0px 0px;
	padding : 1px 5px;
	background-color: #fff;
}
/*黒丸リスト*/

.list-disc {
	margin: 0px;
}
.list-disc ul {
	margin: 0px 0px 0px 0px;
	padding : 0px;
}
.list-disc li {
	list-style: disc;
	margin : 0 0 0px 0px;
	padding : 0;
	line-height : 1.0;
	font-size: 90%;
}
/*チェックボックスリスト*/

.list-check {
	margin: 0em 0em 0em ;
}

.list-check ul {
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}
.list-check li {
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-left: 28px;
	background: url(../images/check_img.png) left top no-repeat;
	list-style-type: none;
	line-height: 1.6;
}

.list-check li:last-child{
	margin-bottom: 0em;
}




/* ------------------------------------------------------------------------ */

/* フッター */

/* ------------------------------------------------------------------------ */

#footer {
	width: 100%;
	height: 54px;
	background: #ff717a;
	clear: both;
	z-index: 1;
	position: relative;
	margin-top: 10px;
}
#footer p {
	color: #fff;
	font-size: 80%;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: 1.2em;
}
#footer  a {
	color: #fff;
}

/* ------------------------------------------------------------------------ */

/* トップに戻るボタン*/

/* ------------------------------------------------------------------------ */

#pagetop {
	display: none;
	position: fixed;
	bottom: -2px;
	right: 10px;
	padding: 10px;
	cursor: pointer;
	background: #000;
	color: #fff;
	opacity: 0.4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 10;
}


/* ------------------------------------------------------------------------ */

/*リストタブ用css */

/*--------------------------------------------------------------------------- */

li{
    list-style: none;
}
li a{
    display: block;
    text-align: center;
    color: #fff !important;
}

ul.tabs li{
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width:23.5%;
    margin-left:1%;
    line-height: 250%;
    background-color: #b3d465;
  	border-radius: 0px 0px 0px 0px;
}
ul.tabs li.active a{
    background-color: #f9f9f9;
    color:#3c3c3c !important;
}
ul.panels{
    clear:both;
    padding:3% 2%;
    border: 1px solid #ccc;
    position: relative;
    top:-1px;
    z-index: -1;
	background-color: #f9f9f9;
}

ul.panels p{
		line-height : 180%;
	text-align: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

ul.panels > li.panel {
  display: none;
}
ul.panels > li.panel.active {
  display: block;
}


/* ------------------------------------------------------------------------ */

/*フォント設定css*/

/*--------------------------------------------------------------------------- */


/*文字色*/
.red{color:#ff717a}
.blue{color:blue}


/*下線と取り消し線*/
.under{text-decoration:underline!important; ;}
.nakasen{text-decoration:line-through!important; ;}

/*蛍光マーカー装飾*/
.yellow-line{padding:2px 2px 2px 2px;background-color:#fffe8a!important;}
.red-line{padding:2px 2px 2px 2px;background-color:#ff7171!important;}
.grey-line{padding:2px 2px 2px 2px;background-color:#f0f0f0!important;}

/*フォントサイズ*/

.font10 { font-size : 10px !important; }
.font12 { font-size : 12px !important; }
.font14 { font-size : 14px !important; }
.font16 { font-size : 16px !important; }
.font18 { font-size : 18px !important; }
.font20 { font-size : 20px !important; }
.font70 { font-size : 70% !important; }
.font80 { font-size : 80% !important; }
.font90 { font-size : 90% !important; }
.font100 { font-size : 100% !important; }
.font110 { font-size : 110% !important; }
.font120 { font-size : 120% !important; }



.b { font-weight:bold;}
.normal { font-weight:normal;}



/* ------------------------------------------------------------------------ */

/*上下左右の余白設定（margin） */

/*--------------------------------------------------------------------------- */


.section{margin:2%;}

/*上の余白設定（margin-top） */

.mt0 { margin-top : 0 !important; }
.mt5 { margin-top : 5px !important; }
.mt10 { margin-top : 10px !important; }
.mt15 { margin-top : 15px !important; }
.mt20 { margin-top : 20px !important; }
.mt25 { margin-top : 25px !important; }
.mt30 { margin-top : 30px !important; }
.mt35 { margin-top : 35px !important; }
.mt40 { margin-top : 40px !important; }


/*下の余白設定（margin-bottom） */

.mb0 { margin-bottom : 0 !important; }
.mb5 { margin-bottom : 5px !important; }
.mb10 { margin-bottom : 10px !important; }
.mb15 { margin-bottom : 15px !important; }
.mb20 { margin-bottom : 20px !important; }
.mb25 { margin-bottom : 25px !important; }
.mb30 { margin-bottom : 30px !important; }
.mb40 { margin-bottom : 40px !important; }


/*上下の余白設定（margin-top&margin-bottom） */

.mtb5 { margin-top : 5px !important; 
        margin-bottom : 5px !important; 
}


/*-----------Copyright (C) KATAOKA DESIGN MARKETING, All rights reserved.--------------*/
