/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
body {
	line-height: 1;
}
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;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {

	line-height: 25px;
}
a:link,
a:visited {
	color: #3366bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}

pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* =Layout
-------------------------------------------------------------- */
#header-description_back{
	background:#ffe113;
	width:100%;
}
#header-description_back #header-description{
	width:1100px;
	font-size:12px;
	margin:0 auto;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}
#header {
	width:100%;
	background:url(img/back.gif);
	background-repeat:no-repeat;
	background-size:  cover;
}
h1#header-title{
	width:1100px;
	text-align:center;
	margin:0 auto;
}

#main-content {
	margin: 0px auto;
	width: 1100px;
}
#main {
	width: 700px;
	float: left;
	margin-top:50px;
	padding-bottom:50px;
}
#sidebar {
	background: transparent;
	float: right;
	margin: 50px 10px 10px 0;
	padding: 0px;
	width: 315px;
}
#sidebar h4{
	font-size:18px;
	color:#e94638;
}
#footer {
	background:#c61818;
	padding:30px 0 20px 0;
	margin-top:80px;
}
#footer .left{
	width:550px;
	float:left;
}
#footer .right{
	width:446px;
	float:left;
	color:#fff;
	margin-left:50px;
}
#footer a:link{
	color:#fff;
}
#footer-credit {
	line-height: 28px;
	padding: 20px 0px 0 0;
	text-align:center;
	font-size:12px;
	color:#fff;
}

/* =Header
-------------------------------------------------------------- */

#header > * {
	line-height: 100%;
	padding: 20px;
}
#header a:link,
#header a:visited {
}
#header a:hover {
	text-decoration: none;
}
#header div {
	font-size: 1.1em;
	padding-top: 0;
	text-transform: uppercase;
}

/* =Navigation
-------------------------------------------------------------- */
#menu_back{
	background:url(img/menu_back.png);
	height:220px;
	width:100%;
}
#menu{
	width:1100px;
	margin:40px auto 0 auto;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	margin:4px;
	padding:0;
	width:148px;
	float:left;
}
/* =Content
-------------------------------------------------------------- */

table {
	border:1px solid #ddd;
	width: 100%;
}
table thead {
}
table th {
	background:#ffe113;
	border:1px solid #ddd;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
	padding:15px;
}
table td {
	border:1px solid #ddd;
	font-size:16px;
	padding:15px;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul, #footer ul {margin-left: 15px;}
#sidebar ul li, #footer ul li {
border-bottom: 1px dashed #ccc;
line-height: 27px;
list-style-type: circle;
}
#sidebar ul li a:link, #sidebar ul li a:visited,
#footer ul li a:link, #footer ul li a:visited {color: #36b;}
#sidebar ul li a:hover, #footer ul li a:hover {color: #c00; text-decoration: none;}

/* =Comments
-------------------------------------------------------------- */

#main-content ol.commentlist {margin-left: 0px;}
#main-content ol.commentlist li {
border: 1px solid #bbb;
list-style: none;
margin: 15px 0;
padding: 10px;
}
li.odd {background: #f8f8f8;}
.commentlist li img.avatar {border: 1px solid #aaa; width: 32px; height: 32px;}
#main-content ul.children li {margin-left: 70px;}
.comment-author {background: #eee;}
.comment-meta {border-bottom: 1px solid #ddd; text-align: right;}
.comment-reply-link, #cancel-comment-reply-link {border: 1px solid #aaa; padding: 3px 10px;}



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



/* images and captions */


img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: left;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
}
.post-meta {
	margin: 10px -10px;
	padding: 2px 10px;
	font-size:12px;
	border-bottom:1px dotted #ddd;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: left;
	font-size:18px;
	color:#e94638;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}

#green_backt{
	background:#5ed12b;
	padding:10px 0;
	text-align:center;
}
#yellow_backt{
	background:#f0ff00;
	padding:10px 0;
	text-align:center;
}
.naiyou{
	padding:30px 0;
}
.naiyou ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.naiyou li{
	width:340px;
	border-radius:10px;
	border:2px solid #5ed12b;
	margin:5px;
	padding:5px;
}
.related{
	padding:10px;
}
.naiyou ul li .related ul li{
	border:0px solid #5ed12b;
	margin:0px;
	padding:3px 0;

}
.related ul{
	margin-left:28px;
}
.related ul > li:before {
	content: "\f14a";
	font-size:18px;
    position: relative;
     font-family: "Font Awesome 5 Free";
	margin-right: .3em;
	text-indent: 1.3em;
    margin-left: -1.3em;
}
.ryoukin{
	padding:50px 0;
}
.ryoukin table{
	border:1px solid #ddd;
}
.ryoukin th{
	background:#ffe113;
	border:1px solid #ddd;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
	padding:15px;
}
.ryoukin td{
	border:1px solid #ddd;
	font-size:16px;
	padding:15px;
}
.ryoukin td div{
	font-size:20px;
	font-weight:700;
}
#korei_back{
	width:100%;
	background:url(img/kourei_back.gif);
	background-repeat:no-repeat;
	background-size:  cover;
}
.korei{
	padding:35px 0;
}
.korei .left{
	width:750px;
	float:left;
	font-size:20px;
	line-height:35px;
	padding:10px 0;
}
.korei .left h3{
	font-size:28px;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom:0;
}
.korei .left ul{
	margin-left:28px;
	list-style-type:none;
}
.korei .left ul > li:before {
	content: "\f14a";
	font-size:20px;
    position: relative;
     font-family: "Font Awesome 5 Free";
	margin-right: .3em;
	text-indent: 1.3em;
    margin-left: -1.3em;
}
.w_box{
	background:#fff;
	border-radius:10px;
	padding:15px 20px;
	margin-top:10px;
	font-size:20px;
	text-align:center;
}
.houmon_box{
	background:#4ab85f;
	font-size:18px;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
}
.ryoukin{
	font-size:25px;
	font-weight:700;
}
.korei .right{
	width:311px;
	float:right;
	padding-top:50px;
}
.banner ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.banner li{
	margin:20px;
	padding:0;
	width:470px;
	float:left;
	
}
#riyu_back{
	width:100%;
	background:url(img/riyu_back.jpg);
	background-repeat:repeat-x;
}
.riyu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.riyu li{
	background:#fff;
	border-radius:10px;
	border:2px solid #7d7d7d;
	padding:20px;
	font-size:20px;
	line-height:30px;
	margin:10px 0;
}
.riyu li h3{
	color:#0066cf;
	font-size:30px;
	font-weight:700;
	margin-bottom:10px;
}
#voice_back{
	background:#e0f8d1;
	margin:50px 0;
}
.voice{
	padding:30px 0;
}

#nagare_back{
	margin:50px 0;
}
.nagare{
	padding:30px 0;
}
.titel{
	margin-top:50px;
	margin-bottom:20px;
}
.sp{
	display:none;
}
.blog_box{
	border:1px solid #e94638;
	padding:20px;
	border-radius:10px;
	margin-bottom:30px;
}
.blog_box h2{
	color:#e94638;
}
@media screen and (max-width: 640px) {
	img{
		width:100%;
		height:auto;
	}
	.pc{
		display:none;
	}
	.sp{
	display:block;
}
/* =Layout
-------------------------------------------------------------- */
#header-description_back{
	background:#ffe113;
	width:100%;
}
#header-description_back #header-description{
	width:95%;
	font-size:10px;
	margin:0 auto;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}
#header {
	width:100%;
	background:url(img/back.gif);
	background-repeat:no-repeat;
	background-size:  cover;
}
h1#header-title{
	width:100%;
	margin:0 auto;
	padding:0;
}
h1#header-title img{
	width:100%;
	height:auto;
	margin:0;
}
#main-content {
	margin: 0px auto;
	width:90%;
}
#main {
	width: 100%;
	float: none;
	margin-top:40px;
}
#sidebar {
	background: transparent;
	float: right;
	margin: 30px 0px 10px 0;
	padding: 0px;
	width: 100%;
}
#footer {
	background:#c61818;
	padding:30px 0 20px 0;
}
#footer .left{
	width:100%;
	float:none;
}
#footer .right{
	width:100%;
	float:none;
	color:#fff;
	margin-left:0px;
}
/* =Navigation
-------------------------------------------------------------- */
#menu_back{
	background:#fff;
	height:auto;
	width:100%;
}
#menu{
	width:100%;
	margin:20px auto 0 auto;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	margin:1%;
	padding:0;
	width:22.5%;
	float:left;
}
	.naiyou {
		width:95%;
		padding:0;
		margin:0 auto;
	}
	.naiyou ul{
		width:100%;
		padding:0;
		margin:0;
	}
.naiyou li{
	width:100%;
	border-radius:10px;
	border:2px solid #5ed12b;
	margin:5px;
	padding:5px;
}
.naiyou li img{
	width:100%;
	height:auto;
}
.related{
	padding:10px;
	}
.related ul{
margin-left:1em;
}
.related ul > li:before {
content: "\f14a";
font-size:18px;
position: relative;
font-family: "Font Awesome 5 Free";
margin-right: .3em;
text-indent: 1.3em;
margin-left: -1.3em;
}
.ryoukin img{
	width:205px;
	margin:0 auto;
}
 th{
		display:block;
	}
 td{
		display:block;
	}
#korei_back{
	width:100%;
	background:url(img/kourei_back.gif);
	background-repeat:no-repeat;
	background-size:  cover;
	padding-bottom:30px;
}
.korei{
	padding:35px 0 0 0;
}
.korei .left{
	width:100%;
	float:none;
	font-size:18px;
	line-height:35px;
	padding:10px 0;
}
.korei .left h3{
	font-size:23px;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom:0;
}
.korei .left ul{
	margin-left:28px;
	list-style-type:none;
}
.korei .right{
	width:60%;
	margin:0 auto;
	float:none;
	text-align:center;
	padding-top:20px;
}
.banner li{
	margin:10px 0;
	padding:0;
	width:100%;
	float:none;
	
}
.riyu li{
	background:#fff;
	border-radius:10px;
	border:2px solid #7d7d7d;
	padding:20px;
	font-size:18px;
	line-height:30px;
	margin:10px 0;
}
.riyu li h3{
	color:#0066cf;
	font-size:25px;
	font-weight:700;
	margin-bottom:10px;
}
.voice img{
	width:auto;
}
.nagare img{
	width:auto;
}
.titel img{
	width:auto;
		
}
}
.cform th {
	font-size: 16px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 15px 0;
	font-weight: normal;
}

.cform td {
	font-size: 18px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 15px 0px 15px 15px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 0px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
	font-size:18px;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
		border:0px;
	}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	font-size:20px;
	border: 1px #00142c solid;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}