@charset "utf-8";

#mod1{color: #ccc; display: none;}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #333;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1;
	text-align: justify;
	text-justify : inter-ideograph ; /* for IE */
	height: 100%;
}

body {
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-attachment:fixed;
}

*{
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
}

	@media screen and (max-width: 670px) {
		body {
			min-width: 320px;
		}
	}

::-moz-selection {
	text-shadow: none;
	background-color: #b3d4fc;
}
::selection {
	text-shadow: none;
	background-color: #b3d4fc;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img { max-width: 100%; }

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

.mt {margin-top: 30px;}
.mb {margin-bottom: 30px;}
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}

.w80p{width: 80%;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ============================== general ============================== */

button.drawer-toggle { display: none; }
header { position: fixed; width: 100%; padding: 1.5rem; z-index: 999; height: 86px; }
header p.glogo { width: 120px; float: left;}
#u1 header p.glogo { display: none; }
header.change  { background-color: rgba(255,255,255,0.9); border-bottom: 1px solid #ccc; }
#u1 header.change p.glogo { display: block;  }
div.inner_head { max-width: 1000px; padding: 0 10px; margin: 0 auto; overflow: hidden; }
nav.dnav {  float: right; margin-top: 2rem; }
ul.drawer-menu li { float: left; margin-left: 4rem; font-size: 1.5rem; font-weight: bold; }

ul.drawer-menu li a.active { color: #dd373e; }

#main {
	z-index: 998;
	height: 100vh;
	position: relative;
}
/*div#main {
	z-index: 9998;
	background-image: url(../img/bk1.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 30%;
	background-attachment:fixed;
	height: 100vh;
	background-color: #e1e1e1;
}*/



.box {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box figure {
	max-width: 240px;
	margin: 0 auto 2rem auto;
}

/*
.box figure img {
	max-width: 100%;
}
*/

.box h1 {
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 2rem;
	line-height: 1.4;
}

.box h1 span {
	color:#dd373e;
}

.box p {
	font-size: 1.4rem;
	text-align: left;
	max-width: 400px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 1.6;
}

.inner {
	max-width: 1000px;
	padding: 70px 10px;
	margin: 0 auto;
	overflow: hidden;
}

.inner_foot {
	max-width: 1000px;
	padding: 20px 10px;
	margin: 0 auto;
	overflow: hidden;
}



.cont_box {
	padding-top: 86px;
	min-height: 50vh;
    font-size: 1.4em;
    line-height: 1.8; 
}

.cont_last {
	min-height: 90vh;
}

.cont_1p{
	min-height: 100vh;
}

.cont_box:nth-child(1){
	padding-top: 0;
}

.cont_gr {
	background: #e1e1e1!important;
}

.cont_wh {
	background: #fff!important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.wrapper_a {
	background-color: #e1e1e1;
	min-height: 100vh;
}

.wrapper_b {
	min-height: 100vh;
}

.wrapper_c {
	min-height: 100vh;
	background-color: #e1e1e1;
	/*background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;*/
}

p.next { margin-top: 50px; text-align: center; }
p.next img { width: 140px; display: block; margin: auto; padding: 20px;}

.wrapper_d {
}

/*
.cont1_box {
	max-width: 300px;
	float: left;
}
*/

.cont_3box {
	width: calc( (100% - 8% ) / 3 ) ;
	float: left;
	line-height: 1.4;
}

.cont_3box:not(:last-child) {
	margin-right: 4%;
}

.cont_3box figure{
/* 	max-width: 300px; */
	margin-bottom: 2rem;
}

/*
.cont_3box figure img{
	max-width: 100%;
}
*/

.cont_3box h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

.cont_3box p {
	
}

.sample205 {
	max-width: 235px;
	display: inline-block;
	padding : 0 15px;
}

.sample205 figure {
	max-width: 205px;
	margin-bottom: 2rem;
}

.sample205 figure img {
	max-width: 100%;
	border-radius:50%;
}

.sample205 h3 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	font-weight: bold;
}

.sample205 p {
	font-size: 1.4rem;
	line-height: 1.4;
}

.sample205 p.date {
	font-size: 1.2rem;
	color: #444;
	margin-bottom: 0.5rem;
}

.sample205 a {
	width: 100%;
	margin-top: 2rem;
	background-color: #333;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	padding: 7px;
	text-align: center;
}

.sample205 a:hover {
	color: #fff;
	background-color: #c29b4f;
}

a.gopage {
	width: 100%;
	margin-top: 2rem;
	background-color: #333;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	padding: 7px;
	text-align: center;
}

/*
a.gopage:hover {
	color: #fff;
	background-color: #c29b4f;
}
*/


.design {
	margin-right: 40px;
}



footer { 
	background-color: #000;
	position: relative;
}

/*dnav*/
nav.fnav { margin: 0 auto 2.5rem; text-align: center; }
nav.fnav li {float: none; display: inline-block; margin:0 1rem; font-size: 1.3rem; font-weight: bold; }
nav.fnav li a{ color: #fff;}

.privacy_mark{
	background: #fff;
	padding: 25px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
/*
	position: absolute;
	bottom: 100%;
	left: 20px;
*/
/* 	box-shadow: 0 0 10px rgba(0,0,0,.3); */
}
/*
.privacy_mark img{
	width: 100px;
}
*/

p.copy_foot {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
p.copyright {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

h2.midashi {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6rem;
}


h2.st2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2rem;
}

.cont_box section{
	margin-top: 40px;
}

h3.st2 {
	text-align: left;
	font-size: 2rem;
    font-weight: bold;
	background: #ededed;
	margin-bottom: 1rem;
	padding: 1px 10px;
}

.cont_gr h3.st2 {
	background: #fff;
}


p.clb { clear: both; }
div.ofh { overflow: hidden; }
a.conv { max-width: 70%; line-height: 1.2; text-align: center; display: block; margin: 5rem auto 0 auto; background: #dd373e; color: #fff; font-weight: bold; font-size: 1.4rem; padding: 1.5rem; }
a.conv:hover {  background: #c29b4f;  }

table.type_01 { border-collapse: collapse; width: 100%; color: #333; font-size:1.4rem; line-height: 1.4; margin-top: 2rem; }
table.type_01 a { color: #000; text-decoration: underline;word-break: break-all; }
table.type_01 th { width: 30%; padding: 10px; text-align: left;color: #fff; background-color: #000; border: 1px solid #ccc; text-align: center; vertical-align: middle;}
table.type_01 td { padding: 10px;background-color: #fff;border: 1px solid #ccc;}


#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 10px 10px 10px;
  font-size: 1.4em;
   border-radius:5px; -webkit-border-border-radius:5px; -moz-border-border-radius:5px;
  background-color: gray;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


#content{
	padding-top: 86px;
	min-height: 1000px;
}

.jisseki_box{margin: 30px 0;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none;
}
.hpc {
	display: none;
}
	@media screen and (max-width: 670px) {
		.hpc {
			display: block;
		}
		.hsp {
			display: none;
		}
	}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	position: absolute;
	clip: rect(0 0 0 0);
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	clip: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clear fix
 */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}


/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {/*
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  display: none;/*追加*/
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -25px;
  background: url('../img/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -25px;
  background: url('../img/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 8000;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* hover effect */

ul.drawer-menu li a:hover,
a.t_link:hover{
	color:#c29b4f;
	transition: color 200ms cubic-bezier(.45,.6,.73,.66);
}
a.gopage:hover,
a.conv:hover,
.sample205 a:hover{
	color: #fff;
	background-color: #c29b4f;
	transition: color 200ms cubic-bezier(.45,.6,.73,.66),background-color 200ms cubic-bezier(.45,.6,.73,.66);
}

.link{
	color: #1d2088;
}



@media screen and (max-width: 768px) {
	
	#mod1{display: none;}
	
	html {
		font-size: 0.5rem;
	}

	header { position: fixed; width: 100%; padding: 1rem;  text-align: center; height: 40px;}
	header p.glogo, header.change p.glogo { display: none!important; }
/* 	header.change p.glogo { max-width: 70px; margin-bottom: 1.3rem; display: block; float: none; clear: both; text-align: center; } */
	div.inner_head { max-width: 1000px; padding: 0px; margin: 0 auto; overflow: hidden; }
	.box figure { max-width: 180px; margin: 0 auto 2rem auto; }
	.box h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 2rem; line-height: 1.4; }
	.box p { font-size: 1.2rem; }
	
	.cont_box {
		background: url(../img/back_sp.gif); background-size: 100% auto;
		padding: 40px 10px 10px 10px;
	}
	
	.cont_3box {	
		width: 100%; float: none;
		margin-bottom: 40px;
	}
	
	.cont_3box figure {
		max-width: 100%;
		margin-bottom: 2rem;
		text-align: center;
	}
	
	

	.cont1_box figure img {
		margin: auto;
	}
	

/*
	.cont_3box h3 {
		margin-bottom: 1rem;
		font-weight: bold;
	}
	
	.cont_3box p {
		margin-bottom: 2rem;
	}
*/
	
	p.copy_foot {
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 1.3;
		margin-bottom: 1rem;
	}
	p.copyright {
		text-align: center;
		color: #fff;
		font-size: 1rem;
	}
	
	.sample205 h3 {
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 1rem;
		font-weight: bold;
	}
	
	.sample205 p {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	.sample205 p.date {
		font-size: 1.1rem;
		color: #444;
		margin-bottom: 0.5rem;
	}
	
	.sample205 a {
		font-size: 1.1rem;
	}
	
	.inner {
		padding: 20px 10px;
	}
	
	
	h2.midashi {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
	
	a.gopage {
		margin-bottom: 2rem;
	}
	
	nav.dnav {float: none; margin-top: 1rem; }
	ul.drawer-menu li {float: none; display: inline-block; margin-left: 0.4rem; margin-right: 0.4rem; font-size: 1.3rem; font-weight: bold; }
	table.type_01 { border-collapse: collapse; width: 100%; color: #333; font-size:1.1rem; line-height: 1.4; margin-top: 2rem; }
	#pageTop { position: fixed; bottom: 80px; right: 15px;}
	a.conv { max-width: 100%; line-height: 1.2; text-align: center; display: block; margin: 3rem auto 0 auto; background-color: #dd373e; color: #fff; font-weight: bold; font-size: 1.2rem; padding: 1.2rem; }
	
	.bx-wrapper .bx-prev {
	  display: none;
	}
	.bx-wrapper .bx-next {
	  display: none;
	}
	body { background-image: url(../img/back_sp.gif); background-size: 100% auto;}	
	
	.wrapper_b, .wrapper_d { background-image: url(../img/back_sp.gif); background-size: 100% auto;}
	


  
}
