@charset "utf-8";

/* reset
==============================*/
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;
	outline: 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;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
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;
}
img {
	vertical-align: bottom;
	border: none;
}
input, select {
	vertical-align:middle;
}

/* gss
==============================*/

#___gcse_1 .cse .gsc-control-cse,
#___gcse_1 .gsc-control-cse {
	padding: 0;
}

#___gcse_1 .cse .gsc-control-cse:after,
#___gcse_1 .gsc-control-cse:after {
	content: normal;
}

#___gcse_1 .gsc-control-cse:after {
	content: normal;
}

#___gcse_1 .cse .gsc-control-cse,
#___gcse_1 .gsc-control-cse {
	border: none;
}
.spElem{
	display: none;
}
/*
* web font setting
*************************************/
.contentsWrapper{
	background: url(./img/bg2.jpg) top center no-repeat #fffdfa;
	background-size: 1389px auto;
}
.contentsHeader h1{
	width: 568px;
	margin: 0 auto;
}
.contentsHeader{
	margin: 0 auto;
	width: 960px;
	padding: 117px 0 100px;
}

.container .wrp{
	position: relative;
	width: 960px;
	display: flex;
	margin: 0 auto;
}
.wrp .mainContents{
	width: 624px;
	margin-right: 24px;
}
.wrp .mainContents section{
}
.wrp .mainContents section .sectionTitle{
	padding-left: 72px;
	margin-bottom: 8px;
	position: relative;
	min-height: 64px;
}
.wrp .mainContents section h3.sectionTitle {
	line-height: 64px;
	color: #0063bc;
	font-size: 24px;
}
.wrp .mainContents section .red{
	font-size: 22px;
	line-height: 1.6;
	color: #c32525;
}
.wrp .mainContents section p{
	font-family: "fot-tsukubrdgothic-std";
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	color: #353434;
	margin-bottom: 24px;
}
.wrp .mainContents section figure{
	width: 480px;
	margin: 0 auto 24px;
}
.sideDodora{
	display: none;
}
@media screen and (max-width: 768px) {
	.spElem{
		display:none;
	}
	.contentsWrapper{
		width: 100%;
		background-image: none;
	}
	.contentsHeader h1{
		width: 400px;
		margin: 0 auto;
	}
	.contentsHeader{
		margin: 0 auto;
		width: 100%;
		padding: 51px 0 80px;
	}

	.container .wrp{
		display: block;
		position: relative;
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.wrp .mainContents{
		width: 100%;
	}
	.wrp .mainContents section p{
		margin-bottom: 16px;
	}
	.wrp .mainContents section figure{
		width: 340px;
		margin: 0 auto 16px;
	}
	.sideDodora{
		display: none;
	}

}
@media screen and (max-width: 768px) {
	.contentsHeader .spElem{
		display: block ;
	}
	.contentsHeader .pcElem{
		display: none;
	}
	.container{
		width: 100%;
		background-image: none;
	}
	.contentsHeader{
		padding: 0;
	}
	.contentsHeader h1{
		width:100%;
		margin: 0 auto;
		padding: 0;
	}
	.container .wrp{
		width: 100%;
		padding: 0px;
		display: block;
	}
	.wrp .mainContents section figure{
		width: 90%;
		margin: 0 auto 16px;
	}
	.wrp .mainContents{
		margin-right: 0;
		margin-top: 14px;
	}
	.wrp .mainContents section{
		
	}
	.wrp .mainContents section .red{
		display: none;
	}
	.wrp .mainContents section p{
		font-size: 14px;
		padding: 0 5%;
	}
}