@charset "UTF-8";

/*font-import  http://www.google.com/webfonts#*/
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic|Raleway);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);


/*▼全体*/

html{font-size: 62.5%;}

body {
  -webkit-text-size-adjust: none;
  font-size: 1.4rem;
  line-height:1.5;
  color:#171717;
  font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  margin:0;
  padding:0;
  background-color:#ffffff;
  position: relative;
}


h1 {
  width:166px;
  height:30px;
  margin: 0 auto;
  padding:0;
  margin-top:10px;
}


h2 {
  font-weight: normal;
  margin:30px 0 20px 0;
  font-size:2.3rem;
  text-align: left;
  padding:0 10px;
  border-left:5px solid #c9cacb;
}

h3 {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #727272;
  border-radius: 10px;
  font-size:1.7rem;
  font-weight:bold;
  color:#ffffff;
  text-align: left;
  position: relative;
  margin-bottom:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h3:after{
  content: "";
  border: 20px solid transparent;
  border-top: 12px solid #727272;
  position: absolute;
  left: 44%;
  bottom: -30px;
}


h4 {
  font-weight: normal;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: center;
  color:#ffffff;
  background-color: #e9791b;
  border-radius: 10px;
}


h5 {
  width:100%;
  height:50px;
  line-height:50px;
  text-align:left;
  margin:10px 0;
  font-weight: normal;
  font-size:2.3rem;
  padding:0 10px;
  border-left:5px solid #383ca3;
  overflow: hidden;
}

h6 {
  clear: both;
  -moz-box-shadow: 2px 5px 5px 2px #e1e1e1;
  -webkit-box-shadow: 2px 5px 5px 2px #e1e1e1;
  box-shadow: 2px 5px 5px 2px #e1e1e1;
  width: 100%;
  height: auto;
  font-weight: normal;
  padding: 10px;
  font-size:2rem;
  margin: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c6c8e6), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #c6c8e6);
background: -moz-linear-gradient(#fff, #c6c8e6);
background: -o-linear-gradient(#fff, #c6c8e6);
background: -ms-linear-gradient(#fff, #c6c8e6);
background: linear-gradient(#fff, #c6c8e6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h6:before {
 content: "\002714 \A0";
}

nav:not(.mm-menu){display: none;}

#container {
  width:100%;
  height:auto;
  margin: 0 auto;
  overflow: hidden;
}





/*▼ヘッダ*/
#header {
  position: fixed;
  top: 0;
  width:100%;
  height:50px;
  border-bottom:3px solid #3bb149;
  text-align:center;
  background-color:#ffffff;
  margin:0;
  padding:0;
  z-index: 5;
}


.navibox {
  width:40px;
  height:50px;
  text-align:center;
  margin:0;
  padding:0;
  font-size: 1rem;
  position: absolute;
  left: 10px;
}



.h_mbox {
  width:20%;
  height:auto;
  text-align:right;
  float:left;
}

.h_rbox {
  width:20%;
  height:auto;
  text-align:right;
  float:right;
}

ul.pctop, ul.pctop li, ul.pctop a { display:block; }


ul.pctop {
  padding:0;
  margin:0;
  float:right;
}

ul.pctop li{
  width:40px;
  height:20px;
  line-height:20px;
  font-size: 1rem;
  color:#ffffff;
  text-align:left;
  background-color:#231815;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  border:2px solid #231815;
  
}


ul.pctop li a {
  text-decoration:none;
  color:#ffffff;
  background-image: url(/sp/images/ico_pc.png);
  background-repeat: no-repeat;
  background-position: 2px;
  background-size:18px 16px;
  -webkit-background-size: 18px 16px;
  -moz-background-size: 18px 16px;
  -o-background-size: 18px 16px;
  padding-left:22px;
}


/*▼ナビゲーション*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 30px;
  margin:0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #171717;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}

/*▼メイン画像*/

.img_box {
  clear: both;
  width:100%;
  height:auto;
  text-align:center;
  padding-top:50px;
  margin:0;
  overflow: hidden;
  
}

img.main {
  max-width: 1000px;
  height:auto;
  max-height: 300px;
}

img.main2 {
  max-width: 950px;
  max-height: 250px;
}

img.main3 {
  max-width: 1000px;
  max-height: 614px;
}

img.main4 {
  max-width: 700px;
  max-height: 559px;
}

img.main5 {
  max-width: 760px;
  max-height: 100px;
}


/*▼タイトル*/
.tit_box {
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  position: relative;
  overflow: hidden;
}


.tit_lbox {
  width:70%;
  height:auto;
  text-align:left;
  float:left;
  margin:0;
  padding:0;
  overflow: hidden;
}

.tit_rbox {
  width:30%;
  height:auto;
  margin:0;
  padding:0;
  position: absolute;
  bottom: 10px;
  right:0;
  overflow: hidden;
}


ul.btn, ul.btn li, ul.btn a { display:block; }


ul.btn {
  padding:0;
  margin:0;
  float:right;
  position:relative;top:30%;
}

ul.btn li{
  width:auto;
  height:20px;
  font-size: 1rem;
  line-height:20px;
  text-align:center;
  border:1px solid #888;
  padding:0 10px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2),  to(#e3e2e2));
  background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.btn li a {
  text-decoration:none;
}


ul.btn2, ul.btn2 li, ul.btn2 a { display:block; }


ul.btn2 {
  padding:0;
  margin:0;
  float:left;
  position:relative;top:30%;
}

ul.btn2 li{
  width:auto;
  height:20px;
  font-size: 1rem;
  line-height:20px;
  text-align:center;
  border:1px solid #888;
  padding:0 10px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2),  to(#e3e2e2));
  background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.btn2 li a {
  text-decoration:none;
}



#ctg {
  width:95%;
  height:auto;
  margin: 0 auto;
  overflow: hidden;
}


/*▼インフォメーション*/

.info_txt {
  clear: both;
  width:100%;
  height:auto;
  text-align:left;
  padding:10px;
  border:1px solid #888;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  overflow:hidden;
  overflow-x:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.info {
  padding:0;
  margin:0;
}

ul.info li {
  list-style-type: none;
  width:100%;
  height:auto;
  text-align:left;
  padding: 5px;
  border-bottom:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.info li:nth-child(5) {
  border-bottom:none;
}


ul.info p {
  width:120px;
  color: #ffffff;
  padding:3px;
  margin:0 0 5px 0;
  text-align:center;
  background-color: #949aa6;
  
}

.stdbox {
  clear: both;
  width:100%;
  height:auto;
  text-align:center;
  padding:10px;
  border:1px solid #888;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.stdbox img {
  padding:0;
  margin:0 0 10px 0;
}

.stdbox p,
.stdbox2 p {
  text-align:left;
}

.stdbox2 {
  clear: both;
  width:100%;
  height:auto;
  text-align:center;
  padding:0;
  margin:0 0 20px 0;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



/*▼イベント情報*/
.eventbox {
  width:100%;
  height:auto;
  text-align:left;
  margin: 10px 0 0 0;
  padding:10px;
  border:1px solid #cccccc;
  background-image: url(/images/common/line_event.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.eventbox p {
  color:#3d5ea2;
  margin-bottom: 10px;
  padding:0;
}

dl.eventinfo {
  margin:0;
  padding:0;
}

dl.eventinfo dt {
  float:left;
  width:45px;
  padding:5px 0;
}

dl.eventinfo dd {
  margin-left:45px;
  padding:5px 0;
}


dl.eventinfo dt:nth-of-type(odd){
  border-top:1px dotted #cccccc;
  padding-bottom:0;
}

dl.eventinfo dd:nth-of-type(odd){
  border-top:1px dotted #cccccc;
  padding-bottom:0;
}

dl.eventinfo dt:nth-of-type(even){
  padding-top:0;
}

dl.eventinfo dd:nth-of-type(even){
  padding-top:0;
}

dl.eventinfo2 {
  margin:0;
  padding:0;
}

dl.eventinfo2 dt {
  float:left;
  width:40%;
  padding:5px 0;
  border-top:1px dotted #cccccc;
}

dl.eventinfo2 dd {
  margin-left:40%;
  padding:5px 0;
  border-top:1px dotted #cccccc;
}


dl.eventinfo2 dt:nth-of-type(even){
  padding-bottom:0;
}

dl.eventinfo2 dd:nth-of-type(even){
  padding-bottom:0;
}



/*▼バナーエリア*/
.bnr_area {
  width:95%;
  height:auto;
  margin: 0 auto;
  padding:0;
  margin-top:10px;
  overflow:hidden;
}

.bnr_area a {
  display:block;
  width:48%;
  height:auto;
  margin:10px 4% 0 0;
  float:left;
  overflow:hidden;
}

.bnr_area a:nth-of-type(even){
  margin:10px 0 0 0;
}

.bnr_area img {
  width:100%;
  height:auto;
  overflow:hidden;
}




/*▼メニュー*/
#menu_box {
  clear: both;
  width:95%;
  height:auto;
  background-color:#888888;
  padding:3px;
  margin: 0 auto;
  margin-top:20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.menu, ul.menu li, ul.menu a { display:block; }


ul.menu {
  padding:0;
  margin:0;
}

ul.menu li{
  width:50%;
  height:auto;
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  background-color:#ffffff;
  float:left;
  list-style-type:none;
  text-align:center;
  padding:5px 0;
  border-right:1px solid #888888;
  border-bottom:1px solid #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.menu li a {
  text-decoration:none;
  background-image: url(/images/common/arr.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

ul.menu li:nth-of-type(1){
  border-top-left-radius:5px;
}

ul.menu li:nth-of-type(2){
  border-top-right-radius:5px;
}


ul.menu li:nth-of-type(even){
  border-right:none;
}

ul.menu li:nth-last-of-type(-n+2){
  border-bottom:none;
}

ul.menu li:nth-last-of-type(1){
   border-bottom-right-radius:5px;
}

ul.menu li:nth-last-of-type(2){
   border-bottom-left-radius:5px;
}


/*▼トップ*/
.item {
  width:100%;
  height:auto;
  text-align:left;
  margin:0 0 10px 0;
  padding:5px;
  background-color:#f3efe5;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}


.item_img {
  width:100px;
  height:67px;
  text-align:left;
  margin:0 10px 0 0;
  padding:0;
  float:left;
  border:1px solid #888;
  overflow: hidden;
}


.item p {
  font-weight:bold;
  font-size:1.3rem;
}

.item a {
  display: block;
}

.va { vertical-align: text-top; }



/*▼リンク*/
a:link {
  color:#231815;
  text-decoration:underline; 
}
	
a:visited {
  color:#231815;
  text-decoration:underline; 
}	

a:active {
  color:#231815;
  text-decoration:underline; 
}	

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

a img {
  border: none;
}


/*▼新着情報*/

#w { 
display: block; 
margin: 0 auto; 
width:100%;
}

#w img { 
max-width: 80%;
height:auto;
}
 
.q { display: block; max-width: 680px; margin-bottom: 15px; border-bottom:1px dashed #e6e6e6; overflow: hidden; }
 
.qhead { margin:0 0 10px 0; width:100%;}
.qhead a:hover { text-decoration: none;}

.qhead_l { margin:0 0 10px 0; width:40%; background-color:#001646; color:#ffffff; text-align:center; padding:5px;}
 
.answer { display: none; clear: both; margin-top:10px; padding-bottom:10px;}

#w .qhead a {
  color:#1c1f85;
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-align:left;
  padding:0 0 10px 0;
  margin:0;
}



/*▼フッタ*/
#footer {
  clear: both;
  width:100%;
  height:30px;
  text-align:center;
  line-height: 30px;
  font-family: 'Merriweather Sans', sans-serif;
  background-color:#3bb149;
  color:#ffffff;
  font-size:1.2rem;
}

#footmenu {
  clear: both;
  width:95%;
  height:auto;
  text-align:center;
  font-size:1.2rem;
  margin: 0 auto;
  padding-top:20px;
  overflow: hidden;
}

#footmenu p {
  line-height:1.8;
  font-family: 'Raleway', sans-serif;
  margin:0;
  padding:0;
}

#footmenu p a {
  color:#171717;
  text-decoration:underline; 
}

.footinfo {
  width:100%;
  height:auto;
  text-align:left;
  font-size:1.2rem;
  border-top:1px solid #cccccc;
  padding:10px 0 10px 0;
  overflow: hidden;
}


ul.gototop, ul.gototop li, ul.gototop a { display:block; }


ul.gototop {
  padding:0;
  margin:20px 0 10px 0;
  float:right;
  position:relative;top:30%;
}

ul.gototop li{
  width:50px;
  height:20px;
  font-size: 1rem;
  line-height:20px;
  text-align:center;
  border:1px solid #888;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2),  to(#e3e2e2));
  background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.gototop li a {
  text-decoration:none;
}



/*▼テーブル*/


table {
    border-collapse:collapse;
    border-spacing:0;
}

table.basic,
table.basic2 {
  width:100%;
  border-collapse: separate;
  border-spacing:0px;
  empty-cells:show;
  border-top:1px solid #dddddd;
  border-right:none;
  border-bottom:none;
  border-left:1px solid #dddddd;
  table-layout:fixed;
  margin:0;
}

table.basic th {
  width:30%;
  padding:10px 5px;
  font-weight:bold;
  text-align:center;
  background-color:#f1f2f2;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

table.basic td,
table.basic2 td {
  padding:10px 5px;
  text-align:left;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}



table.basic2 th {
  width:50%;
  padding:10px 5px;
  font-weight:bold;
  text-align:center;
  background-color:#f1f2f2;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

td ul{
  padding:0;
  margin:0;
}

td ul li{
  list-style-type:none;
  text-indent:-1em;
  padding:0 0 0 0.8em;
  margin:0;
}


td ul li:before {
 content: "・";
}

table.basic2 td.bg_gn {
  padding:10px 5px;
  font-size: 1.6rem;
  font-weight:bold;
  text-align:center;
  background-color:#b9eabf;
}


table.basic3 {
  width:100%;
  border-collapse: separate;
  border-spacing:0px;
  empty-cells:show;
  border:none;
  table-layout:fixed;
  margin:20px 0 0 0;
}

table.basic3 td {
  width:50%;
  text-align:left;
  vertical-align: top;
}

table.basic3 td:nth-of-type(odd){
  padding:0 5px 20px 0;
}

table.basic3 td:nth-of-type(even){
  padding:0 0 20px 5px;
}


table.basic3 td p {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: center;
  background-color: #b9eabf;
  border-radius: 10px;
}




hr {
   border-width: 1px 0px 0px 0px; 
   border-style: solid;
   border-color: #dddddd;
   height: 1px;
   margin:20px 0;
}

/*よくあるご質問用*/

#QandA {
	width: 100%;
}

#QandA dl {
  margin-top:30px;
}

#QandA dl:first-child {
  margin-top:0;
}

#QandA dt {
  width:30px;
  height:30px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: 'Nunito', sans-serif;
  color: #ffffff;
  text-align:center;
  line-height:30px;
  font-size:1.2em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color:#ff6767;
  float:left;
}

#QandA dt:first-of-type {
  background-color:#0F78E1;
}



#QandA dd {
  margin: 0 0 10px 40px;
  padding:10px;
  text-align:left;
  border:solid 1px #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}



/*▼バナー*/
.bnr_box {
  clear: both;
  width: 100%;
  height: auto;
  text-align: left;
  padding:0;
  margin:0;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr_box img {
  width:48%;
  height:auto;
  margin-bottom:10px;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr_box a:nth-child(2n) {
  margin-right:none;
  margin-left:4%;
}

.bnr_box a:nth-child(2n+1) {
  clear: both;
}

.signaturebox {
  width:100%;
  height:auto;
  margin:30px 0 0 0;
  padding:0;
  text-align: right;
  overflow: hidden;
}


/*▼共通*/

.blank {
  background-image: url(/images/common/blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size:10px 10px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  padding-right:15px;
  margin-right:5px;
}

.pdf {
  background-image: url(/images/common/pdf.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right:20px;
  margin-right:5px;
}

.line_box {
  clear: both;
  width: 100%;
  height: auto;
  text-align: center;
  padding:10px;
  margin-top:10px;
  border:1px solid #888;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  overflow:hidden;
  overflow-x:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.line_box ul{
  padding:0;
  margin:10px 0 0 0;
  border:none;
}

.line_box ul li{
  list-style-type:none;
  text-indent:-0.8em;
  padding:0 0 0 0.8em;
  margin:0;
}



.line_box ul li:before {
 content: "\002731";
}

.line_box p{
  margin:10px 0 5px 0;
  padding:0;
}

.line_box p.nomrg{
  font-weight:bold;
  margin:0 0 5px 0;
  padding:0;
}




p {
  margin:0;
  padding:0;
}


 .bl_r {
  background-image: url(/images/common/blank.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size:9px 9px;
  -webkit-background-size: 9px 9px;
  -moz-background-size: 9px 9px;
  -o-background-size: 9px 9px;
  padding-right:13px;
  margin-right:2px;
}


.price {
  font-weight:bold;
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px solid #dddddd;
}


.f_17b {
  font-size: 1.7rem;
  font-weight:bold;
}

.f_17 { font-size: 17px;}

.f_20 { font-size: 20px;}

.col_gr { color:#018343;}

.col_bl { color:#0a9cd2;}

.col_pk { color:#ed079e;}

.col_rd { color:#f5451c;}

.col_wh { color:#ffffff;}

.col_ye { color:#d9be08;}

.rgt {
  text-align:right;
}

.cet {
  text-align:center;
}

.pad5 {
  padding:5px;
}

.pad_t5 {
  padding-top:5px;
}

.pad_t10 {
  padding-top:10px;
}

.pad_t20 {
  padding-top:20px;
}

.pad_b5 {
  padding-bottom:5px;
}

.pad_b10 {
  padding-bottom:10px;
}

.mrg_t10 {
  margin-top:10px;
}

.mrg_t20 {
  margin-top:20px;
}

.mrg_t30 {
  margin-top:30px;
}

.mrg_r10 {
  margin-right:10px;
}

.pad_l24 {
  padding-left:24px;
}

.mrg_b10 {
  margin-bottom:10px;
}

.mrg_b20 {
  margin-bottom:20px;
}

.mrg_tb50 {
  margin:50px 0;
}

.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.fl5 {
  float: left;
  margin-right: 5px;
  border:1px solid #a3a7a6;
}

.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.cl {clear: both;}

.bd {
  border:1px solid #a3a7a6;
}

.bd_b {
  border-bottom:1px solid #dddddd;
}

.bd_rb {
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}

.b_b { font-weight:bold;}
.col_rd {color:#f5451c;}
.nor {font-weight: normal;}

.rw{
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
}

.f_os { font-size: 20px; font-family: 'Open Sans', sans-serif;}
.f_ms { font-family: 'Merriweather Sans', sans-serif; font-weight:bold;}
.f_17 { font-size: 17px;}

input {
font-size: 100%;
}

select {
font-size: 100%;
}

textarea {
font-size: 100%;
}

.confirm {
	text-align: center;
	margin-top: 15px;
}


ul.three_c {
  padding:0;
  margin:10px 0;
}


ul.three_c li:nth-child(1)  {
  list-style-type: none;
  background-image: url(/images/common/ico_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:14px 10px;
  -webkit-background-size:14px 10px;
  -moz-background-size:14px 10px;
  -o-background-size:14px 10px;
  padding-left:20px;
  margin:0;
  color:#019cdf;
  font-size: 1.5rem;
  text-align:left;
}

ul.three_c li:nth-child(2) {
  list-style-type: none;
  background-image: url(/images/common/ico_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:14px 10px;
  -webkit-background-size:14px 10px;
  -moz-background-size:14px 10px;
  -o-background-size:14px 10px;
  padding-left:20px;
  margin:0;
  color:#ed4039;
  font-size: 1.5rem;
  text-align:left;
}

ul.three_c li:nth-child(3) {
  list-style-type: none;
  background-image: url(/images/common/ico_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:14px 10px;
  -webkit-background-size:14px 10px;
  -moz-background-size:14px 10px;
  -o-background-size:14px 10px;
  padding-left:20px;
  margin:0;
  color:#009343;
  font-size: 1.5rem;
  text-align:left;
}

ul.three_rd {
  padding:0;
  margin:10px 0;
}


ul.three_rd li {
  list-style-type: none;
  background-image: url(/images/common/ico_minus.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:14px 3px;
  -webkit-background-size:14px 3px;
  -moz-background-size:14px 3px;
  -o-background-size:14px 3px;
  padding-left:20px;
  margin:0;
  color:#ed4039;
  font-size: 1.5rem;
  text-align:left;
}

ul.three_gn {
  padding:0;
  margin:10px 0;
}


ul.three_gn li {
  list-style-type: none;
  background-image: url(/images/common/ico_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:14px 10px;
  -webkit-background-size:14px 10px;
  -moz-background-size:14px 10px;
  -o-background-size:14px 10px;
  padding-left:20px;
  margin:0;
  color:#009343;
  font-size: 1.5rem;
  text-align:left;
}

ul.libox {
  display:table;
  padding:0;
  margin:20px 0 0 0;
  border-top:1px solid #dddddd;
  border-left:1px solid #dddddd;
}

ul.libox li.gn_bck {
  clear: both;
  padding:10px;
  font-weight:bold;
  text-align:center;
  background-color:#b9eabf;
}

ul.libox li.gy_bck {
  padding:10px;
  font-weight:bold;
  text-align:center;
  background-color:#f1f2f2;
}

ul.libox li {
  list-style-type: none;
  padding:10px;
  text-align:left;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
}

ul.libox li p {
  text-align:center;
}

ul.libox li.w_half {
  display:table-cell;
  width:50%;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.regular {
  margin:0 2em;
  padding:0;
}

ul.regular li {
  list-style-type: circle;
  text-align:left;
  margin:0 0 10px 1em;
  padding:0;
}

ul.regular02 {
  margin:0 20px;
  padding:0;
}

ul.regular02 li {
  list-style-type: decimal;
  text-align:left;
  margin:0 0 10px 1em;
  padding:0 0 10px 0;
  border-bottom:1px solid #dddddd;
}

/* ====================================
入力フォーム
==================================== */
input,
select {
	font-size: 16px ;
}

a.form {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size:25px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  box-shadow:0px -3px 0px 0px #1e8a2b inset;
  -moz-box-shadow:0px -3px 0px 0px #1e8a2b inset;
  -webkit-box-shadow:0px -3px 0px 0px #1e8a2b inset;
  outline: none;
}

a.form::before,
a.form::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a.form,
a.form::before,
a.form::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.form {
  background:#3bb149 url(/images/common/ico_memo.png) no-repeat;
  background-position:260px 30px;
  color: #ffffff;
}
a.form:hover {
  background-color: #6cd078;
}

a.form p {
  font-size:12px;
  text-align: center;
  text-decoration: none;
  padding-top:10px;
}






