d/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before, div, p, h1, h2, table, img {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	color:#333;
	background: url(img/main-bg.png), url(img/bg.png);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	z-index: 10;
	position: relative;
}
a img {
	color:#444;
	text-decoration:none;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input, textarea {
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}
textarea {
	max-width: 600px;
	width: 100%;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p {
	line-height: 1.9em;
	padding-top: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 25px;
}
.min {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-top: 1px solid #d6d6d6;
    border-bottom: 2px solid #fff;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #b81111;
	font-weight: bold;
}
.blue {
	color: #063697;
	font-weight: bold;
}
.orange {
	color: #ff911f;
	font-weight: bold;
}
.tya {
	font-weight: bold;
	color: #681111;
}
.underline {
	text-decoration: underline;
}
.dot-border {
	border-bottom: dashed #111 1px;
}
.dot-border-red {
	border-bottom: dashed #f00 1px;
}
.center {
	text-align: center;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.l-height14 {
	line-height: 1.6em;
}
.pt0 {
	padding-top: 0 !important;
}
.pt20 {
	padding-top: 20px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important
}
.mt25 {
	margin-top: 25px !important
}
.mt40 {
	margin-top: 40px !important
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.fontS {
    font-size: 14px;
    margin-top: -20px;
}
.alignR {
    text-align: right;
}
.uLine {
    text-decoration: underline;
}
.tcR {
    color: #d6061b;
    font-weight: bold;
}
cite {
	font-weight: bold;
	padding-bottom: 8px;
}
.marker {
  background: linear-gradient(transparent 50%, #ffff7f 0%);
  font-weight: bold;
}
.zigzag {
	background: url(img/zigzag.png) left bottom repeat-x;
	font-weight: bold;
	padding-bottom: 4px;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
header {
	width: 94%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	text-align: center;
	padding: 40px 0 100px;
}
.sakura1 {
	position: absolute;
	bottom: 80px;
	right: 0;
}
.sakura2 {
	position: absolute;
	bottom: 80px;
	left: 120px;
}
.main {
	width: 94%;
	max-width: 1000px;
	margin: auto;
}
#sec1 {
	background: url(img/sec1-bg.png) no-repeat right top;
	    background-size: 49% auto;
	padding-bottom: 80px;
}
#sec1 .txt {
	margin-left: 20px;
}
#sec2 {
	background: url(img/sec2-bg.png) no-repeat left top;
	background-size: auto;
	padding-bottom: 60px;
}
#sec2 .title {
	padding-left: 27%;
}
#sec2 .txt {
	padding-left: 40%;
	padding-top: 20px;
}
#sec3 {
	padding-bottom: 80px;
}
#sec3 .title {
	margin: auto auto 30px;
	display: block;
}
#sec4 {
	background: url(img/sec4-bg.png?1231) no-repeat right top;
	padding-bottom: 40px;
}
#sec4 .txt {
	margin-left: 80px;
}
#sec5 {
	background: url(img/sec5-bg.png?1231) no-repeat right 80px;
	padding-bottom: 40px;
	background-size: 46%;
}
#sec5 .txt {
	margin-left: 30px;
}

/* footer */
.footer {
	background: #8f885d;
	padding: 15px 10px 1px;
	position: relative;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
section {
	width: 95%;
	max-width: 980px;
	padding: 50px 50px;
	box-sizing: border-box;
	background: #fff;
	margin: auto;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.1);
}
.attention {
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 30px;
}
.attention p {
	margin: 0;
	font-size: 14px;
}
.last {
	font-size: 20px;
	border: 2px solid #ccc;
	background: #fff;
	margin-bottom: 50px;
	padding: 20px 15px 0;
}
.cdt_wrapper {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 22px;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
	padding: 20px 25px;
	border: 1px solid #dbba6a;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.cdt_date {
	font-size: 26px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.tablet, .sp, .w980, .sche-sp {
	display: none;
}


@media only screen and (max-width:980px) {
	.w980 {
		display: inherit;
	}
	.btn {
		clear: both;
		padding-top: 20px;
	}
	.sakura1 {
		position: relative;
		bottom: auto;
		left: auto;
		display: inline;
	}
	.sakura2 {
		position: relative;
		bottom: auto;
		left: auto;
		display: inline;
	}
}

@media only screen and (max-width:800px) {
	.tablet {
		display: inherit;
	}
	.inner {
		padding: 20px 20px;
	}
	.mainimg {
		width: 50%;
		margin-top: 60px;
	}
	.last {
		font-size: 18px;
		margin-bottom: 30px;
		padding-top: 20px;
	}
	.cdt_wrapper {
		top: 20px;
		width: 100%;
		text-align: center;
		font-size: 18px;
		padding: 10px 10px;
	}
	.cdt_date {
		font-size: 22px;
	}

}

@media only screen and (max-width:600px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit;
	}
	.sakura1 img {
		width: 200px;
		height: auto;
	}
	.sakura2 img {
		width: 100px;
		height: auto;
	}
	header {
		padding: 40px 0 50px;
	}
	.mainimg {
		width: 70%;
	}
	#sec1 {
		background: url(img/sec1-bg.png) no-repeat right 200px;
		    background-size: 35% auto;
		padding-bottom: 60px;
	}
	#sec1 .txt {
		margin-left: 10px;
	}
	#sec2 {
		background: url(img/sec2-bg.png) no-repeat;
		background-size: 30% auto;
		background-position: 100% 220px;
		padding-bottom: 40px;
	}
	#sec2 .title {
		padding-left: 0px;
	}
	#sec2 .txt {
		padding-left: 10px;
		padding-top: 0px;
	}
	#sec5 .txt {
		margin-left: 10px;
	}
	#sec5 {
		background: url(img/sec5-bg.png?1231) no-repeat right 180px;
		padding-bottom: 40px;
		background-size: 40%;
	}
	#sec4 {
		background: url(img/sec4-bg.png?1231) no-repeat right 80px;
		background-size: 25% auto;
		padding-bottom: 40px;
	}
	#sec4 .txt {
		margin-left: 10px;
	}
	#sec3 {
		padding-bottom: 50px;
	}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
