/* ****************************************************************************


　目次

-------------------------------------------------------------------------------

　01. ページ全体に適用する事項

　02. header

　03. search

　04. maincontents

　05. navi

　06. contents

　07. footer ・copyright

　08. フォーム

　09. テーブルレイアウト 

　10. ボタン各種

　11. 共通

******************************************************************************* */




/*-----------------------------------------------------------------------------
　01. ページ全体に適用する事項
-----------------------------------------------------------------------------*/
body #ladys_wrap {
	width: 750px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:0px auto;
	color: #604c3f;
}

#container {
    width: 100%;
    position: relative;
	height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}

#contents_ladys {
    padding-bottom: 20px;
}

#global {
    position: fixed;
    bottom: 0;
    z-index: 2;
}

.maintop {
	display:inline-block;
	background-color:#FFF;
	text-align:right;
	box-shadow: 0px 1px 3px 1px #999;
	-webkit-box-shadow: 0px 1px 3px 1px #999;
	-moz-box-shadow: 0px 1px 3px 1px #999;
}

/*-----------------------------------------------------------------------------
　04. maincontents
-----------------------------------------------------------------------------*/
#top_image {
	width:100%;
}
	
	
#top_image .left_image {
	width:170px;
	text-align:center;
}

#top_image .right_image {
	width:540px;
}

.marker_yellow {
	background: -moz-linear-gradient(transparent 0%, #ffff66 0%);/* Firefox用 */
	background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);/* Safari,Google Chrome用 */
	background: -o-linear-gradient(transparent 0%, #ffff66 0%);/* Opera用 */
	background: -ms-linear-gradient(transparent 0%, #ffff66 0%);/* IE用 */
}


#last_image {
	width:100%;
	margin-bottom:40px;
}
	
	
#last_image .left_image {
	width:170px;
	text-align:center;
}

#last_image .right_image {
	width:540px;
}

/*-----------------------------------------------------------------------------
　05. navi
-----------------------------------------------------------------------------*/

.globalNav {
	width:750px;
	height:40px;
	list-style: none;
    overflow: hidden;
	background-image:url(images/bg_navi01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:40px;
}
 
.globalNav li {
    float: left;
    border-right: 1px solid #fff;
}

.globalNav li:last-child {
    border:0;
}

.globalNav li a {
    display: block;
}
 
.globalNav li a:hover {
	background-color: rgba(255,255,255,0.3);
}

.menu_navi {
	width:100%;
	height:auto;
	background:url(images/bg_menu01.gif) repeat;
	padding: 10px 5px 5px 9px;
	text-align:center;
}

.menu_navi ul li {
	display:inline-block;
}
	
.parts_menu {
	width:750px;
	height:40px;
	list-style: none;
    overflow: hidden;
	position:relative;
	background-color:#FFF;
	box-shadow: 0px 1px 3px 1px #999;
	-webkit-box-shadow: 0px 1px 3px 1px #999;
	-moz-box-shadow: 0px 1px 3px 1px #999;
}

.parts_menu li { 
    float: left;
    border-right: 1px solid #fff;
}

.parts_menu  li:last-child {
    border:0;
}

.parts_menu li a {
    display: block;
}


/*-----------------------------------------------------------------------------
　06. contents
-----------------------------------------------------------------------------*/

.tit_profile {
	width:710px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font: bold 20px "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#ff638c;
    background-color:#e7e7e7;
}

.boxcenter  {
	width:100%;
	margin: 0 auto;
}

.box_profile {
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 12px 0;  /* 左右 上下で記述 */
	margin-left:10px;
}

.txt_profile {
	display:table-cell;
	vertical-align:top;
	width:132px;
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.txt_profile > p {
	font-size:14px;
	line-height:1.4em;
	height:4.5em;
}

.aka {
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
	padding-left: 15px;
}

.kiiro {
	font-size:18px;
	font-weight:bold;
	color:#ffc103;
	padding-left: 15px;
}

.momo {
	font-size:18px;
	font-weight:bold;
	color:#ff3284;
	padding-left: 15px;
}

.ao {
	font-size:18px;
	font-weight:bold;
	color:#008aff;
	padding-left: 15px;
}

.midori {
	font-size:18px;
	font-weight:bold;
	color:#009b42;
	padding-left: 15px;
}

.txt_aka {
	color:#ff0000;
}

.txt_kiiro {
	color:#ffc103;
}

.txt_momo {
	color:#ff3284;
}

.txt_ao {
	color:#008aff;
}

.txt_midori {
	color:#009b42;
}

a.message {
	pointer-events: none;
}

.message_aka {
    position: relative;
}
.message_aka span {
    display: none;
}

.message_aka a:hover span.remark_aka {
	border: 1px solid #CCCCCC;
	color: #604c3f;
	display: block;
	font-size: 13px;
	line-height: 1.7em;
	margin: -0.1em -0.2em;
	padding: 0.5em;
	position: absolute;
	top: -215px;
	width: 700px;
	background-color: #fff;
	background-image: url(images/pro_aka.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:contain;
}

.message_kiiro {
    position: relative;
}
.message_kiiro span {
    display: none;
}
.message_kiiro a:hover span.remark_kiiro {
    border: 1px solid #CCCCCC;
    color: #604c3f;
    display: block;
	font-size:13px;
    line-height: 1.7em;
	margin: -0.1em -11.2em;
	padding: 0.5em;
	position: absolute;
	top: -215px;
	width: 700px;
	background-color: #fff;
	background-image: url(images/pro_kiiro.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:contain;
}

.message_momo {
    position: relative;
}
.message_momo span {
    display: none;
}
.message_momo a:hover span.remark_momo {
    border: 1px solid #CCCCCC;
    color: #604c3f;
    display: block;
	font-size:13px;
    line-height: 1.7em;
    margin: -0.1em -22.5em;
    padding: 0.5em;
    position: absolute;
    top:-237px;
    width:700px;
	background-color: #fff;
	background-image: url(images/pro_momo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:contain;
}

.message_ao {
    position: relative;
}
.message_ao span {
    display: none;
}
.message_ao a:hover span.remark_ao {
    border: 1px solid #CCCCCC;
    color: #604c3f;
    display: block;
	font-size:13px;
    line-height: 1.7em;
    margin: -0.1em -33.5em;
    padding: 0.5em;
    position: absolute;
    top:-215px;
    width:700px;
	background-color: #fff;
	background-image: url(images/pro_ao.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:contain;
}

.message_midori {
    position: relative;
}
.message_midori span {
    display: none;
}
.message_midori a:hover span.remark_midori {
    border: 1px solid #CCCCCC;
    color: #604c3f;
    display: block;
	font-size:13px;
    line-height: 1.7em;
    margin: -0.1em -44.5em;
    padding: 0.5em;
    position: absolute;
    top:-260px;
    width:700px;
	background-color: #fff;
	background-image: url(images/pro_midori.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:contain;
}

.message a:hover span.remark {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    color: #604c3f;
    display: block;
	font-size:13px;
    line-height: 1.7em;
    margin: -1.3em;
    padding: 0.5em;
    position: absolute;
    top:50px;
    width:150px;
}


.box710 {
	width:710px;
}


.box710_parts {
	width:710px;
	height:544px;
	position:relative;
	top:0px;
	left:0px;
	background:url(images/bg_bodyparts02.jpg) no-repeat;
}

.box710_parts a:hover img {filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}

.box708 {
	width:708px;
}

.box670 {
	width:670px;
}

.box650 {
	width:650px;
}

.box642 {
	width:642px;
	margin-left:34px;
	margin-right:34px;
}

.box642 a:hover img {filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}

.box610 {
	width:610px;
	margin-left:70px;
	margin-right:70px;
}

.box570 {
	width:570px;
}

.box480 {
	width:480px;
}

.box470 {
	width:470px;
}

.box450 {
	width:450px;
} 

.box440 {
	width:440px;
}

.box370 {
	width:370px;
}

.box280 {
	width:280px;
}

.box240 {
	width:240px;
}

.box230 {
	width:230px;
}

.box260 {
	width:260px;
	
}

.box140 {
	width:140px;
	text-align:center;
}

.box40 {
	width:40px;
	
}


.comment {
	font: 16px "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4em;
}

.staff_column	{
	background:fff;
	background-image:url(images/bg_matome01.gif);
	padding:20px 10px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
 	position:relative;
	z-index:1;
	behavior:url(ie-css3.htc);
}


.manga_tit {
	width: 600px;
	font: 30px "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	background-color: #ff527f;
	color:#FFF;
	padding:10px 0;
}

.item {
	float: left;
	width: 476px;
	padding: 0;
}
.item img {
	width: 100%;
	height: auto;
}
.controls {
	text-align: center;
	margin: 10px 0 15px 0;
	text-decoration:none;
}
.controls button {
	width:110px;
	color:#FFF;
	background-color:#999;
	font-size:18px;
	padding: 5px 10px;
	border:none;
}

.price-txt01 {
    color: #ff0000;
    font-weight: bold;
}


.omake_tit{ 
    width:650px;
    font: 24px "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#ff527f;
	padding: 5px 0 5px 10px;
    border-left: 10px solid #ff527f;
    border-bottom: 1px solid #ff527f; /* 下ボーダーを、1px幅の罫線、線色#CC3366に */
	margin:0 40px 20px;
}

.omake_txt {
	font: 16px "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4em;
}


.kaisetu_txt {
	font-size:18px;
	line-height:1.7em;
	color:#2ea7e0;
	font-weight:bold;
	padding-top:10px;
}

.kaisetu_tit {
	font-size:24px;
	line-height:1.4em;
	color:#ff527f;
	font-weight:bold;
}

.kaisetuki {
	width:710px;
	height:auto;
	background:fff;
	background-image:url(images/bg_kaihatuki01.jpg);
}

.osusume_txt {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
}

.txt-subcopy {
	width:750px;
	display:block;
	text-align:center;
	font-size:18px;
	line-height:140%;
}


/* 吹き出し関係 */
.content_balloon{padding: 0 25px; margin-bottom: 40px;}

.balloon_right_top{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_right_center{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_right_bottom{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_left_top{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_left_center{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_left_bottom{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_center_center{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.kaiwa01{width: 100%; max-width: 22%; position: absolute; top:-15px; left: -20px;}
.kaiwa07-01{width: 100%; max-width: 25%; position: absolute; top:80px; left: 85px;}
.kaiwa07-02{width: 100%; max-width: 63%; margin-top: 5px;}
.kaiwa08{width: 100%; max-width: 25%; margin-bottom: 5px;}
.kaiwa10{width: 100%; max-width: 30%; position: absolute; top:20px; left: -10px;}
.kaiwa13{width: 100%; max-width: 20%; position: absolute; top:0; left: 100px;}
.kaiwa14{width: 100%; max-width: 45%; margin-bottom: 5px;}
.kaiwa18{width: 100%; max-width: 100%; margin-top: 5px;}
.kaiwa18-width{width: 200px;}
.kaiwa26{width: 100%; max-width: 30%; position: absolute; top:0; left: -10px;}
.kaiwa31-01{width: 100%; max-width: 17%; position: absolute; top:0; left: -40px;}
.kaiwa31-02{width: 100%; max-width: 80%; margin-top: 5px;}
.kaiwa31-width{width: 260px;}
.kaiwa33{width: 100%; max-width: 18%; margin-bottom: 2px; margin-left: 10px;}
.kaiwa39{width: 100%; max-width: 100%; margin: 0 auto; display: block;}
.kaiwa39-width{width: 170px;}
.kaiwa44{width: 100%; max-width: 90%; margin-bottom: 10px;}
.kaiwa44-width{width: 300px;}
.kaiwa45{width: 100%; max-width: 60%; margin-top: 5px;}
.kaiwa59{width: 100%; max-width: 63%; margin-top: 5px; margin-bottom: 5px;}
.kaiwa61{width: 100%; max-width: 40%; margin-bottom: 5px;}

/* 赤　右イラスト */
.balloon_red_right{
  position: relative;
  padding: 20px 30px;
  background-color: #fff3f3;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_red_right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: 15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff3f3;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_red_right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -2px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 赤　左イラスト */
.balloon_red_left{
  position: relative;
  padding: 20px 30px;
  background-color: #fff3f3;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
  margin-left: -25px;
}
/* 色付きの半円 */
.balloon_red_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 15px;
  border-left: 25px solid #fff3f3;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_red_left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -2px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 赤　右イラスト 1行のとき */
.balloon_red_right_oneline{
  position: relative;
  padding: 20px 30px;
  background-color: #fff3f3;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
  margin-right: -20px;
}
/* 色付きの半円 */
.balloon_red_right_oneline::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: -5px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff3f3;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_red_right_oneline::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -22px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


/* 黄　右イラスト */
.balloon_yellow_right{
  position: relative;
  padding: 20px 30px;
  background-color: #fffbe0;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_yellow_right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: 15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fffbe0;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_yellow_right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -2px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 黄　左イラスト */
.balloon_yellow_left{
  position: relative;
  padding: 20px 30px;
  background-color: #fffbe0;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_yellow_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 15px;
  border-left: 25px solid #fffbe0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_yellow_left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -2px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 黄　右イラスト 1行のとき */
.balloon_yellow_right_oneline{
  position: relative;
  padding: 20px 30px;
  background-color: #fffbe0;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_yellow_right_oneline::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: -5px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fffbe0;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_yellow_right_oneline::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -22px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 黄　右イラストなし */
.balloon_yellow_right_none{
  position: relative;
  padding: 10px 20px 15px;
  background-color: #fffbe0;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
  margin-right: 50px;
}


/* 桃　右イラスト */
.balloon_pink_right{
  position: relative;
  padding: 20px 30px;
  background-color: #ffebfc;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_pink_right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: 15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffebfc;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_pink_right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -2px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 桃　左イラスト */
.balloon_pink_left{
  position: relative;
  padding: 20px 30px;
  background-color: #ffebfc;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_pink_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 15px;
  border-left: 25px solid #ffebfc;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_pink_left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -2px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 桃　右イラスト 1行のとき */
.balloon_pink_right_oneline{
  position: relative;
  padding: 20px 30px;
  background-color: #ffebfc;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_pink_right_oneline::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: -5px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffebfc;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_pink_right_oneline::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -22px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 桃　左イラスト 1行のとき */
.balloon_pink_left_oneline{
  position: relative;
  padding: 20px 30px;
  background-color: #ffebfc;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_pink_left_oneline::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: -5px;
  border-left: 25px solid #ffebfc;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_pink_left_oneline::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -22px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


/* 青　右イラスト */
.balloon_blue_right{
  position: relative;
  padding: 20px 30px;
  background-color: #e3f5ff;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_blue_right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: 15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #e3f5ff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_blue_right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -2px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 青　左イラスト */
.balloon_blue_left{
  position: relative;
  padding: 20px 30px;
  background-color: #e3f5ff;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_blue_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 15px;
  border-left: 25px solid #e3f5ff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_blue_left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -2px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


/* 緑　右イラスト */
.balloon_green_right{
  position: relative;
  padding: 20px 30px;
  background-color: #e0ffed;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_green_right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -15px;
  top: 15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #e0ffed;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_green_right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
  right: -25px;
  top: -2px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 緑　左イラスト */
.balloon_green_left{
  position: relative;
  padding: 20px 30px;
  background-color: #e0ffed;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_green_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 15px;
  border-left: 25px solid #e0ffed;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_green_left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -2px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 緑　左イラスト　1行のとき */
.balloon_green_left_oneline{
  position: relative;
  padding: 20px 30px;
  background-color: #e0ffed;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_green_left_oneline::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: -5px;
  border-left: 25px solid #e0ffed;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_green_left_oneline::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: -22px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 緑　左イラスト 吹き出し下位置 */
.balloon_green_left_bottom{
  position: relative;
  padding: 20px 30px;
  background-color: #e0ffed;
  font-size: 16px;
  line-height: 1.3;
  color: #604c3f;
  border-radius: 50px;
}
/* 色付きの半円 */
.balloon_green_left_bottom::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 117px;
  border-left: 25px solid #e0ffed;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
/* 白い半円 */
.balloon_green_left_bottom::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -25px;
  top: 100px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.icon_girl{
	position: relative;
	flex: 0 0 130px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.m--t10p{margin-top: -10px;}
.m--t20p{margin-top: -20px;}
.m--t30p{margin-top: -30px;}
.m--t40p{margin-top: -40px;}
.m--t50p{margin-top: -50px;}
.m--t60p{margin-top: -60px;}
.m--t70p{margin-top: -70px;}
.m--t80p{margin-top: -80px;}
.m--t90p{margin-top: -90px;}
.m--t100p{margin-top: -100px;}

/*-----------------------------------------------------------------------------
　10. ボタン各種
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
　11. 共通
-----------------------------------------------------------------------------*/
.color-black{color:#333;}
.color-red{color:#dd0000;}
.color-green{color:#2b9d5e;}
.color-blue{color:#1e7dff;}
.color-orange{color:#E95513;}
.color-red2{color:#ff0000;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.lh110{line-height:1.1em;}
.lh115{line-height:1.15em;}
.lh120{line-height:1.2em;}
.lh125{line-height:1.25em;}
.lh130{line-height:1.3em;}
.lh135{line-height:1.35em;}
.lh140{line-height:1.4em;}
.lh145{line-height:1.45em;}
.lh150{line-height:1.5em;}
.lh155{line-height:1.55em;}

.m-r12{margin-right:12px;}
.m-r13{margin-right:13px;}
.m-r14{margin-right:14px;}
.m-b40{margin-bottom:40px;}
.m-b50{margin-bottom:50px;}
.m-b60{margin-bottom:60px;}
.m-b80{margin-bottom:80px;}
.m-r34{margin-right:34px;}

.m-t40{margin-top:40px;}
.m-t50{margin-top:50px;}

.m_lr50 { margin-right: 50px; margin-left:50px;}

.m_lr20b20 { margin-right: 20px; margin-left:20px; margin-bottom: 20px;}
.m_lr20b30 { margin-right: 20px; margin-left:20px; margin-bottom: 30px;}
.m_lr20b40 { margin-right: 20px; margin-left:20px; margin-bottom: 40px;}
.m_lr20b50 { margin-right: 20px; margin-left:20px; margin-bottom: 50px;}
.m_lr40b20 { margin-right: 40px; margin-left:40px; margin-bottom: 20px;}
.m_lr40b30 { margin-right: 40px; margin-left:40px; margin-bottom: 30px;}
.m_lr40b50 { margin-right: 40px; margin-left:40px; margin-bottom: 50px;}

.m_lr75b20 { margin-right: 75px; margin-left:75px; margin-bottom: 20px;}

.m_t20b70 { margin-top: 20px; margin-bottom: 70px; }

.m-l10{margin-left:10px !important;}

.td-line{text-decoration:line-through;}
.td-underline{text-decoration:underline;}
.td-overline{text-decoration:overline;}

.leadtext{margin-bottom:15px;}
.step7leadarea{text-align:center;margin-top:10px;margin-bottom:10px;padding-bottom:0px;border-bottom:1px dotted #2b9d5e;}
.step7leadtext{color:#2b9d5e;font-weight:bold;font-size:26px;margin-bottom:10px;}
.flow{margin-bottom:20px;padding-bottom:10px;border-bottom:1px dotted #2b9d5e;}
.welcometext{background:#f1f1f1;padding:8px 10px;color:#333;line-height:1.0em;margin-bottom:5px;}
.price{color:#dd0000;font-size:17px;}
.notes{float:left;}
dl.notes dt{width:100px;margin-right:5px;color:#dd0000;float:left;font-size:0.9em;line-height:1.6em;}
.notes dd{width:545px;float:left;display:block;margin-bottom:5px;font-size:0.9em;line-height:1.6em;}
.notes li{font-size:0.9em;line-height:1.6em;}
ul.notes2{font-size:0.87em;line-height:1.45em;margin-bottom:20px;padding:5px 0 10px 0;border-bottom:1px dotted #6D4922;border-top:1px dotted #6D4922;}
.notes3{border:1px solid #afedc3;margin-bottom:15px;padding:10px;background:#f1fffb;}
.notes3-02{float:left;border:1px solid #afedc3;margin-bottom:15px;padding:10px;background:#f1fffb;}
.notes4{border:1px solid #afedc3;padding:7px;background:#f1fffb;color:#2b5a3a;line-height:1.35em;}
.notes-attntion{border:1px solid #f3a4a4;margin-bottom:15px;padding:10px;background:#fff5f1;}
.dot{width:628px;float:left;padding:0 0 10px 0;margin:0 0 10px 0;border-bottom:1px dotted #afedc3;}


.cautions{color:#dd0000;}
.cautions li{font-size:0.85em;line-height:1.4em;}

.bg_error{
	background-color:#FFC;
}



.bg_pink {
	background-color:#ffedf2;
}


/* 点線　下線
---------------------------------------------------- */
.hrline{
	border-bottom:1px dotted #999999;
	width:100%;
}

.hrline_box{
	border:2px dotted #ffd562;
}

.hrline_box2{
	border-bottom:2px solid #ffd562;
}


hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

hr.line {
	border-top: 15px solid #ff527f;
	width:750px;
}

/* 行揃えの位置
---------------------------------------------------- */
.center {text-align:center;/* 中央揃え */}
.left {text-align:left;/* 左揃え */}
.right {text-align:right;/* 右揃え */}
.justify{text-align:justify;/* 両端揃え(IE5.0以降) */}
.nowrap{white-space:nowrap;}


/*-----フロート(回り込み)----- */
.f-left { float: left;}
.f-right { float: right;}

/*-----フロート解除----- */
.clear { clear: both;}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
	 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	/* End hide from IE-mac */
	
	/* ボトムメニュー
---------------------------------------------------- */

.menu-bottom {
	width: 750px;
	height: 260px;
	position:relative;
	top:0px;
	left:0px;
	background: url(./images/bg_bottom_menu.jpg) no-repeat left top;
}


.menu-bottom a:hover img {filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}


/* ************************************************************** */
/* flex layout */
/* ************************************************************** */

.flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/* flex-direction */

.flex_row {
    -webkit-flex-direction: row;
            flex-direction: row;
}

.flex_column {
    -webkit-flex-direction: column;
            flex-direction: column;
}

.flex_row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.flex_column-reverse {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}


/* flex-wrap */

.flex_nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.advanced_flex_wrap,
.flex_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex_wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
}


/* justify-content */

.flex_j_start {
           -webkit-box-pack: start;
              -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.flex_j_end {
           -webkit-box-pack: end;
              -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.flex_j_center {
           -webkit-box-pack: center;
              -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.flex_j_between {
           -webkit-box-pack: justify;
              -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.flex_j_around {
    -webkit-justify-content: space-around;
            justify-content: space-around;
}


/* align-items */

.flex_a_start {
      -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.flex_a_end {
      -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.flex_a_center {
      -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.flex_a_baseline {
      -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
}

.flex_a_stretch {
      -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
}


/* align-content */

.flex_c_start {
    -webkit-align-content: flex-start;
            align-content: flex-start;
}

.flex_c_end {
    -webkit-align-content: flex-end;
            align-content: flex-end;
}

.flex_c_center {
    -webkit-align-content: center;
            align-content: center;
}

.flex_c_between {
    -webkit-align-content: space-between;
            align-content: space-between;
}

.flex_c_around {
    -webkit-align-content: space-around;
            align-content: space-around;
}


/* align-self */

.flex_s_start {
    -webkit-align-self: flex-start;
            align-self: flex-start;
}

.flex_s_end {
    -webkit-align-self: flex-end;
            align-self: flex-end;
}

.flex_s_center {
    -webkit-align-self: center;
            align-self: center;
}

.flex_s_baseline {
    -webkit-align-self: baseline;
            align-self: baseline;
}

.flex_s_stretch {
    -webkit-align-self: stretch;
            align-self: stretch;
}