/*
 Theme Name:   seiryu_css
 Theme URI:    https://www.famethemes.com
 Description:  seiryu theme
 Author:       seiryu
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

p,h1,h2,h3,h4,h5 {
font-family: "M PLUS Rounded 1c";
}

h2 {
	font-size: 28px !important;
}

@media only screen and (max-width:1200px) {
}
@media only screen and (max-width:990px) {
}
@media only screen and (max-width:767px) {
}


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

/*
 body,h1,h2,h3,h4,h5,ul,p,.main-navigation a {
	font-family: "Mplus 1p";
	color: #000000;
 	}
*/
p {
	color: #000000;
}
.main-navigation a {
	font-size: 16px;
}

h2 {
	margin-top: 50px;
	border:solid 3px #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 80px;
}
h3 {
	margin-top: 50px;
	color: #fff;
	background-color:#345D96; 
	padding: 7px;
	font-size: 26px;
}
h5 {
	margin-top: 50px;
}
p {
	font-size:18px;
}
h3:before{
	content: url("http://seiryu.luckpond.com/wp-content/uploads/2021/10/fish_w03.png") !important;
	margin-left:14px;
	margin-right:14px;
}

.topside_link a {
	font-size: 20px;
	border:2px solid #345D96;
	border-radius:8px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	color: #345D96;
}
.topside_link a:hover {
	text-decoration: none;
	background-color: #9193D5;
	color: #fff;
}

.top_txt {
	background: #74ebd5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	border-radius: 30px;
	padding: 50px 0px;
}
/* --------------------------------- */





@media screen and (max-width: 767px){
.t_p_only {
display: none !important;
}
}

@media screen and (max-width:991px) {
.pc_only {
	display: none !important;
}
}
/* @media screen and (min-width:481px) { */

@media screen and (min-width:768px) {
.sp_only {
	display: none !important;
}
}
@media screen and (max-width: 767px) and (min-width: 992px){
.tablet_only {
display: none !important;
}
}


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






/* ----------------------------- */
.tal {
	text-align: left;
}

.tac {
	text-align: center;
}
.tar {
	text-align:right;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px !important;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.fs26 {
	font-size: 26px;
}
.fs28 {
	font-size: 28px;
}
.fs30 {
	font-size: 30px;
}
.fs36 {
	font-size: 36px;
}

.img_cir img {
	border-radius: 50%;
}
.img_cir {
		border-radius: 50%;

}

.img_cir h3 {
	text-align: center;
	width: 80%;
	margin: 30px auto;
}

.line_l {
	text-align: left;
   float: left;  
}
.line_r {
	text-align: right; 
}

.clear {
	clear: both;
}

.width80 {
	width: 80% !important;
}