@charset "UTF-8";
/* CSS Document */

/* dummy \*/
* html div {
 height:1%;
 }
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

body{
	color:#000;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2em;
	height: 100%;
	width: 100%;
	background:url( ../../images/topimg_side01.png) no-repeat left top,
		url( ../../images/topimg_side02.png) no-repeat right top,
		url( ../images/top_back.jpg);
}
html {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}
h1{
	margin: 0;
	
}
.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}
.mb_a{
	margin-bottom: 20px;
}
.mb_b{
	margin-bottom: 30px;
}
.mb_c{
	margin-bottom: 40px;
}
.mb_d{
	margin-bottom: 50px;
}
.mb_e{
	margin-bottom: 60px;
}
.mb_f{
	margin-bottom: 80px;
}
.mb_g{
	margin-bottom: 100px;
}
.mt_a{
	margin-top: 20px;
}


.font-bold{
	font-weight: bold;
}


.barh2{
	border-left: 14px double #aa0000;
border-bottom: 1px dotted #aa0000;
text-align: left;
background-color: #eee;
color: #444;
margin:0px;
padding: 15px 2px 15px 15px;
width:100%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.barh3{
	line-height: 50px;
	text-indent: 35px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
	background: url(../../images/barh2.png) no-repeat 10px 10px;
}
.greeting_text{
	line-height: 200%;
	color: #444;
}

header{
	width: 100%;
	max-width: 1920px;
	min-width: 480px;
	float: left;
}

@font-face {
	font-family: CONDENSEicon;
	src: url("CONDENSEicon.eot");
}

@font-face {
	font-family: CONDENSEdesignicon;
	src: url("CONDENSEdesignicon.eot");
}

@font-face {
    font-family: 'CONDENSEicon';
    src:url('CONDENSEicon.woff') format('woff'),
        url('CONDENSEicon.otf') format('opentype');
}
@font-face {
    font-family: 'CONDENSEdesignicon';
    src:url('CONDENSEdesignicon.woff') format('woff'),
        url('CONDENSEdesignicon.otf') format('opentype');
}

main{

}

/* ナビ */
nav{
	width:100%;
	height:175px;
	position: relative;
  z-index: 1;
	font-size: 18px;
	font-size: 1.8rem;
    background: url( ../images/menu_bk.png)repeat-x bottom;
	margin-bottom: 0;
	padding: 20px 0 10px 0;
	text-align:center;
}
#gnav > ul {
	width: 60%;
	float: none;
	margin-left: auto;
	margin-right: auto;
  display: table;
  padding-right: 50px;
	padding-left: 50px;
}
nav img {
	width: 350px;
	float: none;
	margin-right: 20px;
	margin-left: 20px;
	
}
#gnav > ul > li {
	width: 15%;
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  color: #fff;
  background-color: #05a5ed;
	text-decoration: none;
}
#gnav > ul > li:hover > a {
  color: #fff;
	text-decoration: none;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  padding: 25.5px 1.5em 15.5px;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #05a5ed;
}
#gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0.7em;

}
#gnav > ul .menu a {
  color: #fff;
}



/* 事業紹介 */
.services {
	margin-top: 100px;
  margin-bottom: 60px;
  padding: 70px 25px 25px 25px;
  border: 2px solid rgba(45, 64, 89, 0.1);
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.services span {
  display: block;
  margin-bottom: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.services span i {
  color: #00ADB5;
  border: 2px solid rgba(45, 64, 89, 0.1);
  padding: 60px 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	
}
.work01{
	background: url(../../images/work01.jpg) center;
	background-size: 250px;
}
.work02{
	background: url(../../images/work02.jpg) center;
	background-size: 250px;
}
.work03{
	background: url(../../images/work03.jpg) center;
	background-size: 250px;
}
/*
新着情報 
*/
.news {
	width: 100%;
	float:left;
	display:block;
	line-height:130%;
}
.news_line{
	border-bottom: dotted 1px #444;
	margin-bottom: 15px;
}
/* フッター */
footer{

	background: #fff;
	padding-top: 20px;
	margin-top:0;
	border-top: 1px solid #ccc;
	background: url( ../images/foot_bk.png) no-repeat bottom center;
	color: #000;
}

footer img {
	width: 350px;
	float: none;
	margin-right: 20px;
	margin-left: 20px;
	
}

.footnav {
	margin-bottom: 20px;
}
.footnav li {
	width: 100%;
	float: left;
  background: url( ../images/footer_bottan.png) no-repeat left;
	background-size: 18px;
	text-indent: 10px;
}
.footnav li a {
  margin: 2px 0;
}
.footnav li a:hover {
  color: #05a5ed;
}
.media-heading a:hover {
	color: #05a5ed;
	text-decoration: none;
}
.media-heading a {
	color: #706f74;
}



/* 中ページ */
/* タイトル*/
.title_back01{
	background: url( ../../company/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back02{
	background: url(../../policy/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back03{
	background: url(../../class/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back04{
	background: url(../../kobetsu/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back05{
	background: url( ../../price/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back06{
	background: url( ../../information/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back07{
	background: url( ../../privacy/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back08{
	background: url( ../../point/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back09{
	background: url( ../../exam/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}
.title_back10{
	background: url( ../../kokusen/images/title.jpg) no-repeat center top;
	background-size: 1240px;
}

.title_text{
	line-height: 150px;
	margin: 0;
	color: #444;
}

/* ボックス */
.box00{
	width: 100%;
	float: left;
	display: block;
}
.box02{
	width: 100%;
	max-width: 1000px;
	min-width: 500px;
	float: left;
	display: block;
}

/* テキスト */
.text01{
	color: #8E0983;
	font-weight: bold;
	margin-bottom: 5px;
}
.text02{
	color: #DBD4E9;
	font-weight: bold;
}
.text03{
	color: #EA5514;
	font-weight: bold;
	margin-bottom: 5px;
}
.text04{
	color: #F39800;
	font-weight: bold;
	margin-bottom: 5px;
}
.text05{
	color: #13AE67;
	font-weight: bold;
	margin-bottom: 5px;
}
.text06{
	color: #DBD4E9;
	font-weight: bold;
	margin-bottom: 5px;
}

/* パンクズ */
.pankuzu {
  margin-left: 0;
  padding-left: 0;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.pankuzu li{
  position: relative;
  display:inline-block;/*横に並ぶように*/
  list-style: none;
  margin-right: 12px;
	background: #1252a6;/*背景色*/
	padding: 0 3px 0 7px;
	height: 28px;
    line-height: 28px;
	font-size: 13px;
	font-size: 1.3rem;
}
.pankuzu li:after{/*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #1252a6;/*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
}
.pankuzu li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #1252a6;/*背景色*/
    font-size: 13px;
}
.pankuzu li a:hover {
	color: #fff;
}



/*ページトップボタン（非表示）*/
#pagetopBtn {
	position: fixed;
	right: 0;
	bottom: -65px;
	width: 130px;
	height: 130px;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 
}
/*ページトップボタン（表示）*/
#pagetopBtn.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); 
}
	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 34px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
}
#page-top a:hover {
    text-decoration: none;
    background: #717171;
}
@media (max-width: 1199px) {
#gnav > ul {
	width: 100%;
}
nav img {
	margin-bottom: 20px;
}
}
@media (max-width: 991px) {
#gnav > ul {
	width: 100%;
}
nav img {
	margin-bottom: 20px;
}
}


@media (max-width: 767px) {
/* スマホナビ */
#gnav{
	float:none;
	width:1240px;
	text-align:center;
}

.headcontact dd {
	width: 90%;
	float: left;
	display: block;
	margin: 5px 0 0 0;
	height:45px;
	padding: 0 0 0 20px;
}
	
.headcontact ul {
	width: 10%;
	height: auto;
	float:left;
	padding:0 0 0 0;
	margin: -95px 50px 0 0;
}

.headcontact li {
	width: 100px;
	margin: 0;
	float:left;
	text-align:left;
	padding:0 0 0 0;
}
	
.logobox {
	height: auto;
	display: block;
	width: 50%;
	padding-left: 10%;
}
	
.navbar{
	display:flex;
	margin-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
	padding:10px 0 10px 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: dotted #000 1px;
	line-height: 180%;
}	
.navbar-inverse .navbar-nav > li > a:hover {
	color: #8E0983;
}		
.navbar-brand img{
	width: 200px;
	float: left;
	padding-top: 0;	
}
.navbar-inverse .navbar-form {
  border-color: #fff;
}	
.container-fluid dl {	
	}
.container-fluid dt {
	width: 250px;
	float: none;
	background: #eb6363;
	border-radius: 20px;
	text-align: center;
	padding: 10px 0;
	margin: 10px auto 5px auto;
}
.container-fluid dt a {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}
.container-fluid dt a:hover {
	text-decoration: none;
	color: #fff100;
}
.container-fluid dd {
	width: 100%;
	float: left;
	text-align: center;
}
/* スマホナビ end */

.companyinfo {
	width: 100%;
	float: left;
	text-align: center;
}
	
}


section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: ; }
 
/*----------------------------------------------------
  .list01
----------------------------------------------------*/
.list01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .list01 { margin: 0 -10px; }
    .list01 th,
    .list01 td{
    width: 100%;
    display: block;
    border-top: none;
		padding: 10px;
    }
  .list01 tr:first-child th { border-top: 1px solid #ddd; }
	
}
/*----------------------------------------------------
  .list02
----------------------------------------------------*/
.list02 th  { width: 20%;  }
/*----------------------------------------------------
  .list03
----------------------------------------------------*/
.list03 th  { width: 30%; text-align: left; }
 
/*header*/
header {
	padding: 0 0 0 0;
	margin:0 0 -25px 0;

}
header h1 {
	margin: 0;
	padding: 0;
}
.logobox {
	height: auto;
	display: block;
	float: left;
	width: 50%;
}
.headbox {
	display: block;
	float: left;
	padding:10px 0;
}

.ubar{
	height: auto;
    background:url(../images/header_bk.png) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	
}

.logobox dl {
	width: 100%;
	display: block;
	height: auto;
}
.logobox dt {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	height: 30px;
}
.logobox dd {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	height: auto;
}
.logobox dd img {
	width: 90%;
	display: block;
	float: left;
	margin: 0;
	height: auto;
}
.logobox h1 img {
	width: 340px;
	display: block;
	float: non;
	margin: 0 auto;
	height: auto;
}

.headcontact {
	display: block;
	float: right;
	margin-top: 13px;
}
.headcontact p {
	margin: 0;
	padding: 0;
}

.headcontact ul {
	width: 10%;
	display: block;
	height: auto;
	float:right;
}

.headcontact li {
	width: 100px;
	margin: 0;
	float:left;
	text-align:left;
	padding:0;
	margin-left:-30px;
}

.headcontact dl {
	width: 90%;
	display: block;
	height: auto;
	float:left;
	padding:10px 0 0 0;
}

.headcontact dt {
	width: 90%;
	display: block;
	float: left;
	margin: 0;
	height: 15px;
	font-size: 20px;
	font-size: 2.0rem;
	padding:0;
	text-align:center;
	
}
.headcontact dd {
	width: 90%;
	float: left;
	display: block;
	margin: 5px 0 0 0;
	height:45px;
}

.headcontact dd strong{
	font-size:30px;
}

.headcontact dd .bb{
	font-size:14px;
}

.headmail {
	font-family: CONDENSEicon;
	text-align: center;
	line-height: 70px;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0;
}

.headmailback {
	background-color: #1252a6;
	width: 70px;
	height: 70px;
	border-radius:50%;     /* 角丸の指定 */
	margin: 0;
	color: #fff;
}

.headtel {
	font-family: CONDENSEicon;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0 0 3px;

}

.headadd {
	font-family: CONDENSEicon;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin: 0;
	padding-left: 3px;
}

.navbar{
	display: none;
}


/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 130px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 150px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 150px;
    height: 113px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.mainnav {
	width: 100%;
	height: auto;
	font-size:16px;
	float: left;
	margin: 0 auto 0 auto;
}
.mainnav ul {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0;
	padding:30px 0 0 0;
}
.mainnav li {
	width: 14.2%;
	float: left;
	height: auto;
	margin: 0;
	
}
.mainnav a {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #1252a6;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-left: dotted #cdcdcd 1px;
}
.mainnav_line {
	border-right: dotted #cdcdcd 1px;
}
.mainnav a:hover {
	text-decoration: none;
	color: #33b444;
}


.bar_h3 {
	width:100%;
	height:45px;
	display:block;
	border-bottom:solid 1px #1d2088;
	background:url(../../images/h2barback.png) no-repeat left bottom;
	color:#212121;
	line-height:45px;
	margin-bottom:20px;
	margin-left:0px;
	text-align:left;
}

.blt {
	height:45px;
	display:block;
	float:left;
	width:auto;
	color:#1252a6;
	font-size:0.8em;
	line-height:45px;
	margin-right:10px;
}

.pwork_2{
	width:100%;
	height:150px;
	display:block;
	float:left;
	margin-bottom:2px;
}

.picupboxt a {
	text-align:center;
	line-height:100px;
	width:170px;
	display:block;
	float:left;
	background:#1252a6;
	color:#ffffff;
}
.picupboxt2 a {
	text-align:center;
	line-height:100px;
	width:180px;
	display:block;
	float:left;
}
.picupboxt3 a {
	text-align:center;
	line-height:100px;
	width:170px;
	display:block;
	float:left;
	color:#ffffff;
	background:#00A3D9;
}
.picupboxt4 a {
	text-align:center;
	line-height:100px;
	width:100px;
	display:block;
	float:left;
	color:#ffffff;
	background:#00B285;
}
.picupboxt5 a {
	text-align:center;
	width:150px;
	display:block;
	float:left;
	padding-top:50px;
	background:#fff;
	color:#00A3D9;
}
.picupboxt6 a {
	text-align:center;
	padding-top:50px;
	width:150px;
	display:block;
	float:left;
	background:#fff;
	color:#00468C;
	
}

/* カーソル合わせると拡大するやつ */
.cssAnim {
	width: 330px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.cssAnim img {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	transition: all 0.3s linear;
}

.imgScale img {
	transform: scale(1.2);
}


.foot_list{
	width:100%;
	float:left;
	height:auto;
	padding:5px 15px 0;
	margin-bottom:75px;
	font-size:14px;
}

.foot_list02{
	width:100%;
	float:left;
	height:auto;
	padding:15px 10px 15px 0;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	font-size:14px;
}

.side_jyoho p{
	 background: url(../images/footer_botan.png) no-repeat left;
	padding: 3% 0% 3% 8%;
	border-bottom: 1px dotted #1252a6;
}

.side_jyoho p a:hover{
	color: #33b444;
	text-decoration: none;
}

.barh4{
border-bottom: solid 3px #1d2088;
position: relative;
margin:30px 0;
width:100%;
}


.bar_h5{
	border-left: 10px double #00479d;
border-bottom: 0px dotted #00479d;
text-align: left;
float:left;
margin:0px;
padding: 5px 2px 5px 15px;
width:100%;
	font-size: 20px;
	font-size: 2.0rem;
}

.barh2_01{
	width: 100%;
	height: 200px;
	background: url(../../annai/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_02{
	width: 100%;
	height: 200px;
	background: url(../../housin/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_03{
	width: 100%;
	height: 200px;
	background: url(../../naiyou/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_04{
	width: 100%;
	height: 200px;
	background: url(../../sikaku/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_05{
	width: 100%;
	height: 200px;
	background: url(../../jisseki/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_06{
	width: 100%;
	height: 200px;
	background: url(../../kyujin/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_07{
	width: 100%;
	height: 200px;
	background: url(../../policy/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.barh2_08{
	width: 100%;
	height: 200px;
	background: url(../../contact/images/top.png) no-repeat left top;
	background-size:contain;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5.5%;
	text-shadow: 
    0 0 5px #fff, 
    0 0 5px #fff, 
    0 0 0.5px #fff;
	letter-spacing: 0.6em;
}

.thumbnail p{
	padding: 5px;
}

.price{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #ccc;
	float: left;
	padding: 15px 0 0 0;
}

.price dl {
	width: 100%;
	height: auto;
	margin: 0;
}

.price dt{

	font-size: 16px;
	font-weight: normal;
	color:#1252a6;
}

.price  dd{

	font-size: 20px;
	color: #ff0000;
}

.txt12{
	font-size: 10px;
}

.barh4_qa {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
top:0;
	color: #82318e;
	margin: 0 0 0 0;
}

.barh4_qa:before,.barh4:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}

.barh4_qa:before{
  border-top: dotted 1px #82318e;
border-left: dotted 1px #82318e;
border-bottom: dotted 1px #82318e;
  left: 0;
}

.barh4_qa:after{
  content: '';
  border-top: dotted 1px #82318e;
  border-right: dotted 1px #82318e;
  border-bottom: dotted 1px #82318e;
  right: 0;
}

.barh5 {
	position: relative;
	padding-left: 30px;
	font-size:20px;
	color: #1d2088;
	margin: -30px 0 0 0;
}
.barh5::before,
.barh5::after{
	content: "□";
	position: absolute;
}
.barh5::before{
	left:0;
	top:-3px;
}
.barh5::after{
	left: 5px;
	top: 3px;
	color: #e60012;
}

p.title{
	width: auto;
	border-bottom: 1px solid #e60012;
	font-size: 20px;
    display: inline-block;
	padding: 1%;
	letter-spacing: 0.3em;
}

.txt30{
	font-size: 30px;
}

.txt20{
	font-size: 20px;
}