@charset "utf-8";
/*
Theme Name: rousai
Theme URI: http://nakamotofilm.com
Author: Nakamoto Yu
Author URI: http://nakamotofilm.com
Description:  rousaiサイトテーマ
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

/* ---------------------------------------------------✁ common */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	min-width: 1100px;
	background: #FFF;
	color: #000;
}

body:after {

}

#wrapper {
	display: none;
	position: relative;
	__overflow: hidden;
}

body.load #wrapper {
	display: block;
}


h1,h2,h3,h4,h5,dt,nav li a {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
}

nav li a {
	font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
	line-height: 1.5em;
}

a {
	text-decoration:none;
	transition: .3s;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #0aa086;
}

li > a:hover {
	opacity: 0.8;
}

a:hover img:not(.over), a:active img:not(.over) {
	opacity: 0.8;
	transition: .3s;
}

img {
	border: none;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

input {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"], 
textarea,
button {
	font-size: 14px;
	line-height: normal;
	height: 40px;
	padding: 4px;
	color: #333;
	width: 100%;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: element;
	-moz-user-select: element;
	-o-user-select: element;
	-ms-user-select: element;
	user-select: element;
	
	padding: 3px;
	__border: 1px solid #bdbdbd;
	border: none;
	background: #EEE;
	border-radius: 3px;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
}

::placeholder {
	color: #BBB;
}

.clear {
	clear: both;
}

.sp {
	display: none;
}

#wrapper {
	text-align: left;
}

.content {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.button {
	text-align: center;
	position: relative;
	padding: 10px 20px 9px;
	color: #FFF;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	transition: color 0.3s;
	background: #0aa086;
	border-radius: 4px;
	border: 2px solid #0aa086;
}

.button:hover {
	color: #0aa086;
	background: #FFF;
	transition: 0.3s;
}

.button i {
	padding: 0 0 0 10px
}

/*
.button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale3d(1, 1, 1);
	transition: box-shadow 0.3s, transform 0.3s;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 35px #ea1c24;
}

.button:hover {
	background: none;
	color: #ea1c24;
}

.button:hover::before {
	z-index: 1;
	box-shadow: inset 0 0 0 2px #ea1c24;
	transform: scale3d(1, 1, 1);
}
*/

a[href^="tel:"] {
	color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 2px 5px 2px 20px;
	background:  url(images/icon-phone.svg) 5px center no-repeat;
	background-size: 12px;
}

a[href^="tel:"]:hover {
	background-color: #d6d6d6;
}


/* ---------------------------------------------------✁ parts */

.no-image {
	width: 100%;
	height: 100%;
	background: url(images/logo-triumph.svg) no-repeat center center #000;
	background-size: 100px;
}

.resize {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.resize a,
.resize div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resize a img,
.resize div img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



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

#header {
	padding: 30px 20px;
	z-index: 100;
	width: 100%;
	position: relative;
	background: #0aa086;
	display: flex;
	justify-content:space-between;
}

#header h1 {
	width: 180px;
}

#nav {
	display: flex;
}

#nav ul {
	display: flex;
	align-items: center;
}

#nav ul li {
	padding: 0 20px;
}

#nav ul li a {
	color: #FFF;
	font-weight: bold;
	line-height: 1em;
}

#mask {
	display: none;
}

.menu-trigger {
	display: none;
}

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

#footer {
	text-align: center;
	padding: 50px 0;
	background: #000;
	color: #FFF;
}

#footer a {
	color: #FFF;
}


#footer .nav ul {
	text-align: center;
	margin-bottom: 20px;
}

#footer .nav ul li {
	padding: 0 15px;
	display: inline-block;
}

#footer .nav ul li a {
	font-size: 13px;
}

#footer .flex.flex-end {
	align-items: flex-end;
	flex-direction: row-reverse;
}


#footer .copyright {
	font-size: 11px;
	opacity: 0.5;
}

#footer .sns ul {
	display: flex;
}

#footer .sns li {
	margin: 0 2px;
}

#footer .sns li a {
	font-size: 20px;
	width: 42px;
	border: 1px solid #FFF;
	display: block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

/* ---------------------------------------------------✁ top */
#top  > section {
		
}

#top  > section .content {
	padding: 40px 0;
}

.title {
	padding: 30px 0;
}

.title h2 {
	font-weight: 500;
	font-family:  'Bebas Neue','oswald','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 70px;
	text-align: left;
	line-height: 1em;
}

.page-content .title  {
	color: #00ca66;
}

.flex {
	display: flex;
	align-items: center;
}

#top {
	position: relative;
}

#top .visual {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 10vw 0;
	__background: url(images/visual-bg.jpg) center center;
	background-size: cover;
	background: #fff9e9;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .visual:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	
	display: none;
}

#top .visual .text {
	text-align: left;
	position: relative;
	z-index: 2;
	color: #000;
	width: 60%;
	padding-left: 10%;
}

#top .visual .text h2 {
	max-width: 600px;
	margin: 0 ;
}

#top .visual .text p {
	display: block;
	margin: 30px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 2em;
}

#top .visual .text a {
	padding: 20px 40px;
	font-size: 16px;
}

#top .visual .image {
	width: 40%;
}

#top .link ul {
	border-top: 1px solid #e6e6e6;
}

#top .link ul li article {
	border-bottom: 1px solid #e6e6e6;
}

#top .link ul li article a:hover {
	opacity: 1;
	background: #0aa086;
	color: #FFF;
}



#top .link ul li article a {
	padding: 50px 15px;
	
	display: flex;
	align-content: center;
}

#top .link ul li article a .image {
	width: 20%;
	padding: 0 20px;
}

#top .link ul li article a .text {
	width: 70%;
}

#top .link ul li article a .arrow {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#top .link ul li article header {
	margin-bottom: 20px;
}

#top .link ul li article span {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Barlow';
}

#top .link ul li article h3 {
	font-size: 13px;
}

#top .link ul li article img {
	width: 80px;
	display: block;
	margin: auto;
    mix-blend-mode: exclusion;
}

#top .link ul li article a:hover img {
	opacity: 1;
	mix-blend-mode: initial;
}

#top .link ul li article p {
	font-size: 15px;
}

#top .link ul li article .arrow i {
	font-size: 20px;
}

#top .movie header {
	text-align: center;
	margin-bottom: 20px;
}

#top .movie header h2 {
	font-size: 40px;
	margin-bottom: 5px;
}

#top .movie video {
	width: 100%;
}

#top .banner {
	padding: 0px 0;
	border-top: 2px solid #EEE;
}

#top .banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#top .banner ul li {
	width: 25%;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

#top .banner ul li a {
	display: block;
	border: 1px solid #EEE;
	margin-bottom: 5px;
}

/* ---------------------------------------------------✁ about */

.font {
	font-family: 'Barlow','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

.page-title {
	padding: 40px 0;
	text-align: center;
}

.page-title h2 {
	font-size: 70px;
	line-height: 1em;
}

.page-title p {
	font-weight: bold;
	font-size: 12px;
}

/* ---------------------------------------------------✁ news */

#top .news {
	padding: 40px 0;
	background: #f3f3f3;
}

#top .news header {
	margin-bottom: 10px;
}

#top .news header h2 {
	font-size: 20px;
}

#top .news header span {
	font-size: 13px;
}

.news-list {
	border-top: 1px solid #d0d0d0;
}

.news-list li article {
	padding: 30px 0;
	border-bottom: 1px solid #d0d0d0;
}

.news-list li article h3 a {
	font-size: 20px;
}

.news-list li article time {
	font-size: 13px;
}


#blog .blog-list {
	padding: 0 0 40px;
}


#blog .photo img {
	height: auto;
}

#blog .content > article {
	display: flex;
}

#blog article .data {
	width: 20%;
}

#blog article .data time {
	font-size: 14px;
	font-style: italic;
	color: #333333;
}

#blog article .data .category a {
	font-size: 12px;
	color: #FFF;
	background: #000;
	padding: 2px 4px;
	border-radius: 2px;
}

#blog article .main-content {
	width: 80%;
}

#blog article header {
	margin: 0 0 30px;
}

#blog article header h1 {
	font-size: 25px;
}

#blog article .entry-content {
	margin: 30px 0;
}

#blog article .share {
	overflow: hidden;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	
	display: none;
}

#blog article .share h3 {
	float: left;
	line-height: 34px;
}

#blog article .share ul {
	float: right;
	display: flex;
}

#blog article .share ul li {
	margin: 0 2px;
}

#blog article .share ul li a {
	padding: 6px 20px 5px;
}

#blog article .share ul li a i {
	font-size: 15px;
	padding: 0 6px 0 0;
}

#blog article .share ul li a:hover {
	background: #000;
	color: #FFF;
}

#blog article .share ul .twitter a {
	background: #00acee;
	border: none;
}

#blog article .share ul .facebook a {
	background: #3b5998;
	border: none;
}

#blog footer {
	padding: 30px 0;
	text-align: center;
	margin-bottom: 30px;
}


#blog .news-list article {
	margin-bottom: 30px;
	border-bottom: 1px solid #EEE;
}


#blog .news-list article .main-content {
	width: 100%;
}

/* ---------------------------------------------------✁ entry */

.entry-content .youtube,
.youtube-movie {
	position: relative;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-content .youtube iframe,
.youtube-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.entry-content p {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.7em;
}

.entry-content > ul {
	margin-bottom: 1em;
}

.entry-content > ul li {
	list-style: disc;
	margin-left: 2em;
}

.entry-content h2 {
	margin-left: 0;
	margin-top: 30px;
	font-size: 150%;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

.entry-content h3,
.entry-content h4 {
	padding-bottom: 5px;
	line-height: 1.3em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin: 40px 0 10px;
}

.entry-content h3 {
	font-size: 120%;
}

.entry-content h4 {
	font-size: 110%;
}

.entry-content a {
	color: #000;
	text-decoration: underline;
}

.entry-content blockquote {
	padding: 20px 20px 10px;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 1em;
}

.entry-content blockquote p {
	font-weight: bold;
}

.entry-content .wp-caption {
	width: auto !important;
	padding: 5px;
	background: #202020;
	border-bottom: 2px solid #d8d8d8;
	margin: 20px 0;
	display: inline-block;
}

.entry-content .wp-caption img {
	border: none;
	box-sizing: border-box;
	margin: 0;
}

.entry-content .wp-caption .wp-caption-text {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #FFF;
}

.entry-content img {
	height: auto !important;
	max-width: 100% !important;
}

.entry-content .tablenav-pages_0 {
	display: none !important;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	width: 45px;
	line-height: 45px;
	border: none !important;
	background: #FFF;
	font-size: 15px;
	color: #000;
	padding: 0 !important;
	box-sizing: border-box;
	border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #000;
	color: #FFF;
}

.wp-pagenavi span.current {
	background: #525252;
}

.wp-pagenavi span.pages {
	width: auto;
	padding: 0 10px !important;
	background: none;
	color: #FFF;
}


/* ---------------------------------------------------✁ contact */

#contact .contact-content {
	background: #FFF;
	color: #000;
	overflow: hidden;
}

#contact .contact-content > p {
	padding: 20px;
}

#contact .form dl {
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);
}

#contact .form dl:first-child {
	border: none;
}

#contact .form dt {
	float: left;
	width: 10em;
	padding: 25px 0;
	font-weight: bold;
}

#contact .form dd {
	margin-left: 10em;
	padding: 15px 15px;
}

#contact .form dt em {
	color: #ea1c24;
	font-size: 12px;
}

#contact .form dl dd em {
	font-size: 13px;
	color: #ff425c;
}

#contact .form dd label {
	padding: 10px;
	display: inline-block;
}

#contact .form dd span.wpcf7-list-item {
	margin: 0;
}

#contact section {
	max-width: 700px;
	margin: 0 auto 40px;
}

#contact section header {
	padding: 20px 20px 0;
}

#contact section header h1 {
	font-size: 20px;
	margin-bottom: 15px;
}

#contact section header h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}

#contact .form .table {
	padding: 20px 30px;
}

#contact .form dl dt span {
	font-size: 13px;
	color: #ff425c;
	margin-left: 3px;
}


#contact .form .name input[type="text"],
#contact .form .mail input[type="email"],
#contact .form .tel input[type="tel"] {
	max-width: 350px;
}

#contact .form textarea {
	min-height: 200px;
}

#contact .form footer {
	padding: 30px 0 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

#contact .form footer br {
	display: none;
}

.form input[type="submit"] {
	text-align: center;
	position: relative;
	padding: 15px 40px;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	font-smoothing: grayscale;
	transition: color 0.3s;
	background: #0aa086;
	border: none;
	font-size: 15px;
}

#contact .form select {
	font-size: 14px;
    min-width: 70px;
    height: 40px;
}

div.wpcf7 .ajax-loader {
	display: block !important;
	margin: 20px auto 0 !important;
}

div.wpcf7-response-output {
	background: #FFF;
}

body {
    __animation: fadeIn 2s ease 0s 1 normal;
    __-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ---------------------------------------------------✁ supporter */


#supporter .message {
	max-width: 600px;
	margin: 20px auto 50px;
}

#supporter .message p {
	margin-bottom: 1em;
}

#supporter .message ul {
	margin-bottom: 1em;
}

#supporter .message ul li {
	list-style: disc;
	margin-left: 2em;
	font-weight: bold;
}

#supporter .message footer {
	text-align: center;
	margin: 20px 0 0;
	padding: 20px 0;
	background: #EEE;
	border-radius: 10px;
}

/* ---------------------------------------------------✁ member */

#members {
	padding-bottom: 40px;
}

#members .visual {
	background: url(images/member-visual.jpg) center center;
	background-size: cover;
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#members .visual header {
	background: #000;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

#members .visual header h2 {
	font-size: 7vw;
	line-height: 1em;
}

#members .visual header p {
	font-weight: bold;
}

#members .content {
	max-width: 800px;
}

#members .description {
	padding: 70px 0 60px;
	text-align: center;
}

#members .description h3 {
	font-size: 24px;
	
	margin-bottom: 10px;
}

#members .plan {
	border: 3px solid #000;
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin: 0 0 40px;
}

#members .plan .content {
	max-width: 100%;
	padding: 30px;
}

#members .plan header {
	display: flex;
	justify-content:space-between;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #979797;
}

#members .plan header .hgroup p {
	display: inline-block;
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 3px 10px;
}

#members .plan header .hgroup h4 {
	margin: 20px 0px 10px 0px;
	font-size: 28px;
	line-height: 1em;
}

#members .plan header .price {
	display: flex;
	justify-content:flex-end;
	flex-flow: column;
	margin-bottom: 10px;
}

#members .plan header .price dl {
	display: flex;
}

#members .plan header .price dl dt {
	font-size: 15px;
	border: 2px solid #000;
	padding: 0px 3px;
	margin-right: 5px;
}

#members .plan header .price dl dd {
	font-size: 24px;
	font-weight: bold;
}

#members .plan header .price dl dd span {
	color: #ff2100;
	font-size: 1.5em;
}

#members .plan .content > span {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

#members .plan .detail ul {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
	margin: 0 -1%;
	align-items: center;
	justify-content: center;
}

#members .plan .detail li {
	background: #000;
	color: #FFF;
	padding: 15px 10px;
	__border-radius: 5px;
	width: 32%;
	margin: 0.5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#members .plan .detail li img {
	margin-right: 10px;
	width: 35px;
}

#members .plan .detail li span {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

#members .plan .detail .card {background: #3f96f3;}
#members .plan .detail .lecture {background: #5accc9;}
#members .plan .detail .action {background: #ff7135;}
#members .plan .detail .insurance {background: #00b74c;}

#members .plan .detail .insurance {
	width: 98%;
	font-size: 15px;
	text-align: left;
}

#members .plan .detail .insurance .image {
	margin: 15px 0 0;
}

#members .plan .detail .insurance img {
	margin-right: 10px;
	width: 50px;
}

#members .plan .detail .insurance span {
	font-size: 13px;
	text-align: left;
}

#members .plan .detail .insurance p {
	font-size: 11px;
}

#members .plan .image {

}

#members .plan footer {
	border-top: 2px solid #000;
	padding: 15px 10px;
	text-align: center;
}

#members .plan footer strong {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #0360e8;
}

#members .plan footer .button {
	min-width: 250px;
	line-height: 40px;
}

#members .button,
#members input[type="submit"] {
}

#members .button:hover,
#members input[type="submit"]:hover{
}


#members.detail .plan {
	border: none;
	box-shadow: none;
}


#members.detail .plan .detail ul {
	display: block;
	margin: 0 0 20px;
}

#members.detail .plan .detail li {
	width: 100%;
	justify-content: flex-start;
	margin: 5px 0;
	padding: 20px 20px;
}

#members.detail .plan .detail li span {
	font-size: 15px;
	text-align: left;
}

#members.detail .plan .detail li p {
	font-size: 12px;
}

#members.detail .content section {
	margin: 0 auto 50px;
}

#members.detail .content .form  > p {
	margin-bottom: 1em;
}

#members.detail .content section > header {
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 20px 0;
}

#members.detail .content section > header h3 {
	background: #000;
	font-size: 18px;
	padding: 5px 15px;
	display: inline-block;
	color: #FFF;
	margin: 0;
}

#members.detail .about > h4 {
	margin: 50px 0 0;
	color: #00b74c;
	font-size: 25px;
	text-align: center;
}

#members.detail .about > p {
	margin: 20px 0 40px;
	color: #00b74c;
	text-align: center;
}

#members.detail .about ul {
	display: flex;
}

#members.detail .about ul li {
	width: 33.333%;
	text-align: center;
}

#members.detail .about ul li article {
	padding: 20px 10px;
}

#members.detail .about ul li article h5 {
	font-size: 16px;
	margin: 0 0 20px;
}


#members.detail .about ul li article .image {
	width: 100px;
	height: 100px;
	background: #00b74c;
	border-radius: 50%;
	padding: 20px;
	margin: 20px auto;
}

#members.detail .about ul li article p {
	font-size: 13px;
	text-align: left;
}

.rousai-flow ul {
	display: flex;
}

.rousai-flow i {
	font-size: 10px;
	line-height: 1.4em;
	display: block;
	padding: 10px;
}

.rousai-flow ul li {
	width: 25%;
	display: flex;
	position: relative;
}


.rousai-flow ul li article {
	border: 2px solid #000;
	border-radius: 3px;
	margin: 10px 7px;
	width: 100%;
}

.rousai-flow ul li article:after {
	content: "";
	border-left: 10px solid #000;
	border-top: 20px solid rgba(0, 0, 0, 0);
	border-bottom: 20px solid rgba(0, 0, 0, 0);
	height: 0px;
	width: 0px;
    right: -3px;
    top: 50%;
    margin: -10px 0 0 0;
	position: absolute;
}

.rousai-flow ul li:last-child article:after {
	display: none;
}


.rousai-flow ul li article header {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

.rousai-flow ul li article header span {
	font-size: 1.2em;
	margin-right: 5px;
}

.rousai-flow ul li article .image {
	width: 70px;
	margin: 10px auto;
}

.rousai-flow ul li article p {
	font-size: 12px;
	display: block;
	padding: 10px;
	line-height: 1.6em;
}

#members.detail .box {
	border: 3px solid #000;
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin: 30px 0;
}

#members.detail .box article {
	padding: 30px;
	border-bottom: 2px solid #000;
}

#members.detail .box article:last-child {
	border: none;
}

#members.detail .simulation .description {
	padding: 40px 0;
}

#members.detail .simulation .description h4 {
	font-size: 20px;
}

#members.detail .simulation .description img {
	max-width: 400px;
	display: block;
	margin: 20px auto;
}

#members.detail .simulation .description dl {
	text-align: left;
	margin: 20px 0 0;
}

#members.detail .simulation .description dl dt {
	font-size: 17px;
	margin: 0 0 10px;
}

#members.detail .simulation .description table {
	border-collapse:collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 20px 0 0;
}

#members.detail .simulation .description table th,
#members.detail .simulation .description table td {
	padding: 10px 10px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#members.detail .simulation .description table th {
	background: #F6F6F6;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}

#members.detail .simulation .description table span {
	display: block;
	font-size: 12px;
}

#members.detail .simulation .box {
	margin: 0;
}

#members.detail .simulation .select label {
	display: block;
	width: 100%;
	padding: 5px 0;
}

#members.detail .simulation .select label select {
	padding: 10px;
	display: block;
	width: 100%;
	background-color: #fff;
    border-color: #d6d6d6;
    border-radius: 4px;
    color: #222324;
    font-size: 14px;
}

#members.detail .simulation .price input {
	background: none;
	text-align: right;
}

#members.detail .simulation .select span {
	font-weight: bold;
	color: red;
	display: block;
	margin-top: 5px;
}

#members.detail .simulation .price .list {
	display: flex;
	justify-content: flex-end;
}

#members.detail .simulation .price .list dl {
	display: flex;
	font-size: 15px;
	align-items: center;
}

#members.detail .simulation .price .list dl dt {
	width: 8em;
	text-align: right;
	padding-right: 1em;
}

#members.detail .simulation .price .list dl dd {
	
}

#members.detail .simulation .price .list dl dd input {
	width: 5em;
	text-align: right;
	padding: 0;
	height: 30px;
}

#members.detail .simulation .price .total {
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;
	margin-top: 10px;
}

#members.detail .simulation .price .total dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#members.detail .simulation .price .total dl dt {
	font-size: 14px;
}

#members.detail .simulation .price .total dl dd input {
	text-align: right;
	font-size: 18px;
    color: #ff2100;
    font-weight: bold;
}

#members.detail .simulation .price .getsugaku {
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;
	margin-top: 10px;
}

#members.detail .simulation .price .getsugaku dl {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#members.detail .simulation .price .getsugaku dl dt {
	font-size: 14px;
	width: 7em;
	text-align: right;
}

#members.detail .simulation .price .getsugaku dl dd {
	display: inline-block;
}

#members.detail .simulation .price .getsugaku dl dd input {
	font-size: 30px;
	color: #ff2100;
	width: 5em;
	height: auto;
}

#members.detail .simulation .price .alc p {
	font-size: 12px;
	text-align: center;
}

#members.detail .entry {
	text-align: center;
	margin: 0px 0 50px !important;
}

#members.detail .entry .button {
	cursor: pointer;
	font-size: 16px;
	padding: 20px 30px;
	border-radius: 5px;
}

#members.detail .entry p {
	margin: 0 0 1em;
}

#members.detail .form .price .total input {
	font-size: 1.5em;
	color: #ff2100;
}

#members.detail .form .price dl {

}

#members.detail .form .price .total {

}

#members.detail .form .price dt {
	padding: 15px 0;
}

#members.detail .form .price dd {
	padding: 5px 0;
}

#members.detail .form .price dd input {
	pointer-events: none;
	background: #FFF;
	text-align: right;
	font-size: 13px;
}

#members.detail .form .price dd .kikan input {
	font-size: 12px;
}

#members.detail .form .birthday dd div {
	display: inline-block;
}

#members.detail .form footer p {
	display: block;
	margin: 2px 0;
}

#members.detail .form footer p a {
	text-decoration: underline;
	margin: 0 10px;
}

#members.detail .form footer input {
	margin: 10px 0 0;
}

#members.detail .form .wpcf7 form .wpcf7-response-output {
	margin-top: 0 !important;
}

#members.detail input[type="submit"] {
	pointer-events: none;
	opacity: 0.2;
}

#members.detail input[type="submit"].active {
	pointer-events: auto;
	opacity: 1;
}

#members.detail .form .price1 {
	display: none;
}

#members.detail .form .sample ul li {
	margin-left: 1em;
	list-style: disc;
	font-size: 13px;
	line-height: 1.5em;
}





#members.detail .section-content p {
	margin-bottom: 1em;
}

#members.detail .section-content dl {
	margin-bottom: 5px;
	padding: 15px;
	background: #efefef;
	color: #000;
	border-radius: 5px;
}

#members.detail .section-content dt {
	font-size: 16px;
	margin-bottom: 3px;
}

#members.detail .section-content dd {
	font-size: 13px;
	line-height: 1.6em;
}

#members.detail .section-content .color1 {
	background: #94DCFF;
}

#members.detail .section-content .color2 {
	background: #B2E0CF;
}

#members.detail .section-content .color3 {
	background: #D5FED0;
}

#members.detail .section-content .color4 {
	background: #FFFFB1;
}

#members.detail .section-content .color5 {
	background: #FFD8B2;
}

.rousai-list {
	display: flex;
	max-width: 500px;
	margin: auto;
}

.rousai-list li {
	width: 33.333%;
	text-align: center;
	padding: 20px 0;
}

.rousai-list li img {
	max-width: 60px;
	max-height: 80px;
}

.rousai-list li p {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 0;
}

.rousai-list .work img {

}


/* ---------------------------------------------------✁ よくある質問 */

.qa strong {
	font-size: 1.1em;
	line-height: 1.7em;
}

.qa i {
	__font-family: 'Barlow';
	font-weight: bold;
	font-size: 15px;
	margin-right: 5px;
	color: #FFF;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 3px;
	background: #ff4b28;
    margin: 0px 5px 2px 2px;
    vertical-align: 1px;
    
    position: absolute;
    left: 0;
    top: 0;
}

.qa strong i {
	background: #0aa086;
}

.qa p {
	padding-left: 40px;
	position: relative;
}


/* ---------------------------------------------------✁ page-content */

#page .content {
	max-width: 800px;
	padding: 30px 0;
	margin: auto;
}

#page .page-title {
    color: #000;
    background: #f1f1f1;
	padding: 20px 0;
}

#page .page-title h1 {
	font-size: 25px;
}

#page .page-content h2 {
	font-size: 25px;
	padding: 10px 15px;
	margin: 30px 0;
	border-left: 5px solid #0aa086;
}

#page .page-content h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

#page .page-content p {
	margin-bottom: 1em;
	font-size: 16px;
}

#page .page-content ul li,
#page .page-content ol li  {
	margin-left: 2em;
	list-style: disc;
	font-size: 16px;
	margin-bottom: 0.5em;
}

#page .page-content ol li {
	list-style: decimal;
}

#page .page-content table {
	border-bottom: 1px solid #EEE;
}

#page .page-content table tr {
	font-size: 16px;
}

#page .page-content table tr:last-child {
	border-bottom: 1px solid #FFF;
}

#page .page-content table tr th {
	font-weight: bold !important;
	padding: 20px;
	border-top: 1px solid #EEE;
}

#page .page-content table tr td {
	padding: 20px;
	border-top: 1px solid #EEE;
}


/* ---------------------------------------------------✁ message */

#message {
	text-align: center;
	padding: 15%;
	font-size: 16px;
}



/* ---------------------------------------------------✁ 追加コンテンツ */

.rousai-category dl {
	margin-bottom: 5px;
	padding: 15px;
	background: #efefef;
	color: #000;
	border-radius: 5px;
}

.rousai-category dt {
	font-size: 16px;
	margin-bottom: 3px;
}

.rousai-category dd {
	font-size: 13px;
	line-height: 1.6em;
}

.rousai-category .color1 {
	background: #94DCFF;
}

.rousai-category .color2 {
	background: #B2E0CF;
}

.rousai-category .color3 {
	background: #D5FED0;
}

.rousai-category .color4 {
	background: #FFFFB1;
}

.rousai-category .color5 {
	background: #FFD8B2;
}



.rousai-list ul {
	display: flex;
	margin: auto;
	width: 100%;
}

.rousai-list ul li {
	width: 33.333%;
	padding: 20px 0;
	list-style: none !important;
	margin-left: 0 !important;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.rousai-list ul li img {
	max-width: 60px;
	max-height: 80px;
	display: block;
	margin: 0 auto 20px;
}


.rousai-flow ul {
	display: flex;
}

.rousai-flow ul li {
	width: 25%;
	display: flex;
	position: relative;
	list-style: none !important;
	margin-left: 0 !important;
}


.rousai-flow ul li article {
	border: 2px solid #000;
	border-radius: 3px;
	margin: 10px 7px;
	width: 100%;
}

.rousai-flow ul li article:after {
	content: "";
	border-left: 10px solid #000;
	border-top: 20px solid rgba(0, 0, 0, 0);
	border-bottom: 20px solid rgba(0, 0, 0, 0);
	height: 0px;
	width: 0px;
    right: -3px;
    top: 50%;
    margin: -10px 0 0 0;
	position: absolute;
}

.rousai-flow ul li:last-child article:after {
	display: none;
}


.rousai-flow ul li article header {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

.rousai-flow ul li article header span {
	font-size: 1.2em;
	margin-right: 5px;
}

.rousai-flow ul li article .image {
	width: 70px;
	margin: 10px auto;
}

.rousai-flow ul li article p {
	font-size: 12px !important;
	display: block;
	padding: 10px;
	line-height: 1.6em;
}



/* ---------------------------------------------------✁ accident */

#accident .content {
	max-width: 800px;
	margin: auto;
}

#accident .title {
	padding: 30px 0 20px;
}

#accident .title h2.jp {
	font-size: 30px;
	font-weight: bold;
}

#accident .flow ul li {
	margin: 10px 0;
}

#accident .flow ul li > i {
	font-size: 30px;
	display: block;
	text-align: center;
	margin: 10px 0 0;
	color: #0aa086;
}

#accident .flow ul li article {
    border: 1px solid #0aa086;
}

#accident .flow ul li article header {
	padding: 10px 20px;
	color: #FFF;
	background: #0aa086;
}

#accident .flow ul li article .box {
	padding: 20px;
}

#accident .flow ul li article header h3 {
	font-size: 18px;
}

#accident .flow ul li article header h3 span {
	font-size: 25px;
	margin-right: 5px;
}

#accident .flow ul li article .box ol li {
	margin: 0;
	list-style: disc;
	margin-left: 20px;
}

#accident .flow ul li article .box ol .red {
	color: red;
}


#accident .flow ul li article .box span {
	display: block;
	text-align: center;
	background: #ff7135;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 10px 0;
}

#accident .flow ul .flow4 article .box span {
	background: #3f96f3;
}

#accident .flow ul li article .box span i {
	margin: 0 10px;
}

#accident .flow ul li article dl {
	padding: 10px;
	margin: 10px 0 0;
	border: 1px solid #0aa086;
}

#accident #members {
	margin: 40px 0 0;
}

#accident #members li {
	font-size: 13px;
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	line-height: 1.6em;
}

#accident .title h3 {
	font-size: 20px;
}

#accident #contact .form dt {
	float: none;
	width: 100%;
	padding: 15px 0 10px 0;
}

#accident #contact .form dd {
	margin-left: 0;
	padding: 0 0 15px;
}


#accident #members.detail input[type="submit"] {
	pointer-events: all;
    opacity: 1;
}

#accident .note {
	margin-bottom: 40px;
}

#accident .note ol li {
	list-style: decimal;
	font-size: 13px;
	margin-left: 20px;
}

