@charset "UTF-8";

/* Googleフォント読み込み
------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style:none;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-decoration:none;
    -webkit-text-size-adjust: 100%;
}

body {
	background-image: url(../images/bgimage_sub.gif);
	background-size: 100%;
	background-repeat: no-repeat;
}

p {
	font-size: 120%;
	font-weight:300;
	line-height: 1.75;
	color: #666;
	text-align: justify;
}

p a:link {
	color: #66bcdc;
	font-weight:500;
}

p a:visited {
	color: #66bcdc;
	font-weight:500;
}

p a:hover {
	color: #66bcdc;
	font-weight:500;
}

p a:active {
	color: #66bcdc;
	font-weight:500;
}

span {
	color:#66bcdc;
}

#header {
	width: 100%;
	position:absolute;
	z-index:200;
}

#header h1 img {
	margin-left: 10px;
	margin-top: 10px;
}

#title h2 img {
	height: 100%;
	width: 100%;
}

.navi {
	width: 100%;
	padding-top:42%;
}

.navi p {
	text-align:center;
}

.navi p img {
	margin-left:1%;
	margin-right:1%;
}

.page_title {
	margin-top:20px;
}

.page_title h3 img {
	height: 100%;
	width:100%;
}

.page_title p {
	padding: 15px;
}

.special {
	margin-top:10px;
	padding:0 15px 0 15px;
}

.special h3 {
	color: #fff;
	font-weight:500;
	background-color: #66bcdc;
	background-image: url(../images/bgimage_pattern.png);
	padding:0 15px 0 15px;
	font-size: 150%;
	border-radius:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.special .inner {
	background-color: #ddedf2;
	background-image: url(../images/bgimage_pattern.png);
	padding:10px 15px 10px 15px;
	border-radius:10px;
	margin-bottom:10px;
}

.special .inner p img {
	height: 100%;
	width: 100%;
	margin-bottom:2%;
	margin-top:2%;
}

.special .inner h6 {
	color: #66bcdc;
	font-size:150%;
	font-weight:500;
}

/* 作者プロフィールのCSS
------------------------------*/
.special #boku_ha_ki .sakusha_profile {
	background-color:#fff;
	padding:10px;
	border-radius:10px;
	margin:5px 0;
}

.special #boku_ha_ki .sakusha_profile p img {
	width:40%;
	height:auto;
	max-width:200px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border-radius:5px;
}

.special #boku_ha_ki .sakusha_profile h6 {
	margin-bottom:5px;
}



/* iframe用css
------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	/*padding-top: 30px;  IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom:2%;
	margin-top:2%;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* iframe用css ここまで
------------------------------*/



.content {
	margin-top:25px;
	margin-bottom:15px;
	padding:0 15px 0 15px;
}

.content h4 {
	color: #fff;
	font-weight: 500;
	background-color: #66bcdc;
	background-image: url(../images/bgimage_pattern.png);
	padding:0 15px 0 15px;
	font-size: 160%;
	border-radius:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#banner {
	margin-bottom:30px;
}

#banner img {
	height: auto;
	width: 93%;
	margin-top:15px;
	padding:0 15px 0 15px;
}

.navi_bottom {
	width: 100%;
	padding-top:20px;
}

.navi_bottom p {
	text-align:center;
}

.navi_bottom p img {
	margin-left:1%;
	margin-right:1%;
}

#footer {
	background-image: url(../images/bgimage_footer.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top:5%;
}

#footer h5 {
	padding-top:25%;
	text-align:center;
}

#footer p {
	color:#fff;
	text-align:center;
	margin-top:10px;
	font-weight:500;
}

#footer p a:link {
	color: #ffffff;
}

#footer p a:visited {
	color: #ffffff;
}

#footer p a:hover {
	color: #fff;
}

#footer p a:active {
	color: #ffffff;
}

#footer address {
	color: #fff;
	font-style: normal;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
	font-size:100%;
	font-weight:500;
}

/* お問い合せフォームのCSS
------------------------------*/
#formwrap {
	margin-top:10px;
	padding:0 15px 0 15px;
}

#formwrap .form_inner {
	background-color: #ddedf2;
	padding:10px 15px 10px 15px;
	border-radius:10px;
	background-image: url(../images/bgimage_pattern.png);
}

#formwrap .form_inner p {
	font-weight:300;
	margin-bottom:50px;
}

#formwrap .form_inner p:last-child {
	margin-bottom: 0;
}

#formwrap .form_inner .form_form_text {
	width: calc(100% - 20px);
	height:50px;
	margin-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius:10px;
	font-size:100%;
}

#formwrap .form_inner textarea {
	width: calc(100% - 20px);
	height:300px;
	border-radius:10px;
	margin-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:100%;
}

#formwrap .btn {
	-webkit-appearance: none;
	width:100%;
	height:50px;
	background-color:#66BCDC;
	border-radius:10px;
	color:#fff;
	font-size:100%;
}

#formwrap .btn.btn-back {
	background-color:#efefef;
	color:#999;
	margin-top: 20px;
}


.hissu {
	color: #ff6666;
}

.midashi {
	color:#444;
}

.formwrap-confirm {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 35px;
}

.formwrap-confirm  dl {
	display: flex;
}

.formwrap-confirm dt,
.formwrap-confirm dd {
	padding: 15px;
	border-top: 1px solid #dcdcdc;
}

.formwrap-confirm dt {
	width: calc(7rem + 30px);
}

.formwrap-confirm dd {
	width: calc(100% - ( 7rem + 32px ));
	border-left: 1px solid #dcdcdc;
	overflow-wrap: anywhere;
}

.page_title_thanks {
	padding-top:55%;
}

.page_title_thanks {
	margin-top:20px;
}

.page_title_thanks h3 img {
	height: 100%;
	width:100%;
}

.thanks {
	margin-top:25px;
	margin-bottom:15px;
	padding:0 15px 0 15px;
}

.thanks h4 {
	color: #fff;
	font-weight: 500;
	background-color: #66bcdc;
	background-image: url(../images/bgimage_pattern.png);
	padding:0 15px 0 15px;
	font-size: 160%;
	border-radius:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:15px;
	text-align:center;
}

.thanks h4 a:link {
	color: #ffffff;
}

.thanks h4 a:visited {
	color: #ffffff;
}

.thanks h4 a:hover {
	color: #fff;
}

.thanks h4 a:active {
	color: #ffffff;
}

#anchorToPcInSp {
	display:none;
}