/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************/
body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	background-repeat: repeat-x;
	margin: 0 auto;
	color: #484848;
	font-size: 13px;
	line-height: 180%;
	text-align: center;
	font-weight: 500;
}
body div {
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}
p{
	margin: 0;
	padding: 0;
}
/*****************************  INDEX Layout **********************************/
div.header{
	margin: 0 auto;
	padding: 0 auto;
/*	background-color: #5084E4;*/
}

/* index layout */
div.main{
	margin: 0px auto;
	background-image: url('images/background_main.jpg');
	background-repeat: repeat-x;
	background-color: #F2F2F2;
/*	background-color: #5084E4;*/
	text-align: center; padding-left:auto; padding-right:auto; padding-top:0; padding-bottom:0; background-position-y:50%
}
div.main02{
	margin: 0px auto;
	padding: 0 auto;
/*	background-image: url(images/background_main02.jpg);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	text-align: center;
}
div.contents{
	margin: 0px auto;
	background-color: white;
	/*background-image: url('images/background_contents.jpg');*/
	background-repeat: no-repeat;
	width: 955px; background-position-y:50%
}
div.contents02{
	margin: 0px auto;
	background-color: white;
	background-position: top;
	background-repeat: no-repeat;
	width: 955px;
}

div.navi{
	padding-top: 10px;
	float: left;
	text-align: right;
	width: 241px;
}

div.c_center{
	padding-top: 10px;
	float: left;
	padding-left: 20px;
	text-align: left;
}

div.c_right{
	padding-top: 10px;
	float: right;
	text-align: left;
	width: 235px;
}

/* clear */
div.clear{
	clear: both;
}

/* footer */
div.footer{
	font-size: 11px;
	line-height: 150%;
	margin: 0 auto;
	/*	width: 955px; */
	text-align: center;
	border-top: 5px solid #353299;
	padding-top: 15px;
	background-image: url('images/background_contents.jpg');
/*	background-color: #E4F6FF;*/
	background-repeat: no-repeat; padding-left:auto; padding-right:auto; padding-bottom:0
}

/*****************************  CONTENTS Layout **********************************/
/* contents layout */
div.navi02{
/*	padding-top: 10px;*/
	float: left;
	text-align: right;
	width: 241px;
}
div.c_center02{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 660px;
	text-align: left;
	float: right;
}

/* pankuzu */
div.pankuzu{
	font-size: 11px;
	text-align: left;
	border-bottom: 1px dotted silver;
}

/* contents title */
div.c_title{
	height: 100px;
	text-align: left;
	background-color: aqua;
}

/* pageup */
div.pageup{
	font-size: 11px;
	text-align: right;
	border-top: 1px dotted silver;
	margin-top: 5px;
	width: 100%;
}

/* Ccolumn */
.column_link{
・ｽ@display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.column_link ul{
	margin: 0;
  padding: 0;
  text-align: center;
}
.column_link li{
	/*background-color: #0087d8;*/
	border-radius: 10px;
	text-align: center;
	color: white;
	margin: 0;
	padding: 0;
}
.column_link li a{
	background-color: #0087d8;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 20px;
	width: 160px;
	transition-duration: 0.3s;
}
.column_link li a:hover{
	background-color: #00c2ff;
	border-radius: 10px;
	font-weight: bold;
	/*font-size: 1.1em;*/
}
.none{
	background-color: #a8a8a8;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 20px;
	width: 160px;
	line-height: 60px;
}

/* column button */
.column_button a{
	background-color: #0087d8;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 20px;
	width: 200px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.column_button a:hover{
	background-color: #00c2ff;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

/* dt dd column */
dl{
	border-bottom: 1px dotted silver;
	padding-top: 10px;
	padding-bottom: 30px;
}
dt{
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
}
dd.more{
	padding: 5px;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
}




/*****************************  Font H P **********************************/
h1{
/*	background-color : #f2f2f2; */
	width: 955px;
	background-color: #353299;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: White;
	margin: 0 auto;
	padding: 0;
}
h2{
/*	background-image: url(images/background_h2.gif);
	background-repeat: no-repeat;*/
	font-size: 16px;
	background-color: #353299;
	color: white;
	font-weight: bold;
	padding: 5px;
}
h2.office{
	font-size: 16px;
	background-color: #353299;
	color: white;
	font-weight: bold;
	padding: 15px;
	letter-spacing: 1px;
}
h2.topix{
	border-top: 72px solid #d6effe;
	background-color: #070597;
	font-size: 22px;
	font-weight: normal;
	padding: 10px;
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
h3{

}
strong{
	/*font-weight: normal;*/
}
/*****************************  Table **********************************/
/* base */
td{
	font-size: 13px;
	padding: 5px;
	line-height: 180%;
}

/* 2Column */
table.default{
	width: 650px;
	padding: 5px;
}
td.title{
	width: 150px;
	padding: 5px;
	font-size: 13px;
	text-align: right;
	line-height: 180%;
}
td.text{
	border-left: 3px solid silver;
	padding: 5px;
	font-size: 13px;
	line-height: 180%;
}

/* office */
table.office{
	width: 650px;
	padding: 5px;
	letter-spacing: 1px;
	margin: 10px;
}
td.office_title{
	width: 120px;
	padding: 15px;
	font-size: 13px;
	text-align: right;
	line-height: 180%;
	font-weight: bold;
}
td.office_text{
	border-left: 5px solid silver;
	padding: 15px;
	font-size: 13px;
	line-height: 180%;
}

/* orders */
table.orders{
	border: 1px solid silver;
    width: 620px;
    margin: 0 20px;
}
td.o_title{
	background-color: #EEEEEE;
	font-size: 15px;
	padding: 5px;
	line-height: 180%;
    letter-spacing: 0.1em;
}
.orders th{
    background-color: #EEEEEE;
    border: 1px dotted silver;
    border-bottom: 1px solid silver;
    font-weight: bold;
    line-height: 2em;
    padding: 5px;
    vertical-align: middle;
}
.orders td{
    border: 1px dotted silver;
	border-bottom: 1px solid silver;
    font-size: 0.9em;
    padding: 5px;
    vertical-align: middle;
}

/* orders 210420*/
table.orders tr:nth-child(even) td {
	background: #eee;
}
table.orders tr td:nth-of-type(1){
  /*text-align:center;*/
}
table.orders tr td:nth-of-type(2){
  /*text-align:center;
  border-right: 1px solid #aaa;*/
}
table.orders tr td:nth-of-type(3){
  border-right: none;
  border-left: none;
}
table.orders tr td:nth-of-type(4){
  border-right: none;
  border-left: none;
}
table.orders tr td:nth-of-type(5){
  border-right: none;
  border-left: none;
  width: 90px;
}

/* orders 230510*/
table.orders_small{
	border: 1px solid silver;
    margin: 0 20px;
}
.orders_small th{
    background-color: #EEEEEE;
    border: 1px dotted silver;
    border-bottom: 1px solid silver;
    font-weight: bold;
    line-height: 2em;
    padding: 5px;
    vertical-align: middle;
}
.orders_small td{
    border: 1px dotted silver;
	border-bottom: 1px solid silver;
    font-size: 0.9em;
    padding: 5px;
    vertical-align: middle;
}
.orders_button a{
    font-size: 18px;
    display: block;
    padding: 15px;
    border: 2px solid white;
    border-radius: 30px;
    text-align: center;
    background: #44a9ff;
    color: white;
    margin: 15px;
}
.orders_button a:hover{
    background: #0e5ea2;
}

/* remarks */
p.remarks{
    text-indent: -3.5em;
    padding-left: 4em; 
    margin: 0 3em 1em 1em;
}

/*****************************  LIST **********************************/
ul{

}
li{
	padding: 5px;
	float: left;
	list-style: none;
}

/*****************************  IMAGE **********************************/
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=70);
}
img.space{
	/*
	border: 3px solid white;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
	margin: 10px;
}


/*****************************  Customize **********************************/
/* 19.12.20 */
ul.index_list{
    /*border-bottom: 3px dotted silver;*/
}
ul.index_list li{
	border-bottom: 2px dotted silver;
	padding: 5px;
	list-style-type: decimal;
	float: none;
    margin-left: 2em;
}

ul.permission_list{
    /*border-bottom: 2px dotted silver;*/
}
ul.permission_list li{
	border-bottom: 2px dotted silver;
	padding: 5px;
	list-style-type: none;
	float: none;
    margin-left: 1em;
}

ol.index_list{
}
ol.index_list li{
	list-style-type: disc;
	float: none;
    margin-left: 2.2em;
    padding: 0
}

ol.permission_list{
    /*border-bottom: 3px dotted silver;*/
}
ol.permission_list li{
	border-bottom: 3px dotted silver;
	padding: 5px;
	list-style-type: none;
	float: none;
    margin-left: 1em;
}

div.index_attbox{
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 15px;
	text-align: left;
    /*border:2px solid #2f528f;*/
    margin: 10px 0;
}

div.permission_attbox{
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 15px;
	text-align: left;
    /*border:2px solid #2f528f;*/
    margin: 10px 0;
}

/* 22.04.15 */
div.index_link{
    /*border-top: 3px dotted silver;
    border-bottom: 3px dotted silver;
    margin: 15px 0;*/
    padding: 1em;
    font-weight: bold;
    font-size: 1.5em;
}


/* 20.05.11 benefits */
.benefits{
    text-align: left;
}
.benefits h3{
    font-size: 1.5em;
    border-bottom: 1px solid silver;
    padding: 15px 0;
}
.benefits p{
    padding-left: 1em;
}
.benefits p.att{
    margin: 3em 1em;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    background-color: #d6effe;
    padding: 1em;
    color: #070597;
    text-align: center;
}
.index_benefits a{
	background-color: orange;
	border-radius: 10px;
    font-size: 1.5em;
    font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	padding: 20px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.index_benefits a:hover{
	background-color: orange;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.6em;
}

/* topix */
.column_pagelink{
    padding-bottom: 1em;
}
.column_pagelink ul li{
    width: 48%;
}
.column_pagelink ul li a{
    color: black;
    display: block;
    margin: 0 auto;    
    background: orange;
    border-radius: 20px;
    font-size: 15px;
    padding: 10px; 
    text-decoration: none;
}
.column_pagelink ul li a:hover{
    background: yellow;
}


.topix_text{
    text-align: left;
}
.topix_text p span{
    font-size: 2em;
    font-weight: bold;

}
.topix_text p{
    margin: 1em 0;
}
.topix_text dl{
    font-weight: bold;
    font-size: 1.2em;
    margin: .5em;
    padding: 0em;
    border: none;
}
.topix_text dt{
    float: left;
}

.topix_text dl.jichitai dt{
    line-height: 2em;
    font-size: .9em;
    font-weight: normal;
    width: 20%;
}
.topix_text dl.jichitai dd{
    line-height: 2em;
    font-size: .9em;
    font-weight: normal;
    margin-left: 20%;
    margin-bottom: 1em;
}

.topix_text .text200602{
    text-align: left;
    border: 1px solid silver;
    padding: 1.5em;
    border-radius: 20px;
    margin: 15px;
}

/* 20.12.04 */
.order_point{
	padding: 10px;
	border: 3px solid green;
	border-radius: 30px;
	margin: 1em;
	text-align: left;
}
.order_point h3{
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
.order_point h4{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}
.order_point ul li{
	float: none;
  list-style: decimal;
  margin-left: 2em;
	padding: 0;
}
ul.order_point_shakai li{
	float: none;
  list-style: disc;
  margin-left: 2em;
	padding: 0;
}

/* 20.12.04  CCUS */
.ccus{
	text-align: left;
	line-height: 180%;
}
/*
.ccus h3{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2em;
	padding: 15px;
	border: 1px solid black;
	margin: 15px 0;
}*/
.ccus h4{
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 1em;
}
.ccus strong{
	font-weight: bold;
	color: black;
}
.ccus strong.red{
	font-weight: bold;
	color: red;
}
.ccus p{
	padding: 0 2em;
	margin: 10px 0;
}
.ccus_daikou{
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	border: 1px solid #333;
	border-radius: 15px;
	text-align: center;
	background:#fbffb6;
}
.ccus table {
    border: 2px solid silver;
    /* width: 100%; */
    margin: 0 auto;
    background: white;
}
.ccus table th{
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: #eee;
}
.ccus table td{
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}
.ccus_price td:nth-of-type(2){
	text-align: right;
}

/*  */
.ccus table.price td{
	font-size: 14px;
}
.ccus li li{
    float: none;
  margin-left: 1em;
	padding: 2px;
	/*padding: 0 1em;*/
    list-style: none;
}
.ccus ol li{
    float: none;
    padding: 2px 2px 2px 20px;
    list-style: none;
    background: #f2f2f2;
    border: 1px solid;
    border-radius: 10px;
    margin: 3px;
    max-width: 360px;
    margin-left: 25px;
}
.ccus p span.green{
	background-color: #c0fec6;
	padding: 5px 15px;
	border: 1px solid silver;
	border-radius: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.5em;
}
.ccus p span.blue{
	background-color: #c7fdff;
	padding: 5px 15px;
	border: 1px solid silver;
	border-radius: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.5em;
}
.order_point p span.yellow{
	background-color: #fbffb6;
	padding: 5px 15px;
	border: 1px solid silver;
	border-radius: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.5em;
}

/* ccus 22.07.11 */
.ccus_jigyousha{
    /*background: url(images/ccus/background02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    background: #e0f7ee;
    padding: 1em;
    text-align: left;
    /*border: 1px solid;*/
    margin-bottom: 30px;
    border-radius: 30px;
}
.ccus_jigyousha h2{
    font-size: 2em;
    background: none;
    text-align: center;
    margin: 1em 0;
    color: black;
    border-bottom: 1px solid;
}
.ccus_jigyousha h3{
    font-weight: bold; font-size: 1.2em; padding: 0.5em 0 0 0; color: black;
}

.ccus_jigyousha_tourokuryou{
    text-align: center;
}
.ccus_jigyousha_tourokuryou h3{
    font-weight: bold; font-size: 1.2em; padding: 0.5em 0 0 0; color: black;
}

.ccus_ginousha{
    /*background: url(images/ccus/background03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    background: #faeef0;
    padding: 1em;
    text-align: left;
    /*border: 1px solid;*/
    margin-bottom: 30px;
    border-radius: 30px;
}
.ccus_ginousha h2{
    font-size: 2em;
    background: none;
    text-align: center;
    margin: 1em 0;
    color: black;
    border-bottom: 1px solid;
}
.ccus_ginousha h3{
    font-weight: bold; font-size: 1.2em; padding: 0.5em 0 0 0; color: black;
}

.ccus_ginousha_tourokuryou{
    text-align: center;
}
.ccus_ginousha_tourokuryou h3{
    font-weight: bold; font-size: 1.2em; padding: 0.5em 0 0 0; color: black;
}

.ccus_nagare{
    margin-bottom: 30px;
    border: 1px solid;
}
.ccus_nagare h2{
    text-align: left;
}

.ccus_faq{
    padding: 1em;
    text-align: left;
    /*border: 1px solid;*/
    margin-bottom: 30px;
    border-radius: 30px;
    font-size: 15px;
}
.ccus_faq h2{
    font-size: 2em;
    background: none;
    text-align: center;
    margin: 1em 0;
    color: black;
    border-bottom: 1px solid;
}
p.ccus_q{
    font-weight: bold;
    background: #d6effe;
    border: 1px solid #070597;
    padding: 1em;
    margin: 0;
}
p.ccus_a{
    border-left: 1px solid #070597;
    border-right: 1px solid #070597;
    border-bottom: 1px solid #070597;
    padding: 1em;
    margin: 0 0 15px 0;
}

/* order_point number 20.12.11*/
span.number{
	/*vertical-align: sub;*/
	font-size: 0.8em;
}

/* Customize 21.08.25*/
/* ?????????? */
.contents_text{
    text-align: left
}
.contents_text h3{
    margin: 0 20px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 1.2em;
}
.contents_text p{
    margin: 0 20px;
}
.contents_text table{

}
/* advice */
table.advice{
	width: 620px;
	padding: 5px;
	border: 1px solid silver;
    margin: 0 20px;
}
td.a_title{
	background-color: #EEEEEE;
	font-size: 15px;
	padding: 5px;
	line-height: 180%;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.advice td{
	border: 1px solid silver;
}

/* advice 21825*/
table.advice tr:nth-child(even) td {
	background: #eee;
}
table.advice tr td:nth-of-type(1){
  /*text-align:center;*/
}
table.advice tr td:nth-of-type(2){
  /*text-align:center;*/
  border-right: 1px solid #aaa;
}
table.advice tr td:nth-of-type(2){
  /*text-align:center;*/
}

/* index_220425 */
.index_kyoka{

}

/* recruit 250401*/
div.recruit{
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 2em;
}

div.recruit h3{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px dotted #999;
    margin: 5px 0;
}
div.recruit table{
    border: 3px solid #ddd;
    width: 100%;
}
div.recruit table td:first-child, 
div.recruit table th:first-child {
    font-weight: bold;
    text-align: right;
}
div.recruit td{
    border: 1px solid #ddd;
}
p.recruit_point{
    font-weight: bold; 
    font-size: 15px; 
    text-align: center;
    padding: 15px 0;
    border: 1px solid #070597;
    background: #d6effe;
    margin: 15px 0;
}
span.point_blue{
    background: #d6effe;
    font-weight: bold;
}










