/*-------------------------------------------
reset
-------------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/*-------------------------------------------
全体
-------------------------------------------*/

body {
	color: #2d0304;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 28px;
	word-break: break-all;
	text-size-adjust: none;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.pc-center {
	text-align: center;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline-block;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.mobi-full {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.list {
	margin-bottom: 20px;
}

.list li {
	list-style: disc !important;
	margin-left: 18px !important;
}

.num-list {
	margin-bottom: 20px;
}

.num-list li {
	list-style: decimal !important;
	margin-left: 33px !important;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.pc {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

/*-------------------------------------------
文字スタイル
-------------------------------------------*/

strong,b,.strong {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.y-b-2 {
	background: linear-gradient(transparent 50%, #fff9b7 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?c3xvg7');
  src:  url('fonts/icomoon.eot?c3xvg7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?c3xvg7') format('truetype'),
    url('fonts/icomoon.woff?c3xvg7') format('woff'),
    url('fonts/icomoon.svg?c3xvg7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-triangle-right:before {
	content: "\e902";
}

.icon-cheveron-up:before {
	content: "\e900";
}

/*-------------------------------------------
header
-------------------------------------------*/

header {
	box-sizing: border-box;
	padding: 20px 0;
}

.site-info {
	width: 530px;
}

.site-info-text {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
}

.site-logo {
	box-sizing: border-box;
	font-weight: bold;
	font-size: 33px;
	line-height: 43px;
}

.logo-img {
	background: url(images/logo.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: 42px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 300px;
}

.contact-btn {
	background: url(images/contact-btn.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: 69px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 289px;
}

.contact-btn:hover {
	opacity: 0.6;
}

header .contact-btn {
	margin: 20px 0;
}

.pc-menu {
	background: #fff;
	box-sizing: border-box;
	border-bottom: 3px dotted #2d0304;
	margin: 0 auto;
	width: 1000px;
}

.pc-menu li {
	box-sizing: border-box;
	border-right: 5px solid #fdfcef;
	float: left;
	width: 20%;
}

.pc-menu li:last-child {
	border-right: 0;
}

.pc-menu li a {
	background: #fbf9e1;
	box-sizing: border-box;
	color: #2d0304;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}

.pc-menu li a:hover {
	background: #fff799;
}

.pc-menu.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.pc-menu.fixed ul {
	margin: 0 auto;
	width: 1000px;
}

/*-------------------------------------------
TOP画像
-------------------------------------------*/

.top-img {
	background: url(images/top-img.jpg) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: 380px;
	margin: 20px auto 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 1000px;
}

/*-------------------------------------------
共通コンテンツ
-------------------------------------------*/

.content {
	margin-top: 80px;
}

.content h2 {
	box-sizing: border-box;
	border-bottom: 10px solid #dbf1a1;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

.content h2::after {
	bottom: -13px;
	box-sizing: border-box;
	border-bottom: 3px dotted #2d0304;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.content-in {
	margin: 50px auto 0;
	width: 900px;
}

/*-------------------------------------------
こんな方におススメです
-------------------------------------------*/

.check li {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}

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

.check li::before {
	background: url(images/checkbox.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 30px;
}

.check li strong {
	font-size: 24px;
	line-height: 34px;
}

/*-------------------------------------------
オンライン・ランニングクリニックだからできること
-------------------------------------------*/

.dekiru-list li {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-left: 34px;
	position: relative;
}

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

.dekiru-list li::before {
	content: "◎";
    color: #ff0000;
    font-size: 24px;
    line-height: 24px;
    left: 0;
    position: absolute;
    top: 7px;
}

.dekiru-list li strong {
	font-size: 24px;
	line-height: 34px;
}

.dekiru-img {
	background: url(images/dekiru-img.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: 295px;
	margin: 50px auto 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 911px;
}

/*-------------------------------------------
医療的知識を持ったランニング専門のスタッフがアドバイス
-------------------------------------------*/

.staff-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff-list li {
	float: left;
	margin-right: 30px;
	width: 280px;
}

.staff-list li:last-child {
	margin-right: 0;
}

.staff-in {
	width: 280px;
}

.staff-img {
	box-sizing: border-box;
	height: 214px;
	margin: 0 auto 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 214px;
}

.staff-img.sakurai-img {
	background: url(images/staff-sakurai-img.png) no-repeat;
	background-size: 100%;
}

.staff-img.houki-img {
	background: url(images/staff-houki-img.png) no-repeat;
	background-size: 100%;
}

.staff-img.fujita-img {
	background: url(images/staff-fujita-img.png) no-repeat;
	background-size: 100%;
}

.staff-name {
	background: #fff9b7;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: center;
}

.staff-info dt {
	background: #f3f3f3;
	box-sizing: border-box;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

.staff-info dd {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	padding: 10px;
}

.staff-dd-1 {
	height: 71px;
}

.staff-dd-2 {
	height: 97px;
}

.staff-dd p {
	margin-bottom: 20px;
}

.staff-dd p:last-child {
	margin-bottom: 0;
}

/*-------------------------------------------
メディア実績
-------------------------------------------*/

.con-box {
	width: 425px;
}

.media-title {
	background: #fff9b7;
    box-sizing: border-box;
    color: #2d0304;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    position: relative;
}

.media-title.book-ttl {
    padding-left: 45px;
}

.media-title.book-ttl::before {
	background: url(images/title-book-icon.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 25px;
	left: 10px;
	position: absolute;
	top: 7.5px;
	width: 30px;
}

.media-title.tv-ttl {
    padding-left: 45px;
}

.media-title.tv-ttl::before {
	background: url(images/title-tv-icon.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 25px;
	left: 10px;
	position: absolute;
	top: 7.5px;
	width: 30px;
}

.book-in {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	margin: 0 10px;
}

.book-in p {
	margin-bottom: 20px;
}

.book-in p:last-child {
	margin-bottom: 0;
}

.book-img-1 {
	background: url(images/book-img-1.jpg) no-repeat;
	background-size: 100%;
	height: 375px;
	margin: 0 auto 20px;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 291px;
}

.book-img-2 {
	background: url(images/book-img-2.jpg) no-repeat;
	background-size: 100%;
	height: 375px;
	margin: 0 auto 20px;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 289.5px;
}

/*-------------------------------------------
運営
-------------------------------------------*/

#unei .logo-img {
	height: 55px;
	margin-bottom: 20px;
	width: 397px;
}

.table-tb {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-top: 0;
	width: 100%;
}

.table-tb li {
	background: #f3f3f3;
	box-sizing: border-box;
	overflow: hidden;
}

.table-tb-1 {
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	clear: both;
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	width: 20%;
}

.table-tb-2 {
	background: #fff;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 20%;
	padding: 5px 10px;
}

.unei-title {
	background: #dbf1a1;
    box-sizing: border-box;
    color: #2d0304;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    padding-left: 38px;
    position: relative;
}

.unei-title::before {
	background: url(images/title-book-icon-2.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 25px;
	left: 10px;
	position: absolute;
	top: 7.5px;
	width: 18px;
}

.unei-in {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	margin: 0 30px;
}

.book-img-3 {
	background: url(images/book-img-3.png) no-repeat;
	background-size: 100%;
	height: 213px;
	margin: 0 auto;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 152px;
}

.book-info {
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	width: 183px;
}

.book-info p {
	margin-bottom: 20px;
}

.book-info p:last-child {
	margin-bottom: 0;
}

/*-------------------------------------------
選べる４つのメニュープラン
-------------------------------------------*/

.plan-sec {
	margin-bottom: 80px;
}

.plan-sec:last-child {
	margin-bottom: 0;
}

.plan-title {
	width: 100%;
}

.plan-title th {
	background: #6c4c39;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	width: 20%;
}

.plan-big {
	color: #FFF100;
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	margin-left: 15px;
}

.plan-title td {
	background: #fff9b7;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 30px;
}

.plan-title-box {
	background: #fff;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 20px;
	padding: 5px 40px;
}

.plan-sec-in {
	box-sizing: border-box;
	margin: 20px 20px 0;
}

.plan-text {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

.plan-osusume {
	box-sizing: border-box;
	border-collapse: separate;
	margin: 20px 0;
	width: 100%;
}

.plan-osusume th {
	background: #DEF2AA;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	border: 2px solid #DEF2AA;
	position: relative;
	width: 197px;
}

.plan-osusume-img {
	background: url(images/osusume-icon.png) no-repeat;
	background-size: 100%;
	left: 0;
	height: 48px;
	margin: 0 auto;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 137px;
}

.plan-osusume td {
	box-sizing: border-box;
	border-radius: 0 10px 10px 0;
	border: 2px solid #DEF2AA;
	color: #ea5f21;
	padding: 15px 20px;
}

.plan-sec-text-img {
	box-sizing: border-box;
	height: 199px;
	margin: 0 0 20px 20px;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 300px;
}

.plan-img-1 {
	background: url(images/plan-img-1.jpg) no-repeat;
	background-size: 100%;
}

.plan-img-2 {
	background: url(images/plan-img-2.jpg) no-repeat;
	background-size: 100%;
}

.plan-img-3 {
	background: url(images/plan-img-3.jpg) no-repeat;
	background-size: 100%;
}

.plan-img-4 {
	background: url(images/plan-img-4.jpg) no-repeat;
	background-size: 100%;
}

.plan-sec-text p {
	margin-bottom: 20px;
}

.plan-sec-text p:last-child {
	margin-bottom: 0;
}

.plan-text-list li {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}

.plan-text-list li:last-child {
	margin-bottom: 0;
}

.plan-text-list li::before {
    font-size: 15px;
    line-height: 29px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 23px;
}

.plan-text-list li::after {
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #2d0304;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 23px;
}

.plan-text-list li:nth-child(1)::before {
	content: "1";
}

.plan-text-list li:nth-child(2)::before {
	content: "2";
}

.plan-text-list li:nth-child(3)::before {
	content: "3";
}

.plan-text-list li:nth-child(4)::before {
	content: "4";
}

.plan-text-list li:nth-child(5)::before {
	content: "5";
}

.plan-text-list li:nth-child(6)::before {
	content: "6";
}

.plan-text-list li:nth-child(7)::before {
	content: "7";
}

.plan-text-list li:nth-child(8)::before {
	content: "8";
}

.plan-text-list li:nth-child(9)::before {
	content: "9";
}

.plan-text-list li:nth-child(10)::before {
	content: "10";
}

.plan-title-2 {
	width: 100%;
}

.plan-title-2 th {
	background: #e71525;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	width: 20%;
}

.plan-title-2 td {
	background: url(images/bg.png);
	box-sizing: border-box;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 30px;
}

.price-tb {
	width: 100%;
}

.first-price-tb {
	margin-bottom: 10px;
}

.price-tb th {
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 10px 15px;
	text-align: center;
}

.price-tb-1 {
	font-weight: bold;
	width: 200px;
}

.price-tb-3 {
	color: #ff0000;
	font-weight: bold;
	width: 250px;
}

.price-bg-1 {
	background: #f3f3f3;
}

.price-bg-3 {
	background: #fffbcc;
}

.price-tb td {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px 15px;
	text-align: center;
}

.price-tb td.price-tb-1 {
	vertical-align: middle;
}

.price-tb td.price-tb-2 {
	text-align: left;
}

.price-tb td.price-tb-3 {
	vertical-align: middle;
}

/*-------------------------------------------
お申し込みからレッスンまでの流れ
-------------------------------------------*/

.flow-img {
    background: url(images/flow-img.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    height: 399px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 340px;
}

.flow-list {
	width: 540px;
}

.flow-list li {
	box-sizing: border-box;
	margin-bottom: 46px;
	min-height: 77px;
	padding-left: 97px !important;
	position: relative;
}

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

.flow-list li.line-1 {
	line-height: 77px;
}

.flow-list li.line-2 {
	line-height: 28px;
	padding: 10px 0;
}

.flow-list li.line-3 {
	line-height: 28px;
	padding: 0;
}

.flow-list li::after {
    bottom: -31px;
    content: "";
    left: 30px;
    height: 16px;
    position: absolute;
    width: 19px;
}

.flow-list li:nth-child(1)::after {
	background: url(images/flow-icon-1.png) no-repeat;
	background-size: 100%;
}

.flow-list li:nth-child(2)::after {
	background: url(images/flow-icon-2.png) no-repeat;
	background-size: 100%;
}

.flow-list li:nth-child(3)::after {
	background: url(images/flow-icon-3.png) no-repeat;
	background-size: 100%;
}

.flow-list li:nth-child(4)::after {
	background: url(images/flow-icon-4.png) no-repeat;
	background-size: 100%;
}

.flow-list li:nth-child(5)::after {
	content: none;
}

.flow-num {
	background: url(images/flow-bg.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	left: 0;
	height: 77px;
    padding: 6px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 77px;
}

.flow-num span {
	display: block;
	font-size: 36px;
}

/*-------------------------------------------
お問い合わせ・お申込みフォーム
-------------------------------------------*/

.contact-tb li {
	box-sizing: border-box;
	overflow: hidden;
}

.contact-tb-1 {
	background: #fefded;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-top: 0;
	clear: both;
	float: left;
	padding: 15px 20px;
	text-align: center;
	width: 300px;
}

.contact-tb li:first-child .contact-tb-1 {
	border-top: 1px solid #ccc;
}

.contact-tb li.youbou .contact-tb-1 {
	line-height: 300px;
	height: 300px;
	padding: 0 20px;
}

.contact-tb-2 {
	box-sizing: border-box;
	margin-left: 305px;
}

.contact-tb-2 input[type="text"],
.contact-tb-2 input[type="email"] {
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #ccc;
	border-top: 0;
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 15px 20px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-tb li:first-child .contact-tb-2 input[type="text"] {
	border-top: 1px solid #ccc;
}

.contact-tb-2 textarea {
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #ccc;
	border-top: 0;
	display: block;
	font-size: 18px;
	line-height: 28px;
	height: 300px;
	padding: 15px 20px;
	width: 100%;
	-webkit-appearance: none;
}

.soushin-btn {
	background: url(images/contact-btn-bg.png) no-repeat;
	background-size: 100%;
	border: 0;
	cursor: pointer;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 69px;
	height: 69px;
	margin: 20px auto 5px;
	width: 289px;
	-webkit-appearance: none;
}

.soushin-btn:hover {
	opacity: 0.6;
}

.soushin-btn span {
	box-sizing: border-box;
    padding-right: 30px;
    position: relative;
}

.soushin-btn span::after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}

/*-------------------------------------------
footer
-------------------------------------------*/

footer {
	margin-top: 60px;
}

.foot-in {
	background: url(images/bg.png);
	box-sizing: border-box;
	padding: 40px 0;
}

.foot-in .logo-img {
	background: url(images/logo-2.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 284px;
}

.foot-in .contact-btn {
	margin-top: 20px;
}

.foot-menu {
	width: 430px;
}

.foot-menu li {
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	width: 210px;
}

.foot-menu li:nth-child(2n) {
	margin-right: 0;
}

.foot-menu li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.foot-menu li a {
	background: #fff;
	box-sizing: border-box;
    color: #2d0304;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}

.foot-menu li a:hover {
	opacity: 0.6;
}

.foot-menu li a span {
	box-sizing: border-box;
	padding-right: 30px;
	position: relative;
}

.foot-menu li a span::after {
	content: "\e900";
	font-family: 'icomoon';
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
}

.copyright {
	background: #2d0304;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 20px 0;
	text-align: center;
}

/*-------------------------------------------
ページトップ
-------------------------------------------*/

.pagetop {
	background: #2d0304;
	bottom: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	color: #fff;
	content: "\e900";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*-------------------------------------------
特定商取引に関する法律に基づく表示
-------------------------------------------*/

#tokutei .p-title{
	font-weight: bold;
    margin-left: 5%;
    font-size: 24px;
    line-height: 34px;	  
}	

#tokutei table {
border-collapse: collapse;
border-spacing: 0;
}

#tokutei .content-in {
    margin: 20px auto;
    width: 900px;
}

#tokutei .content-in table {
	width: 100%;
}

#tokutei .content-in table th {
	box-sizing: border-box;
}

#tokutei .content-in table td {
	box-sizing: border-box;
}
#tokutei .table {
	box-sizing: border-box;
	border: 1px solid #000;
	border-top: 0;
}

#tokutei .table li {
	background: #eee;
	overflow: hidden;
}

#tokutei .table-1 {
	box-sizing: border-box;
	border-top: 1px solid #000;
	clear: both;
	float: left;
	padding: 5px 10px;
	width: 30%;
}

#tokutei .table-2 {
	background: #fff;
	box-sizing: border-box;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: 30%;
	padding: 5px 10px;
}

.tokutei a{
	text-decoration: none;
    color: initial;
}

.tokutei a:hover{
	opacity: 0.6;
}

.f-book{
    font-size: 16px;
    margin-left: 1%;
}

#thanks .content{
	margin-top: 20px;
}


/*-------------------------------------------
フォーム
-------------------------------------------*/

.contact-tb-2 .label{
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #ccc;
    border-top: 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 20px;
    width: 100%;
    -webkit-appearance: none;
}
.contact-tb li.plan .contact-tb-1 {
    line-height: 171px;
    height: 171px;
    padding: 0 20px;
}

.soushin-btn span::after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}
