@charset "utf-8";
#wrapper, body {
	position: relative
}
#header, header.bb2 {
	border-bottom: 3px solid #004c97
}
.nonclick, .nonclick3 {
	pointer-events: none
}
.L {
	float: left
}
.R {
	float: right
}
a, a:focus {
	outline: 0
}
* {
	box-sizing: border-box
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	line-height: 1.7em
}
ul {
	list-style: none;
	margin: 0;
	padding: 0
}
body {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
body, html {
	height: 100%;
	min-height: 100%
}
body>#menu, body>#wrapper, body>#wrapper-top, body>.bg_subtitle_obi {
	height: auto
}
#wrapper {
	width: auto;
	min-width: 1000px;
	height: 100%;
	padding: 0;
	margin: 0 auto
}
header, header ul.header {
	margin: 0 auto;
	height: 80px
}

header .flex {
	display: flex;
  justify-content: space-between;
	margin: 0 auto;
	width: 1010px;
}
header .flex div {
	display: inline-block;
}


#header, .fixed {
	position: fixed;
	z-index: 100;
	top: 0
}
header {
	width: auto;
	display: block;
	padding: 0 5px
}
header ul.header {
	width: 1010px;
	padding: 0;
	letter-spacing: -1em
}
header ul.header li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0;
	padding: 0
}
header.bb2 {
	height: 103px
}
#header {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
	height: 43px;
	display: none;
	background: #fff
}
#header ul.header {
	width: 1010px;
	padding: 0;
	letter-spacing: -1em;
	margin: 0 auto;
	height: 40px
}
#header ul.header li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0;
	padding: 0
}
.fixed {
	left: 0
}




#dd-full {
  margin: 0 auto;
	background: #3a7dc2;
	border-top: 3px solid #004c97;
	border-bottom:3px solid #004c97;
  zoom: 1; z-index: 100;
}
#dd-full:after {
  content: "";
  display: table;
  clear: both;
}
#dd-full > ul {
  width: 1010px; margin: 0 auto; text-align: center; 
}

#dd-full > ul > li {
  width: auto; min-width: 11.5%; font-size: 1.0em;
  text-align: center;
  display: inline-block;
 border-right: 1px solid #004c97;
}
#dd-full > ul > li:first-child {
 border-left: 1px solid #004c97; 
}

#dd-full > ul > li > a {
color:#fff; display: block; font-size: 1.0em; padding: 0.5em 0.9em;
}
#dd-full > ul > li > a:hover {
background: #004c97;
}

#dd-full li ul { display: none;
  width: 100%; z-index: 200;
  color: white;
  text-align: left;
  position: absolute;
  left: 0;
  padding: 10px 0;
  background: rgba(11, 92, 176, 0.95); border-top: 3px solid #004c97;
}
#dd-full li ul div {
  width: 1010px;
  margin: 0 auto; 
}
#dd-full li ul img {

}
#dd-full .active {
}

#dd-full .flexdd {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  flex-wrap: wrap;
	align-content: stretch;
	justify-content: flex-start !important;
 }
#dd-full .flexdd .subm {
  width: 25% !important; margin: 0.6em 0; display: block; border-right: 1px solid rgba(255, 255, 255, 1.0);
 }
#dd-full .flexdd .subm:nth-child(4n) {
 border-right: none; 
}
#dd-full .flexdd .subm:last-child {
 border-right: none; 
}

#dd-full .flexdd .subm a {
text-align: center;  color:#fff; display: block; font-size: 1em; padding: 0.3em 0; line-height: 1.1em;
}
#dd-full .flexdd .subm a:hover {
color: #FFD400;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}





/*menu*/
.gnavi__wrap { position: relative;
    width: auto; z-index: 1000; 
    margin: 0 auto;
    background: #3c7cc0; border-top:3px solid #074a95; border-bottom:3px solid #074a95;
}
.gnavi__lists {
    display: flex; width:1000px; margin:0 auto;
    justify-content: center; flex-grow: 1; 
}
.gnavi__list {
    width:auto; min-width:10%;
    height: 40px;
    background: #3c7cc0;
    position: relative; border-left:1px solid #074a95;
    transition: all .3s; white-space: nowrap; 
}
.gnavi__list:hover {
    background-color: #05458c;
}
.gnavi__list:last-child {
    border-right:1px solid #074a95;
}
.gnavi__list:hover::before {
    background-color: #0071BB;
}
.gnavi__list a {
    display: flex; white-space: nowrap; 
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 1em; font-weight:400;
    padding:0 1.5em; 
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #fff;
}

.dropdown__lists {
    display: none; 
    width: max-content;
    position: absolute;  z-index: 1000; 
    top: 40px;
    left: 0; white-space: nowrap;
    border-top:3px solid #0071BB; border-left:1px solid #3492d1; border-right:1px solid #3492d1; border-bottom:1px solid #3492d1;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list { 
    background-color: #fff; padding:0 ;
    height: 40px;
    transition: all .3s;
    position: relative; 
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #cfe1f5;
}
.dropdown__list a {
    display: flex; justify-content: flex-start;
    align-items: center;
    text-align: left !important;
    color: #074a95 !important;
    text-decoration: none;
    position: relative; padding:0 2.5em 0 1em;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #05458c;
    border-left: 1px solid #05458c;
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}







.bxslider2{overflow:hidden;width:100%;border-bottom:3px solid #004c97;text-align:center;background:#81a5e0;margin-bottom:65px;height:415px}.bxslider2 .bxslider{max-width:1000px;width:100%;margin:0 auto}.bxslider2 ul li img{width:100%;height:auto}.bxslider2 .bx-viewport{overflow:visible!important}



#contents {
	width: 1010px;
	height: auto;
	padding: 0 5px;
	margin: 0 auto 2em;
	text-align: left;
	position: relative
}
#contents .pankuzu {
	font-size: .9em;
	padding: .5em;
	display: block;
	margin-top: .5em
}
#contents .parent_title {
	border: 2px solid #7aa1d6;
	font-size: 1.7em;
	background: url(../img/sp_subtitle_redcross.png) left center no-repeat;
	background-size: 50px 50px;
	padding: .5em 1em .5em 60px;
	height: auto;
	min-height: 50px;
	text-align: left;
	font-weight: 700;
	color: #333;
	margin-bottom: 1em;
	line-height: 1.2;
	border-radius: 6px
}
#contents .parent_title img {
	vertical-align: middle;
	height: 60px
}
ul.idmenu {
	width: auto;
	display: block;
	margin-bottom: -1em!important
}
ul.idmenu li {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
	padding: 0;
	border-left: 3px solid #3b7ec2;
	display: inline-block
}
ul.idmenu li:last-child {
	margin-right: 0
}
ul.idmenu li a {
	white-space: nowrap;
	padding: .1em 1em .1em .5em;
	display: block;
	line-height: 1.1;
	font-size: .95
}
#mainarea {
	width: 700px;
	float: left
}
.lead {
	font-size: 1.3em;
	margin-bottom: 1em;
	text-align: justify
}
ul.icon {
	margin: 30px 0 38px;
	letter-spacing: -1em
}
ul.icon li {
	margin: 0 11px 0 0;
	display: inline-block;
	letter-spacing: normal
}
ul.icon li:last-child {
	margin: 0
}
#subarea {
	width: 260px;
	margin-right: 40px;
	float: left
}
h2.subt, h2.widget-title {
	background: #3b7ec2;
	font-size: 1.1em;
	padding: .5em 0;
	text-align: center;
	border-radius: 5px 5px 0 0;
	color: #fff;
	line-height: 1;
	margin-bottom: .5em
}
#subarea ul.subline {
	margin-bottom: 1em
}
#subarea ul.subline li {
	padding: 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
	font-size: 1.1em
}
#subarea ul.subline li .small {
	font-size: .8em
}
#subarea ul.subline li a {
	color: #0053a1;
	display: block;
	text-decoration: none;
	padding: .5em .2em
}
#newsarea .date, #newsarea .date a {
	color: #333;
	line-height: 1.1em
}
#subarea ul.subline li.pd05 {
	padding: .5em .2em
}
#subarea ul.subline .botop1s {
	border-top: 1px solid #ccc
}
#subarea ul.subline li a img {
	vertical-align: middle;
	margin-right: 5px
}
#subarea .banner {
	margin-bottom: 2em
}
#subarea .widget_media_image {
	margin: 1.5em 0
}
#newsarea {
	margin-bottom: 1em
}
#newsarea .date {
	display: block;
	margin: 1.5em 0 .5em;
	font-size: .8em!important
}
#newsarea .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em
}
#newsarea .title:last-of-type {
	border-bottom: none;
	margin-bottom: .5em
}
#newsarea .title a {
	color: #0053a1;
	line-height: 1.3em;
	font-size: 1em;
	display: block;
	padding-bottom: .4em
}
.photoc, .photos {
	text-align: center;
	padding: 0 0 15px 15px;
	float: right;
	display: block
}
#newsarea .comm {
	margin-top: .5em
}
#newsarea .comm a {
	color: #333;
	line-height: 1.3em;
	font-size: .9em
}
a.morebtn, p.backm a {
	line-height: 1;
	text-decoration: none;
	border-radius: 5px;
	color: #fff
}
.photoc {
	width: 42%;
	height: auto
}
.photoc a.single {
	display: block
}
.photoc a.single img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px
}
.photos {
	width: 30%;
	height: auto
}
.photo2b, .photo3b {
	text-align: center;
	padding: 10px;
	float: left;
	height: auto
}
.photos a.single {
	display: block
}
.photos a.single img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px
}
.photo3b {
	display: inline-block;
	width: 32%
}
.photo3b a.single {
	display: block
}
.photo3b a.single img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px
}
.photo2b {
	display: inline-block;
	width: 49%
}
.photo2b a.single {
	display: block
}
.photo2b a.single img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px
}
.pdf_icon {
	background: url(/img/icon-pdfm.gif) right center no-repeat;
	padding: 3px 20px 3px 0
}
a.morebtn {
	display: inline-block;
	padding: .5em 1.4em;
	margin: .5em 0 0 .5em;
	font-size: .9em; line-height: 1.1em;
	text-align: center!important;
	background: #3b7ec2;
}
a.morebtn:hover {
	background: #70bbef
}
dl.pageinfo {
	margin: 0 0 1.5em;
	border-bottom: 1px dotted #ccc
}
#mainarea h2.entry-title, #mainarea h2.title {
	border-bottom: 3px solid #3b7ec2;
	font-size: 1.5em
}
dl.pageinfo dt.pdate {
	font-size: .9em
}
dl.pageinfo dd.ptit {
	padding-bottom: 1.5em
}
p.backm {
	display: block;
	text-align: center;
	margin: 2em 0
}
p.backm a {
	display: inline-block;
	padding: .5em 1.4em;
	margin: .5em 0 0 .5em;
	font-size: 1em;
	text-align: center!important;
	background: #3b7ec2
}
p.backm a:hover {
	background: #70bbef
}
#mainarea h1 {
	font-size: 1.6em;
	background: url(../img/sp_subtitle_bluecross.png) left center no-repeat #3b7ec2;
	background-size: 50px 50px;
	padding: .6em 1em .6em 60px;
	height: auto;
	text-align: left;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1em;
	line-height: 1.2
}
#mainarea h1 img {
	vertical-align: middle;
	height: 60px
}
#mainarea .entry-date, #mainarea h2.title {
	height: auto;
	text-align: left;
	line-height: 1.1;
	font-weight: 400;
	color: #333
}
#mainarea .entry-date {
	font-size: 1em;
	padding: 0;
	margin: 0
}
#mainarea h2.title {
	border-top: 3px solid #fff;
	padding: .5em .5em .5em 50px;
	margin: 0 0 .6em;
	background: url(../img/top_cross.png) left center no-repeat
}
#mainarea h2.entry-title, #mainarea h2.entry-title span, #mainarea h2.entry-title-cat, #mainarea h2.entry-title-cat span {
	line-height: 1.2;
	height: auto;
	text-align: left
}
#mainarea h2.entry-title {
	padding: 0 0 .5em;
	margin: .2em 0 1em
}
#mainarea h2.entry-title span {
	border-left: 6px solid #3b7ec2;
	font-size: 1.2em;
	padding: 0 0 0 .5em;
	font-weight: 400;
	color: #333;
	margin: 0;
	display: block
}
#mainarea h2.entry-title-cat {
	border-bottom: 3px solid #3b7ec2;
	font-size: 1.2em;
	padding: 0 0 .3em;
	margin: .5em 0 1em
}
#mainarea h2.entry-title-cat span {
	border-left: 6px solid #3b7ec2;
	font-size: 1.2em;
	padding: 0 0 0 .5em;
	font-weight: 400;
	color: #333;
	margin: 0;
	display: block
}
#mainarea h2.entry-title-cat a span {
	text-decoration: underline
}
#mainarea .entry-content {
	padding: 0;
	height: auto;
	text-align: left;
	margin: .0em 0 3em;
	line-height: 1.6
}
#mainarea .entry-content p {
	padding: 0;
	margin: 0 0 .8em;
	line-height: 1.76
}
#mainarea .entry-content p.buntou {
	padding: 0;
	margin: 0 0 1.2em;
	line-height: 1.5;
	font-size: 1.1em
}
#mainarea .entry-content p b {
	font-weight: 700!important
}
table.prenex {
	width: 100%;
	margin: 1em 0
}
td.next_post {
	width: 50%;
	text-align: right!important;
	margin: 0;
	padding: 0
}
td.previous_post {
	width: 50%;
	text-align: left;
	margin: 0;
	padding: 0
}
#mainarea .intro {
	margin: 0 0 2.5em
}
#mainarea footer.entry-footer {
	background: 0 0
}
.staffname {
	display: block;
	height: 160px;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: right!important;
	position: relative
}
.tsuji {
	background: url(/img/staff_n_tsuji.png) center left no-repeat
}
.sukegawa {
	background: url(/img/staff_n_sukegawa.png) center left no-repeat
}
.abe {
	background: url(/img/staff_n_abe.png) center left no-repeat
}
.nariyoshi {
	background: url(/img/staff_n_nariyoshi.png) center left no-repeat
}
.nakano {
	background: url(/img/staff_n_nakano.png) center left no-repeat
}
.movbt {
	position: absolute;
	bottom: 0;
	right: 225px;
	width: 280px;
	height: 50px
}
#mainarea table.staff_table {
	margin: .5em 0 1.2em;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px dotted #B8B6B2;
	font-size: 13px;
	width: 100%
}
#mainarea table.staff_table th {
	padding: 5px 10px;
	border-top: 1px dotted #B8B6B2;
	text-align: right!important;
	white-space: nowrap;
	width: 70px
}
#mainarea table.staff_table td {
	padding: 5px 10px 5px 15px;
	border-top: 1px dotted #B8B6B2;
	width: auto
}
#mainarea table.cost_table {
	margin: 15px 0;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	font-size: 13px
}
#mainarea table.cost_table th {
	padding: 10px;
	border: 1px solid #B8B6B2;
	background: #ecf0f4;
	text-align: center;
	word-break: break-all;
	white-space: inherit
}
#mainarea table.cost_table td {
	padding: 5px 10px;
	border: 1px solid #B8B6B2
}
#mainarea table.cost_table td b {
	font-weight: 700
}
.setsubi {
	padding: 1em 0;
	margin: 0
}
.setsubi li {
	display: inline-block;
	text-align: center;
	width: 49%;
	margin: 0 0 15px;
	padding: 0
}
.anker, .gloss, .gloss span, .glotex {
	display: block
}
#mainarea h2.midashi, #mainarea h3.midashi3 {
	height: auto;
	text-align: left;
	font-weight: 700
}
.setsubi li img {
	width: 100%;
	margin: 0;
	padding: 0 0 5px
}
.anker {
	padding: 3em 0 0!important;
	margin-bottom: -3em!important;
	margin-top: 0
}
.mb3em {
	margin-bottom: 3em!important
}
.mt-3m {
	margin-top: -.3em!important
}
#mainarea h2.midashi {
	border-top: 1px solid #004c97;
	border-bottom: 1px solid #004c97;
	border-left: 7px solid #004c97;
	border-right: 1px solid #004c97;
	font-size: 1.3em;
	padding: .3em 1em .3em .5em;
	color: #014687;
	margin: 3em 0 1.2em
}

#mainarea h2.midashi:first-child {
	border-top: 1px solid #004c97;
	border-bottom: 1px solid #004c97;
	border-left: 7px solid #004c97;
	border-right: 1px solid #004c97;
	font-size: 1.3em;
	padding: .3em 1em .3em .5em;
	color: #014687;
	margin: 0em 0 1.2em
}

#mainarea h3.midashi3 {
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #0067af;
	font-size: 1.16em;
	padding: .1em 0 .1em .6em;
	color: #333;
	margin: 2.5em 0 1em
}
#mainarea h3.midashi3:first-of-type {
	margin: 1em 0
}
.aiueo {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: -3em
}
#mainarea h4.midashi4, .midashi31, .midashi33 {
	text-align: left;
	color: #333;
	font-weight: 700;
	height: auto
}
.midashi31, .midashi33 {
	border-top: 1px solid #0067af;
	border-bottom: 1px solid #0067af;
	border-right: 1px solid #0067af;
	border-left: 5px solid #0067af;
	font-size: 1.16em;
	padding: .2em 0 .2em .6em!important;
	margin: 6em 0 2em
}
.gloss {
	border-top: 1px dotted #7aa1d6
}
.gloss span {
	font-size: 1.2em!important;
	background: url(../img/gloss_ya_pdown.png) right center no-repeat;
	padding: 10px;
	border-bottom: none;
	background-size: auto 100%
}
.gbox, .gloss span.active {
	border-bottom: 1px dotted #7aa1d6
}
.gloss span.active {
	background: url(../img/gloss_ya_pup.png) right center no-repeat;
	background-size: auto 100%
}
.glotex {
	padding: 15px 10px
}
#mainarea h4.midashi4 {
	border-left: 4px solid #9da6b0;
	font-size: 1.1em;
	padding: .1em .5em .1em 2em!important;
	margin: 1.5em 0;
	line-height: 1.2;
	text-indent: -1.5em
}
.red-large {
	font-size: 2em;
	font-weight: 700;
	color: #c00
}
#mainarea ul.dot, #mainarea ul.num {
	margin: 1em 1em 1em 0;
	color: #036;
	padding: 0 0 0 2em
}
#mainarea ul.dot {
	list-style: disc!important
}
#mainarea ul.num {
	list-style: decimal!important
}
#mainarea ul.dotb {
	list-style: disc!important;
	margin: 1em 1em 2em 2em
}
#mainarea ul.numb {
	list-style: decimal!important;
	margin: 1em 1em 2em 2em
}
#mainarea ul.dot li, #mainarea ul.dotb li, #mainarea ul.num li, #mainarea ul.numb li {
	line-height: 1.4;
	margin-bottom: .8em
}
#mainarea .maparea {
	background: #d2eff9;
	padding: 20px
}
#mainarea .maparea p {
	padding: 1em 0 0
}
#mainarea .maparea h2.map {
	font-size: 1.5em;
	padding: 0;
	height: auto;
	text-align: center;
	font-weight: 400;
	margin: 0 0 .5em;
	line-height: 1.1
}
dl#faq dd, dl#faq dt {
	padding-left: 1em;
	text-indent: -1em
}
dl#faq dt {
	margin-bottom: .4em;
	cursor: pointer;
	cursor: hand;
	color: #3b7ec2
}
dl#faq dd {
	margin-bottom: .8em
}
dl#faq dd span {
	color: #f93
}
ul.submenu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-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;
	margin-bottom: 3em;
	width: 100%
}
ul.submenu li {
	margin: 0 6% 15px 0;
	padding: 0;
	width: 47%!important;
	list-style: none;
	display: flex
}
ul.submenu li a {
	margin: 0;
	width: 100%;
	padding: .6em;
	text-align: center;
	border: 1px solid #0053a1;
	background: url(/img/submenu.png) right bottom no-repeat;
	border-radius: 5px 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none
}
ul.submenu li:nth-child(even) {
	margin: 0 0 15px
}
p.attention {
	background: #E9F7FF;
	border: 1px solid #B8B6B2;
	padding: 1em!important;
	margin: 1em 0
}
.red_txt {
	color: #ED1C24
}
.blue_txt {
	color: #0097E0
}
.green_txt {
	color: #11AD6B
}
.orange_txt {
	color: #f60
}
footer {
	background: #0053a1;
	padding: 20px 0;
	color: #fff;
	text-align: left
}
footer h2.name {
	font-size: 1.3em;
	margin: 0 1em 1em 0;
	display: inline-block;
	line-height: 1.4em
}
footer .copyr, footer h2.name span {
	font-size: .8em
}
footer .footarea {
	width: 1010px;
	padding: 0 5px;
	margin: 0 auto;
	height: auto
}
footer .copyr {
	padding: 10px 0;
	margin: 0;
	height: auto
}
footer ul.footmenu {
	margin: 1em 0;
	letter-spacing: -1em
}
footer ul.footmenu li {
	letter-spacing: normal;
	display: inline-block;
	height: auto;
	width: 16.6%;
	vertical-align: top
}
footer ul.footmenu li a {
	display: block;
	font-size: .75em!important;
	color: #cbd5e6;
	text-decoration: none;
	padding: .5em 0
}
footer ul.footmenu li a:hover {
	color: #fff
}
.timetable {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1em
}
.timetable table.shift {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0
}
.timetable table.shift td, .timetable table.shift th {
	padding: .2em 1em;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: .9em
}
.cr, .subcr {
	text-align: center!important;
	display: block;
	font-size: .9em
}
.timetable table.shift th {
	background: #2e80cc
}
.timetable table.shift td {
	color: #0053a1;
	background: #d8e8f7
}
.bgwhite {
	background: #edf2f6!important;
	color: #ccc!important
}
.bgoff {
	background: #eaeaea!important
}
.secondary, .widget-area {
	background-color: transparent;
	box-shadow: none;
	display: block;
	margin: 0!important;
	padding: 0!important;
	width: 100%!important
}
.cr, .img100 img, .subcr {
	width: 100%
}
.opa img:hover {
	opacity: .75;
	filter: alpha(opacity=75)
}
.nonclick3 {
	opacity: .3;
	filter: alpha(opacity=30)
}
.cr {
	padding: 20px;
	background: url(../img/cr.jpg)
}
.subcr {
	padding: 50px 0 20px
}
.pr20 {
	padding: 0 20px 0 0
}
.mb10 {
	margin-bottom: 10px!important
}
.t_right {
	text-align: right
}
.t_center {
	text-align: center!important
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block
}
#page-top a {
	text-decoration: none;
	width: 80px;
	height: auto;
	padding: 0;
	text-align: center;
	display: block
}
.pconly {
	display: inherit
}
.dnon, .sponly {
	display: none
}
.pd10 {
	padding: 0 26px 0 0
}
.dvd_box img, .dvd_logo img {
	width: 100%;
	max-width: 800px
}
.dvd_box2 img {
	width: 100%
}
.dvd_box3 img {
	width: auto;
	height: 546px
}
.buy-btn {
	display: inline-block;
	padding: 0;
	margin: 20px 20px 30px
}
.buy-btn a {
	padding: .6em;
	margin: 0;
	background: #fff;
	border: 1px solid #937941;
	font-size: .9em;
	text-decoration: none
}
.ablogcmsForm {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #CCC
}
.ablogcmsForm th {
	width: 180px;
	margin: 0;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	color: #333;
	font-size: 1em;
	vertical-align: top;
	white-space: nowrap;
}
.w90 th {
	width: 100px!important
}
.ablogcmsForm td {
	margin: 0;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #CCC;
	font-size: 1.1em
}
.required, .required2 {
	padding: 2px 6px;
	border-radius: 3px;
	background-color: #FF7B16;
	color: #FFF;
	font-size: .8em;
	font-weight: 400
}
.required {
	margin: 0 10px
}
.required2 {
	margin: 0
}
.mailStep {
	padding: 0
}
.formBtnBox {
	margin-bottom: 20px
}
.ablogcmsForm b {
	font-weight: 700
}
select#inqadd {
	font-size: 1.1em!important
}
.mw_wp_form input.submit_button {
	font-size: 1.2rem!important
}
.mw_wp_form .w90p input[type=text], .mw_wp_form textarea.w90p {
	width: 90%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.acms-form-checkbox input:checked+.acms-ico-checkbox {
	background: url(../images/marker/ico_input.png) left -20px no-repeat;
	background-size: 40px 60px
}
.acms-form-checkbox input:disabled+.acms-ico-checkbox {
	background: url(../images/marker/ico_input.png) left -40px no-repeat;
	background-size: 40px 60px;
	cursor: not-allowed
}
.acms-ico-radio {
	background: url(../images/marker/ico_input.png) -20px top no-repeat;
	background-size: 40px 60px;
	background-image: none\9
}
.acms-form-radio input:checked+.acms-ico-radio {
	background: url(../images/marker/ico_input.png) -20px -20px no-repeat;
	background-size: 40px 60px
}
.acms-form-radio input:disabled+.acms-ico-radio {
	background: url(../images/marker/ico_input.png) -20px -40px no-repeat;
	background-size: 40px 60px;
	cursor: not-allowed
}
.acms-form-checkbox, .acms-form-radio {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
	position: static\9
}
.acms-form-checkbox input, .acms-form-radio input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=100);
	position: static\9;
	opacity: 1\9
}
.mw_wp_form input[type=submit] {
	font-size: 1.2em;
	padding: .5em 1em
}
.acms-form-radio {
	padding: 3px 0 0 4px
}
.acms-form-radio::before, .acms-form-radio:before {
	width: 16px;
	height: 16px;
	border-radius: 10px
}
.acms-btn-checkbox label, .acms-btn-radio label {
	width: auto
}
.acms-btn-checkbox {
	display: none
}
.acms-btn-checkbox+label {
	display: inline-block;
	position: relative;
	padding: 9px;
	border: 1px solid #cacece;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
	background-color: #fafafa
}
.acms-btn-checkbox+label:active, .acms-btn-checkbox:checked+label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 1px 3px rgba(0,0,0,.1)
}
.acms-btn-checkbox:checked+label {
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05), inset 15px 10px -12px rgba(255,255,255,.1);
	background-color: #bbb;
	color: #fff
}
.acms-btn-checkbox:checked+label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 3px;
	color: #99a1a7;
	font-size: 14px
}
.acms-btn-radio {
	display: none
}
.acms-btn-radio+label {
	-webkit-appearance: none;
	display: inline-block;
	position: relative;
	padding: 9px;
	border: 1px solid #cacece;
	border-radius: 50px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
	background-color: #fafafa
}
.acms-btn-radio:checked+label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	text-shadow: 0;
	font-size: 32px
}
.acms-btn-radio:checked+label {
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05), inset 15px 10px -12px rgba(255,255,255,.1), inset 0 0 10px rgba(0,0,0,.1);
	background-color: #bbb;
	color: #fff
}
.acms-btn-radio .acms-btn-radio:checked+label:active, .acms-btn-radio+label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 1px 3px rgba(0,0,0,.1)
}
.acms-btn-action-group td, .acms-btn-action-group th {
	display: block;
	width: 100%
}
.acms-btn-aqua, .acms-btn-flat {
	display: inline-block;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 1
}
.acms-form .ablogcmsForm .acms-form-width-medium, .acms-form .ablogcmsForm input.acms-form-width-medium {
	width: 100%
}
.acms-btn.acms-btn-warning:focus {
	outline: 0;
	border-color: #643a00
}
.acms-btn.acms-btn-danger {
	border: 1px solid #b50000;
	background-color: #b50000;
filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdc0000', endColorstr='#ffb50000', GradientType=0);
	background-image: -moz-linear-gradient(top, #dc0000, #b50000);
	background-image: -ms-linear-gradient(top, #dc0000, #b50000);
	background-image: -o-linear-gradient(top, #dc0000, #b50000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#dc0000), to(#b50000));
	background-image: -webkit-linear-gradient(top, #dc0000, #b50000);
	background-image: linear-gradient(top, #dc0000, #b50000);
	color: #fff
}
.acms-btn.acms-btn-danger:hover {
	border: 1px solid #51000d;
	background-color: #c70012;
filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffc70012', GradientType=0);
	background-image: -moz-linear-gradient(top, red, #c70012);
	background-image: -ms-linear-gradient(top, red, #c70012);
	background-image: -o-linear-gradient(top, red, #c70012);
	background-image: -webkit-gradient(linear, center top, center bottom, from(red), to(#c70012));
	background-image: -webkit-linear-gradient(top, red, #c70012);
	background-image: linear-gradient(top, red, #c70012);
	text-decoration: none
}
.acms-btn.acms-btn-danger:active, .acms-btn.acms-btn-danger:hover, .acms-btn.acms-btn-danger:link, .acms-btn.acms-btn-danger:visited {
	color: #fff
}
.acms-btn.acms-btn-danger.active, .acms-btn.acms-btn-danger:active {
	border: 1px solid #640002;
	background-color: #b50000;
	box-shadow: inset 0 1px 2px #640002;
	color: #fff;
	text-decoration: none
}
.acms-btn.acms-btn-danger:focus {
	outline: 0;
	border-color: #640002
}
.acms-btn .acms-btn-link:active, .acms-btn .acms-btn-link:hover, .acms-btn .acms-btn-link:visited, .acms-btn.acms-btn-link {
	border: 0!important;
	color: #428bca;
	text-decoration: underline;
	background: 0 0;
	border-radius: 0
}
.acms-btn.acms-btn-link:hover {
	color: #2e67a5
}
.acms-btn.acms-btn-link:active {
	box-shadow: none
}
.acms-btn [disabled], .acms-btn.acms-btn-disabled, fieldset[disabled] .acms-btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.acms-btn.acms-btn-disabled:hover, .acms-btn[disabled]:hover {
	cursor: not-allowed
}
.acms-btn-flat {
	border: 1px solid #a7a7aa;
	border-radius: 6px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.4)!important
}
.acms-btn-flat:hover {
	border-top: 1px solid rgba(0,0,0,.2)!important;
	background: #eaeaea;
	text-decoration: none
}
.acms-btn-flat.active, .acms-btn-flat:active, .acms-btn-flat:hover, .acms-btn-flat:link, .acms-btn-flat:visited {
	box-shadow: none;
	color: #333
}
.acms-btn-flat.active, .acms-btn-flat:active {
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.05);
	background: #d0d0d0;
	text-decoration: none
}
.acms-btn-aqua {
	border: 1px solid #a7a7aa;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	background: #f6f8f9;
	background: -moz-linear-gradient(top, #f6f8f9 0, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
	background: -webkit-linear-gradient(top, #f6f8f9 0, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -o-linear-gradient(top, #f6f8f9 0, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -ms-linear-gradient(top, #f6f8f9 0, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: linear-gradient(to bottom, #f6f8f9 0, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0)
}
ul.syodaku, ul.syodaku li {
	padding: 0;
	text-align: center
}
.acms-btn-aqua:hover {
	background: #ddd;
	text-decoration: none
}
.acms-btn-aqua.active, .acms-btn-aqua:active, .acms-btn-aqua:hover, .acms-btn-aqua:link, .acms-btn-aqua:visited {
	box-shadow: none;
	color: #333
}
ul.syodaku {
	display: block;
	margin: 2em auto;
	width: auto
}
ul.syodaku li {
	display: inline-block;
	margin: 0
}
ul.syodaku li p#link3 a, ul.syodaku li p#link3 span {
	display: block;
	font-size: 1.4em;
	padding: .4em 1em;
	border-radius: 5px;
	color: #fff
}
ul.syodaku li p#link3 span {
	background: #ccc
}
ul.syodaku li p#link3 a {
	background: #3b7ec2
}
.syodaku input[type=checkbox] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 1em
}
.acms-table-striped tr.odd, .acms-table-striped tr:nth-of-type(odd) {
	background: #fff
}
.acms-table-striped tr.even, .acms-table-striped tr:nth-of-type(even) {
	background: #f6f5f5
}


.kiso-wrap { line-height: 1.8em; }
.kiso-wrap .title img { width:100%; }
.kiso-wrap .image100 img { width:100%; }
.kiso-wrap h2.subtitle { margin:2em 0 0.5em;}

.kiso-wrap .kiso-point {color:#eb6430; font-weight:bold; font-size:1.3em; background-color:#eff6eb; display:block; border-radius:2em; padding:0.5em 1.5em; margin: 1.5em 0;}

.kiso-wrap .fright { float:right; padding:0 0 1em 1em; }
.kiso-wrap img.fright { width:300px; }