@charset "utf-8";
/* CSS Document */

/*320px（最小）
640px未満 @media screen and (max-width: 639px) {...}
1024px未満 @media screen and (max-width: 1023px) {...}*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
/*------------------------------------------*
* レイアウト
*------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: -webkit-baseline-middle;
}
#wrapper {
	width: 100%;
	color: #333;
	line-height: 1.8;
	font-size: 14px;
	min-height: 100vh;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", Yu Gothic, YuGothic, sans-serif;
}
#wrapper .container{
	margin-top:20px;
}
.contents {
	width: 100%;
	min-width: 980px;
}
header, footer {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}
.inner {
	width: 900px;
	margin: 0 auto;
}
.inner h1{
	display: flex;
}
#home .contents .inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width: 639px) {
#wrapper {
	font-size: 12px;
}
.contents {
	min-width: 100%;
	margin-top: 70px;
}
header, footer {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
.inner {
	width: 96% !important;
}
}
/*------------------------------------------*
* ヘッター
*------------------------------------------*/
header {
	z-index: 100;
	background-color: #fff;
	border-bottom: #3296FF 2px solid;
}
header > div.inner {
	display: table;
	margin: 20px auto;
}
header > div > * {
	display: table-cell;
}
h1 {
	width: 70%;
}
h1 img {
	vertical-align: middle;
	margin-left: 10px;
}
h1 span {
	font-size: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
header > div > div {
	text-align: right;
}
/*------------------------------------------*
* ナビ
*------------------------------------------*/
nav {
}
nav ul {
	max-width: 940px;
	width: 100%;
	margin: 0 auto 10px;
	display: table;
}
nav ul li {
	display: table-cell;
	border-left: 1px #ccc solid;
	padding: 3px 0;
}
nav ul li:last-child {
	border-right: 1px #ccc solid;
}
nav ul li a {
	color: #333;
	letter-spacing : 0.2em;
	font-size: 11px;
	display: block;
	text-align: center;
	/*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
}
nav ul li a:before {
	content: " ";
	display: inline-block;
	background: url(/img/common/icon_nav.png) no-repeat left center;
	height: 9px;
	width: 9px;
	margin-right: 5px;
}
nav ul li:not(:last-child) a:hover {
}
#sp_menu_btn {
	display: none;
}
 @media screen and (max-width: 639px) {
header {
	position: fixed;
	top: 0;
	height: 70px;
}
header > div.inner {
	margin: 10px auto;
	position: relative;
}
#sp_mp_btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 55px;
	cursor: pointer;
	border: 1px solid #aaa;
	text-align: center;
	padding-top: 8px;
}
#sp_mp_btn img {
	width: 25px;
	height: auto;
}
#sp_menu_btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	background: #eee;
	cursor: pointer;
}
#sp_menu_btn span {
	display: block;
	height: 1px;
	background: #aaa;
	width: 80%;
	position: absolute;
	left: 10%;
}
#sp_menu_btn span:nth-child(1) {
	top: 15px;
}
#sp_menu_btn span:nth-child(2) {
	top: 25px;
}
#sp_menu_btn span:nth-child(3) {
	top: 35px;
}
#sp_menu_btn.active span:nth-child(1) {
	top: 50%;
	left: calc(50% - 15px);
	width: 30px;
	-webkit-transform: skewY(45deg);
	-moz-transform: skewY(45deg);
	transform: skewY(45deg);
}
#sp_menu_btn.active span:nth-child(2) {
	display: none;
}
#sp_menu_btn.active span:nth-child(3) {
	top: 50%;
	left: calc(50% - 15px);
	width: 30px;
	-webkit-transform: skewY(135deg);
	-moz-transform: skewY(135deg);
	transform: skewY(135deg);
}
nav {
	display: block;
	position: fixed;
	right: -110vw;
	width: 100%;
	height: 100vh;
	z-index: 999;
	top: 70px;
	background: #fff;
	overflow: hidden;
}
nav.active {
	right: 0!important;
	transition-duration: .3s;
	transition-delay: .1s;
}
nav ul {
	display: block;
}
nav ul li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
nav ul li a {
	text-align: left;
	font-size: 14px;
}
nav ul li a:before {
	margin-right: 15px;
}
nav ul li {
	border-left: none;
}
nav ul li:last-child {
	border-right: none;
}
}
/*------------------------------------------*
* フッター
*------------------------------------------*/


#pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
#pagetop a {
	display: table-cell;
	z-index: 999;
	padding: 5px;
	width: 35px;
	height: 35px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pagetop img {
	width: 20px;
	height: auto;
}
footer {
	margin-top: 95px;
	font-size: 12px;
	line-height: 1.6;
}
.footer_top {
	border-top: #ccc 1px solid;
	padding: 15px 0;
}
.footer_top ul {
	display: table;
}
.footer_top li {
	display: table-cell;
	border-left: 1px #ccc solid;
	text-align: center;
}
.footer_top li:last-child {
	border-right: 1px #ccc solid;
}
.footer_middle {
	background: #96C8FF;
	padding: 25px 0 30px;
}
.footer_middle__txtbox {
	display: flex;
}
.footer_middle__txtbox > div:first-child {
	border-left: solid 3px #145096;
	padding: 5px 0;
	padding-left: 10px;
	color: #145096;
	width: 100%;
}
.footer_middle__txtbox > div:last-child {
	text-align: right;
	width: 30%;
}
.footer_middle dl {
	display: table;
	margin-top: 20px;
}
.footer_middle dl dt, .footer_middle dl dd {
	display: table-cell;
}
.footer_middle dl dt {
	width: 10em;
	padding-right: 20px;
}
.footer_bottom {
	background: #3296FF;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding: 25px;
}
@media screen and (max-width: 639px) {
.footer_top {
	display: none;
}
.footer_middle__txtbox {
	display: block;
}
.footer_middle__txtbox > div {
	width: 100% !important;
}
.footer_middle__txtbox > div:last-child {
	margin-top: 20px;
	text-align: center;
}
}
/*------------------------------------------*
* 
*------------------------------------------*/
[class*="cont_"] {
 margin-top:40px;
}
[class*="cont_"] .inner {
}
.txt_box p {
	margin-top: 10px;
}
.cont_box02 {
	margin-top: 80px;
	text-align: center;
}
#home .cont_box02{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.title_01 {
	font-size: 30px;
	color: #3296FF;
	border-bottom: 2px solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 2;
}
p.lead_01 {
	margin-top: 60px;
	/*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
	font-size: 22px;
	text-align: center;
	line-height: 2;
	white-space: nowrap;
}
.lead_02 {
	font-size: 24px;
	color: #FF8200;
}
.btn_01 a {
	margin: 0 auto;
	border: 1px solid #e07c1b;
	border-radius: 10px;
	outline: none;
	display: block;
	line-height: 60px;
	height: 60px;
	max-width: 290px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: url(/img/common/icon_btn.png), -webkit-linear-gradient(top, #ffa00c 0%, #ff0000 100%);
	background-repeat: no-repeat;
	background-position: right 5% center;
	transition: 0.1s ease all
}
#form{
	text-align:center;
}
.order_btn{
	background:none;
	border:none;
	margin-top:40px;
}
.linebox_01 {
	font-size: 12px;
	border: 1px solid #bbbbbb;
	padding: 10px;
}
.linebox_02 {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
	}
 @media screen and (max-width: 639px) {
.title_01 {
	font-size: 18px;
	line-height: 1.8;
}
p.lead_01 {
	white-space: normal;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
}
.lead_02 {
	font-size: 18px;
}
}
/*------------------------------------------*
* HOME
*------------------------------------------*/
.main_img {
	text-align: center;
}
.home_btn_box {
	display: flex;
	flex-wrap: wrap;
}
.home_btn_box div {
	width: 50%;
}
 @media screen and (max-width: 639px) {
.home_btn_box {
	display: block;
}
.home_btn_box div {
	width: 100%;
}
}
.cont_news h2 {
	font-size: 30px;
	color: #3296FF;
	border-top: 3px solid;
	border-bottom: 1px #ccc solid;
	display: table;
	width: 100%;
	padding: 10px 0;
}
.cont_news h2 > span {
	display: table-cell;
	vertical-align: middle;
}
.cont_news h2 > span:first-child {
	/*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
}
.cont_news h2 span span {
	font-size: 18px;
	margin-left: 20px;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", Yu Gothic, YuGothic, sans-serif;
}
.cont_news h2 > span:last-child {
	text-align: right;
}
.cont_news h2 a {
	font-size: 14px;
}
.cont_news ul li {
	border-bottom: 1px #ccc solid;
	padding: 20px 0;
}
.cont_news ul li time {
	color: #555555;
	margin-right: 40px;
}
.cont_news .inner {
	padding-top: 40px;
}
.top_pamph {
	/*max-width: 78% !important;*/
    margin: 10px;
    width: 470px;
}

/*abiut*/

.aboutbox {
	/*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
	text-align: center;
	display: flex;
	border-radius: 5px;
	padding: 25px;
	max-width: 900px;
	position: relative;
	margin: 50px auto 0;
	line-height: 1.6;
}
.aboutbox > * {
	width: 50%;
}
.aboutbox h3 {
	font-size: 34px;
}
.aboutbox h3 span {
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
.aboutbox:nth-of-type(1) {
	background: #dcf0f0;
}
.aboutbox:nth-of-type(1) h3 {
	color: #3296ff;
}
.aboutbox:nth-of-type(2) {
	background: #faf0c8;
}
.aboutbox:nth-of-type(2) h3 {
	color: #ff8200;
}
.aboutbox:nth-of-type(3) {
	background: #dcf0e6;
}
.aboutbox:nth-of-type(3) h3 {
	color: #329696;
}
.aboutbox:nth-of-type(4) {
	background: #e6e3ed;
}
.aboutbox:nth-of-type(4) h3 {
	color: #9664be;
}
.aboutbox:nth-of-type(5) {
	background: #dcf0f0;
}
.aboutbox:nth-of-type(5) h3 {
	color: #3296ff;
}
.aboutbox:nth-child(odd) .aboutbox__icon {
	position: absolute;
	top: -10px;
	left: 25px;
}
.aboutbox:nth-child(even) .aboutbox__icon {
	position: absolute;
	top: -10px;
	right: 25px;
}
@media screen and (max-width: 639px) {
.aboutbox {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
}
.aboutbox > * {
	width: 100%;
}
.aboutbox figure {
	order: 1;
}
.aboutbox > div {
	order: 2;
	text-align: left;
}
.aboutbox h3 {
	text-align: center;
}
.aboutbox .aboutbox__icon {
	left: -5px !important;
	right: auto !important;
}
}
/*price*/

.pricetable {
	width: 100%;
}
.pricetable th, .pricetable td {
	height: 47px;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #fff;
	background: #dcf0ff;
}
.pricetable th {
	font-weight: bold;
}
.pricetable tr:nth-of-type(1) th {
	background: #bee2ff;
}
.pricetable tr:nth-of-type(2) th {
	color: #004F86;
}
.pricetable tr:nth-of-type(3) th {
	color: #BA0000;
}
.price_imglist {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
	align-items: flex-end;
}
.price_lead {
	margin-top: 30px;
	display: flex;
}
.price_lead figure {
	min-width: 45px;
}
.price_lead p {
	color: #ff3200;
	font-size: 22px;
	margin-left: 10px;
	line-height: 1.2;
	margin-top:20px;
}
.price_attention {
	display:inline-block;
}
.cont_qa dl {
	display: flex;
	align-items: start;
	margin-top: 28px;
}
.cont_qa dl dt, .cont_qa dl dd {
	padding: 20px 35px;
}
.cont_qa dl dt {
	background: #E6E3ED;
	border-radius: 5px;
	width: 280px;
	color: #bf9ac1;
	font-size: 16px;
	font-weight: bold;
}
.cont_qa dl dt span {
	border-left: 7px solid;
	padding-left: 15px;
	display: block;
}
.cont_qa dl dd {
	background-color: #DCF0F0;
	border-radius: 5px;
	max-width: 580px;
	margin-left: 40px;
	background-image: url(/img/price/icon_a.png);
	background-repeat: no-repeat;
	background-position: 20px 40px;
	padding-left: 70px;
}
 @media screen and (max-width: 639px) {
.pricetable th, .pricetable td {
	font-size: 10px;
}
.price_imglist {
	display: block;
}
.price_imglist li {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.price_imglist li img.sp {
	display: inline-block !important;
}
.price_lead p {
	font-size: 18px;
}
.cont_qa dl {
	display: block;
}
.cont_qa dl dt {
	width: 100%;
}
.cont_qa dl dd {
	margin-left: 0;
	margin-top: 10px;
	padding: 20px 35px;
	background-image: none;
}
}
/*price susume*/
.price_box{
		background: url(/img/home/home_img01.jpg) right top no-repeat;

}
.susume_box{
		background: url(/img/susume/susumeimg_01.jpg) right top no-repeat;

}
.price_box h3,
.susume_box h3{
	width:480px;
}

.susume_box p {
    margin-top: 25px ;
}
 @media screen and (max-width: 639px) {

.price_box{
		background: url(/img/home/home_img01.jpg) center bottom no-repeat;
		padding-bottom: calc(338 / 364 * 105%  ); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background-size: contain;

}
.susume_box{
		background: url(/img/susume/susumeimg_01.jpg) center bottom no-repeat;
		padding-bottom: calc(334 / 439 * 105%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background-size: contain;
}

}

.pointbox {
	display: flex;
	flex-wrap: wrap;
}
.pointbox li {
	background: #DCF0F0;
	border-radius: 5px;
	display: flex;
	border: 1px solid #C8DCDC;
	padding: 20px;
	width: 430px;
	margin-top: 30px;
}
.pointbox li > div {
	width: 60%;
}
.pointbox li > figure {
	padding-top: 40px;
	padding-left: 10px;
	width: 40%;
}
.pointbox li:nth-child(odd) {
	margin-right: 40px;
}
.pointbox li h3 {
	border-left: 7px solid;
	color: #3296FF;
	font-size: 24px;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 10px;
}
 @media screen and (max-width: 639px) {
.pointbox {
	display: block;
}
.pointbox li h3 {
	font-size: 18px;
}
.pointbox li {
	width: 100%;
	margin-top: 30px;
}
.pointbox li:nth-child(odd) {
	margin-right: 0;
}
}
/*FPRM*/
input, select {
	vertical-align: baseline;
}
input[type="text"], input[type="number"], textarea  ,input[type="password"]{
	border: 1px solid #3296ff;
	-webkit-appearance : none;
	width: 100%;
}
input[type="text"], input[type="number"] ,input[type="password"]{
	min-height: 30px;
}
textarea {
	min-height: 100px;
}
/*
.required:before {
	content: "必須";
	background: #ff3c32;
	color: #fff;
	width: 35px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	top: 18px;
	left: 0;
}
*/
form td > *:not(:first-child) {
	margin-top: 10px;
}
form td div.flex {
	align-items: center;
}
form td span {
	margin: 0 5px;
}
form td div.per60 {
	width: 60%;
}
form td div.per30 {
	width: 30%;
}
.submit_btn {
	margin: 60px auto 0;
	border: 1px solid #e07c1b;
	border-radius: 10px;
	outline: none;
	display: block;
	line-height: 60px;
	height: 60px;
	max-width: 290px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: url(/img/common/icon_btn.png), -webkit-linear-gradient(top, #ffa00c 0%, #ff0000 100%);
	background-repeat: no-repeat;
	background-position: right 35% center;
	transition: 0.1s ease all
}
.FormBox {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 30px 60px;
	margin-top: 20px;
}
.FormBox table {
	width: 100%;
}
.FormBox table th, .FormBox table td {
	padding: 15px 0;
	vertical-align: top;
	text-align:left;
}
.FormBox table th {
	text-align: right;
	width: 200px;
	padding-left: 45px;
	padding-right: 10px;
	position: relative;
}
/*お問い合わせ*/
.line_box {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
 @media screen and (max-width: 639px) {
.FormBox table th, .FormBox table td {
	display: block;
	width: 100%;
}
.FormBox table th {
	background: #eee;
	padding-left: 10px;
}
.FormBox table th.required {
	padding-left: 55px;
}
.required:before {
	left: 10px;
}
form td div.per60 {
	width: 100%;
}
form td div.per30 {
	width: 100%;
}
}
/*運営*/
.UneiTbl {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	border-collapse: separate;
}
.UneiTbl tr th, .UneiTbl tr td {
	padding: 20px 15px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.UneiTbl tr:last-child > * {
	border-bottom: none;
}
.UneiTbl tr th {
	width: 16%;
}
 @media screen and (max-width: 639px) {
.UneiTbl tr th, .UneiTbl tr td {
	display: block;
	width: 100%;
}
.UneiTbl tr th {
	background: #eee;
}
}
/*プライバシーポリシー*/
.PpBox {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	padding: 30px;
}
.PpBox h3:not(:first-child) {
	margin-top: 40px;
}
/*ログイン*/
.login table, .login p {
	max-width: 600px;
	margin: 60px auto 0;
}
.login table th {
	width: 200px;
	padding-left: 0;
}
.login .submit_btn {
	background-position: right 25% center;
}
/*MYPAGE*/


.TitleMpSub {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
}
.TitleMpSub_blue {
	background: url(/img/mypage/icon_mp01.png) no-repeat left center;
	color: #325082;
}
.TitleMpSub_black {
	background: url(/img/mypage/icon_mp01.png) no-repeat left center;
	color: #333;
}
.TitleMpSub_pink {
	background: url(/img/mypage/icon_mp02.png) no-repeat left center;
	color: #ff5082;
}
.TitleMpSub_line {
	border-bottom: 1px solid #999;
}
.tableWrapper{
	max-height: 260px;
	overflow-y: scroll;
}
.row_wrap {
	display: flex;
}
.row_wrap > div {
	width: 560px;
}
 @media screen and (max-width: 639px) {
.row_wrap {
	display: block;
}
.row_wrap > div {
	width: 100%;
}
}
.row_wrap aside {
	width: 300px;
	margin-left: 40px;
	margin-top: 40px;
	font-size: 12px;
	border: 1px solid #96c8ff;
	padding: 20px;
	border-radius: 5px;
}
.row_wrap aside h3 {
	background: url(/img/mypage/icon_mp01.png) no-repeat left center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #999;
	position: relative;
}
.Prof__btn a {
	position: absolute;
	right: 0;
	bottom:0;
	background: #999;
	border: 1px #888 solid;
	border-radius: 3px;
	width: 60px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}
.row_wrap aside h4 {
	margin: 25px 0 10px;
	font-weight: bold;
}
.Prof__top {
	display: flex;
	width: 100%;
}
.Prof__top--photo {
	width: 120px;
}
.Prof__top--photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 10px;
}
.Prof__top--photo li:first-child {
	width: 120px;
}
.Prof__top--photo li:not(:first-child) {
	width: 23%;
}
.Prof__top--date {
	font-size: 12px;
}
.Prof__top--name span {
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
.row_wrap aside {
	width: 100%;
	margin-left: 0;
}
}
 [class*="MpinfoBox"] {
 border:1px solid #bbb;
 border-radius:5px;
 font-size:12px;
}
.MpinfoBox01 h4 {
	background: #dddddd;
	border-radius: 5px 5px 0 0;
	padding: 5px;
}
.MpinfoBox02 h4 {
	background: #ff9600;
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 5px;
}
[class*="MpinfoBox"] ul {
	padding: 15px;
}
[class*="MpinfoBox"] ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #bbb;
	display: table;
	width: 100%;
}
[class*="MpinfoBox"] ul li > * {
	display: table-cell;
}
[class*="MpinfoBox"] ul li date {
	color: #ff6400;
	width: 8em;
}
@media screen and (max-width: 639px) {
[class*="MpinfoBox"] ul {
	padding-top: 0;
}
[class*="MpinfoBox"] ul li {
	display: block;
}
[class*="MpinfoBox"] ul li > * {
	display: block;
}
}
.MemberBox01 {
	border: 1px solid #bbb;
	border-radius: 5px;
	font-size: 12px;
	width: 100%;
	border-collapse: separate;
}
.MemberBox01 tr th {
	background: #dddddd;
	padding: 5px 15px;
}
.MemberBox01 tr th:first-child {
	border-radius: 5px 0 0 0;
	text-align: left;
}
.MemberBox01 tr th:last-child {
	border-radius: 0 5px 0 0;
}
.MemberBox01 tr td {
	padding: 15px;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.MemberBox01 tr td:first-child {
	text-align: left;
}
.MemberBox01 tr:last-child td {
	border-bottom: none;
}
.MemberBox01 tr td span {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.MemberBox01 tr td span img {
	width: 60px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.MemberBox01 tr td:last-child a {
	display: inline-block;
	background: #999;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	width: 60px;
	height: 26px;
	line-height: 26px;
}
 @media screen and (max-width: 639px) {
.MemberBox01 td {
	vertical-align: middle;
}
.MemberBox01 tr th, .MemberBox01 tr td {
	padding: 10px;
	font-size: 10px;
}
.MemberBox01 tr th:nth-of-type(4), .MemberBox01 tr th:nth-of-type(5), .MemberBox01 tr td:nth-of-type(4), .MemberBox01 tr td:nth-of-type(5) {
	display: none;
}
.MemberBox01 tr td span {
	margin-right: 0;
	display: block;
}
}
.TitleMp {
	font-size: 24px;
	color: #325082;
	background: #96C8FF;
	height: 90px;
	line-height: 90px;
}
.TitleMp span {
	font-weight: bold;
	width: 96%;
	max-width: 940px;
	margin: 0 auto;
	display: block;
}
.ContactBox01 {
	padding: 20px;
	background: #DFDFDF;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	height: 280px;
	overflow-x: scroll;
}
.ContactBox01 > div:last-child {
	margin-bottom: 0 !important;
}
.ContactBox01__unei--name, .ContactBox01__unei--date, .ContactBox01__cst--name, .ContactBox01__cst--date {
	font-size: 12px;
}
.ContactBox01__unei {
	display: flex;
	flex-wrap: wrap;
	max-width: 60%;
	margin-left: auto;
	position: relative;
	margin-bottom: 30px;
}
.ContactBox01__unei--date {
	position: absolute;
	bottom: 0;
	left: -4.5em;
}
.ContactBox01__unei--fukidashi {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	margin-right: 18px;
	width:100%;
}
.ContactBox01__unei--fukidashi:before {
	content: " ";
	width: 18px;
	height: 10px;
	background: url(/img/mypage/fukidashi_r.png) no-repeat;
	display: block;
	position: absolute;
	right: -18px;
	top: 20px;
	margin-bottom: 30px;
}
.ContactBox01__cst {
	display: flex;
	flex-wrap: wrap;
	max-width: 60%;
	position: relative;
}
.ContactBox01__cst--name {
	margin-left: 18px;
}
.ContactBox01__cst--date {
	position: absolute;
	bottom: 0;
	right: -4.5em;
}
.ContactBox01__cst--fukidashi {
	background: #96C8FF;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	margin-left: 18px;
	margin-bottom: 2em;
	width:100%;
}
.ContactBox01__cst--fukidashi:before {
	content: " ";
	width: 18px;
	height: 10px;
	background: url(/img/mypage/fukidashi_l.png) no-repeat;
	display: block;
	position: absolute;
	left: -18px;
	top: 20px;
}
.MsgBox01 {
	position: relative;
	margin-top: 20px;

}
.MsgBox01__msg {
	padding: 20px;
	min-height: 60px;
	line-height: 1.2em;
	background: #DFDFDF;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	width: 100%;
	padding-right: 75px;
	-webkit-appearance: none;
}
.MsgBox01__btn {
	display: inline-table;
	position: absolute;
	right: 15px;
	margin: auto;
	top: 0;
	bottom: 0;
}
@media screen and (max-width: 639px) {
.ContactBox01__unei, .ContactBox01__cst {
	max-width: 80%;
}
}
/*PROFILE*/

.TitlePf {
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	padding: 10px 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.TitlePf > span {
	display: table-cell;
	vertical-align: middle;
}
.TitlePf > span:nth-of-type(1) {
	font-size: 16px;
}
.TitlePf > span:nth-of-type(1) span {
	border-left: 5px solid;
	padding-left: 15px;
	font-size: 26px;
	color: #333;
	margin-right: 30px;
	font-weight: bold;
}
.TitlePf > span:nth-of-type(2) {
	text-align: right;
}
.PfBox {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
}
.PfBox > ul {
	display: flex;
	justify-content: space-between;
	width: 445px;
}
.PfBox > ul > li:nth-of-type(1) {
	width: 350px;
}
.PfBox > ul > li:nth-of-type(2) {
	width: 80px;
}
.PfBox > ul > li:nth-of-type(2) li:not(:first-child) {
	margin-top: 15px;
}
.PfBox > div {
	width: 385px;
	margin-left: 30px;
}
.PfBox > div dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.5;
}
.PfBox > div dl dt, .PfBox > div dl dd {
	margin-bottom: 5px;
}
.PfBox > div dl dt {
	width: 114px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.PfBox > div dl dd {
	width: calc(100% - 114px);
	padding-left: 10px;
}
.PfBox > div dl dt:nth-last-of-type(1) {
	width: 175px;
}
.PfBox > div dl dd:nth-last-of-type(2), .PfBox > div dl dd:nth-last-of-type(1) {
	width: 100%;
	padding-left: 0;
}
.TitlePf__M > span:nth-of-type(1) span {
	color: #325082;
	border-color: #325082;
}
.TitlePf__W > span:nth-of-type(1) span {
	color: #ff5082;
	border-color: #ff5082;
}
.PfBox__M > div dl dt {
	background: #96C8FF;
}
.PfBox__W > div dl dt {
	background: #ff96b4;
}

.linebox_02 .btn_01 a{
	margin-top:0 !important;
}

 @media screen and (max-width: 639px) {
.TitlePf > span:nth-of-type(2) {
	display:none;
}
.PfBox {
	display:block;
}

.PfBox > ul{
	width:100%;
	flex-wrap:wrap;
}

.PfBox > ul > li{
	width: 100% !important;
}
.PfBox > ul li:nth-of-type(2) ul{
	display:flex;
	justify-content: space-between;
	margin-top:10px;
}
.PfBox > ul li:nth-of-type(2) ul li{
	width: 23%;
	
}
.PfBox > div:nth-of-type(1) {
	width:100%;
    margin-left:0;
	margin-top:20px;
}

}
