@charset "utf-8";
/* CSS Document */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/* common
========================================================*/
html, body {
    color: #333333;
    height: 100%;
    position: relative;
    width: 100%;
}
html {
  /* scroll-behavior: smooth; */
}
.anchor_position {
    position: relative;
}
.hidden_anchor {
    position: absolute;
    top: -91px;
    z-index: 0;
}
.clearfix{
	clear: both;
}
.red{
	color: #FF0004;
}
section#main_header{
    width: 100%;
    margin: 0 auto;
    height: auto;
	padding: 0;
	background-size: cover;
	background-position: center;
}
section#main_header.front-page {
    height: 95vh;
}
section#main_header h2 {
    font-family: "FOT-ロダン Pro DB";
    font-size: 3em;
    color: #fff;
    padding: 3vh 0;
    margin: 0vh 0;
    text-align: center;
    text-shadow: 0 0 10px #000, 0 0 10px #000;
}

@media only screen and (max-width: 480px) {
    section#main_header h2 {
        font-size: 1.75em;
        padding: 4vh 0 4vh 0;
        text-shadow: 0 0 10px #000, 0 0 10px #000;
    }
/****************************************/}
section#main_header.sub_header {
    margin-bottom: 10%;
}
.title_greeting {
	background: url(../img/img_title02.jpg);
}
.title_outline {
	background: url(../img/img_title01.jpg);
}
.title_privacylow {
  background: url(../img/img_title03.jpg);
}
.title_privacy {
	background: url(../img/img_title04.jpg);
}
.title_contact {
  background: url(../img/img_title06.jpg);
}
.title_guide {
  background: url(../img/img_title07.jpg);
}
.title_news_releaseh {
  background-image: url(/img/img_title08.jpg);
}

.title_isms {
    background-image: url(/img/img_title10.jpg);
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc { display: block !important; }
.img_sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .img_pc { display: none !important; }
    .img_sp { display: block !important; }
}
.sp_tx{
	display:none;
}
@media only screen and (max-width: 480px) {
.sp_tx{
	display: block;
	}}
/* font-family(windows&mac)
========================================================*/
#content h2,footer h2, .keyword
{ font-family: "FOT-パール std","FOT-パール Std L"; }
/*#description, .h_coment, #content h2 span,footer h2 span
{ font-family: "FOT-筑紫明朝 Pr6"; }*/
body, a.more_btn,#description, .h_coment, #content h2 span,footer h2 span
{font-family: "FOT-ロダン Pro M";}

.cw900 {
	margin: 0 auto;
}
.cw860 {
	width:100%;
	margin: 0 auto;
}
.sub_b{
	background-color: #f1f2f2;
	border: none;
	padding: 15% 6%;
}
.mg0{
	margin: 0;
}
.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}
.floatR{
	float: right;
}
.br_sp{
	display:block;
}
/* privacylow common
========================================================*/

body#privacylow div.cw1000, body#privacy div.cw1000{
	padding-bottom: 0;
}
body#greeting div p, body#privacylow li, body#privacy li{
	font-size: 14px;
}
/*body#privacylow footer div.cw1000, body#privacy footer div.cw1000{
    margin: 0 5%;
}*/
body#privacylow article.sub_b {
    margin: 15% 0px;
}
body#privacylow .white_b, body#privacy .white_b {
    border-bottom: none;
    margin-bottom: 10%;
}
/*body#privacylow .footer_info h2, body#privacy .footer_info h2, body#outline .footer_info h2{
	font-size: 50px;
}*/
p.h2_sub {
    text-align: center;
    color: #20ade4;
    font-weight: bold;
    padding-bottom: 2%;
    margin-bottom: 5%;
    font-size: 1.3em;
}
@media only screen and (max-width: 480px) {
p.h2_sub {
	font-size: 1em;
}
}

p.tx_center{
	text-align: center;
}
h4.tx_center, dt.tx_center{
    text-align: center;
    padding: 3%;
    font-size: 1.2em;
}
.privacylow {
    line-height: 2em;
    padding: 0;
}

.privacylow #content p {
    margin: 0 5% 5%;
}
body#privacylow div.privacylow p {
    margin: 0 0 5%;
	font-size: 14px;
}
body#privacylow p.tx_center {
    margin: 0;
    text-align: left;
}
.privacylow #content ul {
    list-style-type: decimal;
    list-style-position: inside;
}
.privacylow #content ol {
	list-style-type: none;
}
.privacylow #content ol li{
    padding-left: 1.4em;
    text-indent:-1.4em;
}
.privacylow #content ol li:before {
    content: '･';
	padding:0 1%;
}
.privacylow #content ol li.caution {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
ol li.caution:before{
	content: '＊';
	color: #FF0004;
	padding: 0 5px;
}
.addTable {
    border: 1px dashed #dfdfdf;
    padding: 15px;
    margin: 10px 0;
	font-size: 14px;
}
.cw860 ol {
    margin-bottom: 30px;
}
.cw860 ol:last-child {
    margin-bottom: 0;
}
ul.window {
    list-style-type: none;
	margin-bottom: 30px;
}

/* privacy common
========================================================*/
.linone{
	list-style-type: none;
}
ul.privacyArea {
    border: 1px solid #ccc;
    list-style-position: outside;
    padding: 15% 10% 10%;
    margin: 15% 5%;
}

ul.privacyArea li {
    margin-bottom: 5%;
}
.pmark{
	text-align: center;
	list-style-type: none;
}
.txR {
    list-style-type: none;
    text-align: right;
}

ul.privacyArea li.txR {
    margin-bottom: 1%;
}
ul.pri_abc{
	list-style-type:lower-alpha;
	list-style-position: inside;
	margin-bottom: 10%;
}
ul.pri_abc li{
    padding-left: 1.3em;
    text-indent: -1.3em;
}
ul.pri_abc a {
	color: #009ae3;
}
ul.pri_abc a:hover {
	opacity: .7;
}
body#privacylow .cw900.pr_tx div.privacylow {
    margin: 0 5%;
}
body#privacylow .privacylow.cw900.sp_mr {
    margin: 0 5%;
}
/* outline common
========================================================*/
@media screen and (min-width: 761px) {
body#outline content#content div.cw900 h3,
body#guide content#content div.cw900 h3{
	font-size: 40px;
    margin: 5% 0;
    text-align: center;
    color: #000000;
}
table.outTable01, table.outTable02{
    margin: 0 auto 10%;
    width: 90%;
}
table.outTable01 td, table.outTable02 td {
    border: 1px solid #afafb0;
	padding: 2% 4%;
	vertical-align: middle;
    font-size: 14px;
    line-height: 2em;
    border-right: none;
}
table.outTable01 tr td:first-child, table.outTable02 tr td:first-child {
    border-left: none;
}
table.outTable01 tr td:first-child{
	border-bottom: none;
}
table.outTable01 td.no_border{
	border: none;
}
table.outTable01 tr:last-child {
    border-bottom: 1px solid #ccc;
}
table.outTable01 td.r_border{
    border-right: 1px solid #ccc;
    border-bottom: none;
}
td.no_border span {
    display: inline-block;
    width:25%;
}
iframe {
    width: 100%;
	margin: 0 auto;
}
}
@media screen and (max-width: 760px) {
body#outline div.cw900{
	margin: 0 5%;
}
body#outline content#content div.cw900 h3,
body#guide content#content div.cw900 h3,
body#greeting content#content div.cw900 h3,
#news_release content#content div.cw900 h3 {
    font-size: 1.6em;
    margin-top: 10%;
    text-align: center;
    color: #000000;
}
body#greeting content#content div.cw900 h3.blueTitle {
	margin-top: 4%;
	font-family: "FOT-ロダン Pro M";
	color: #009ae3;
}
table.outTable01, table.outTable02{
    width: 100%;
    margin: 15% auto;
}
table.outTable01 td, table.outTable02 td {
    border: 1px solid #ececec;
	padding: 2% 4%;
	vertical-align: middle;
    font-size: 12px;
    line-height: 2em;
}

table.outTable01 th, table.outTable02 th{
	 display: block;
}
table.outTable01 td:nth-child(odd), table.outTable02 td:nth-child(odd){
    background-color: #ececec;
}
	table.outTable01 td, table.outTable02 td{
	display: block;
}
table.outTable01 td.t_white{
	background-color: #fff;
	border-top: none;
}
td.no_border span {
    display:block;
}
iframe {
    width: 100%;
    margin: 10% auto;
    height: 400px;
}
}
/* greeting common
========================================================*/
body#greeting .white_b img.img_sp {
    margin: 0 5%;
    width: 90%;
}
@media screen and (max-width: 767px) {
.policyBox, .greetingText{
    margin: 0 5%;
}
.floatR {
    float: none;
}
}
body#greeting div.cw900 p:first-child {
    margin: 0;
}

body#greeting div.cw900 p, body#greeting dl dd {
    line-height: 1.5em;
    font-size: 14px;
    padding-bottom: 5%;
}

body#greeting section.sub_b {
	background-color: #f1f2f2;
    border: none;
    padding: 5%;
    margin: 5% auto 0;
}
body#greeting div.cw900 p.mg0{
	margin: 0;
}
div.represent p{
    padding-bottom: 5%;
}

body#greeting div.cw900 p.tx_center {
    padding-top: 7%;
    padding-bottom: 1%;    
	font-weight: bold;
    font-size: 16px;
}
/* hexagon */
.hexagon {
  position: relative;
  width: 220px; 
  height: 127.02px;
  margin: 63.51px auto;
  background-image:url(../img/hex01.jpg);
  background-size: auto 254.0341px;
  background-position: center;
}
.hex02 {
    background-image: url("/img/hex02.jpg");
}
.hex03 {
    background-image: url("/img/hex03.jpg");
}
.hex04 {
    background-image: url("/img/hex04.jpg");
}

.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 155.56px;
  height: 155.56px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 32.22px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 220.0000px;
  height: 127.01705922171767px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.hexTop {
  top: -77.7817px;
}

.hexTop:after {
  background-position: center top;
}

.hexBottom {
  bottom: -77.7817px;
}

.hexBottom:after {
  background-position: center bottom;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 220.0000px;
  height: 127.0171px;
  z-index: 2;
  background: inherit;
}
/* hexagon end*/
.policy {
    background-color: #ffffff;
    box-shadow: 0 0 1px #000000;
    float: left;
    margin-bottom: 5%;
    min-height: 443px;
    padding: 2.5%;
    width: 42%;
}
.policy:nth-child(odd) {
    margin-right: 5%;
}
.policy p.tx_center {
    padding-top: 7%;
}
#greeting .policyBox {
	background-color: #f1f2f2;
	border-bottom: none;
	padding: 0;
    margin-top: 5%;
	margin-bottom: 5%;
}
.idea {
    font-size: 32px;
    color: #009ae3;
	text-align: center;
}

body#greeting div#particles p img {
    max-width: 480px;
    margin: 0 auto;
    display: block;
}
.cred {
    width: 90%;
    margin: 10% auto 15%;
}
.cred ul {
    line-height: 2em;
    list-style-position: inside;
    font-size: 14px;
    list-style-type: decimal;
    text-align: left;
}
.cred ul li {
    padding-bottom: 5%;
}

#greeting .valueWrap {
	background: url(/img/value_bg_pc.jpg) no-repeat 50% 0%;
	background-size: cover;
    padding: 4% 0;
}
#greeting .valueWrap .cw900 h3.valueTitle {
	font-size: 1.8em;
    margin-bottom: 3%;
}
#greeting .valueWrap .cw900 h3.valueTitle span {
	font-size: 0.4em;
	display: block;
	margin: 1% 0 0;
}
.valueWrap .cw900 .valueTxtWrap {
	padding: 0 5.5% 7%;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt {
	display: flex;
	flex-flow: wrap;
    align-items: center;
	margin: 0 0 3.3%;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt:last-child {
	margin: 0;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt img {
	width: 15.1%;
	height: auto;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt .txtBox {
	margin: 0 0 0 3.3%;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt .txtBox h4 {
	color: #009AE3;
	margin-bottom: 2%;
    font-size: 1.2em;
    font-weight: bold;
}
body#greeting .valueWrap div.cw900 .valueTxtWrap .valueTxt .txtBox p {
	line-height: 1.8em;    
    text-align: justify;
    padding: 0;
}

@media screen and (max-width: 767px) {
#greeting .valueWrap {
    background-image: url(/img/value_bg_sp.jpg), url(/img/value_bg_repeat_sp.jpg);
    background-position: center bottom, center bottom;
    background-repeat: no-repeat, repeat-y;
    background-size: contain, contain;
    padding: 4% 0;
}
#greeting .valueWrap .cw900 h3.valueTitle {
    margin-bottom: 7%;
}
.valueWrap .cw900 .valueTxtWrap {
	padding: 0 10% 7%;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt {
	display: block;
	margin: 0 0 10%;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt img {
    width: 35%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.valueWrap .cw900 .valueTxtWrap .valueTxt .txtBox {
	margin: 7% 0 0;
}
body#greeting .valueWrap div.cw900 .valueTxtWrap .valueTxt .txtBox h4 {
    text-align: center;
    margin-bottom: 5%;
}


}


@media screen and (max-width: 480px) {
.policy {
	background-color: #FFFFFF;
    width: 100%;
	float: none;
    padding-bottom: 5%;
}
}
.policy h4 {
    padding-top: 5%;
}
.white_b.credWrap{
	margin:5% 5% 10%;
	border-bottom: 0;
}
.textC img{
	width: 100%;
}
.dlWrap {
    margin-top: 10%;
}
@media screen and (min-width: 767px) {
	body#greeting .policyBox .cw900 {
	margin: 0 auto;
  width: 100%;
	}
.credWrap {
    margin-bottom: 10%;
}
.cred div.dlWrap dl {
    background-color: rgba(255, 255, 255, 0.60);
    width: 40%;
    float: left;
    margin: 5% auto 0;
    border: solid 1px #CCCCCC;
    padding: 3% 3%;
}
.cred div dl:nth-child(odd) {
    margin-right: 5%;
}

.cred div dl dt {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.cred div dl dd {
    font-family: FOT-ロダン Pro M;
    line-height: 1.7em;
}

}

/*---------------------------*/

a.more_btn {margin: 2vh 3% 0;}


div.greetingBox {
	overflow: hidden;
	zoom:1;
}
#greeting .policyBox {
	margin: 0;
	padding: 4% 0;
}

.sp_mgnLR {
	margin: 0 5% 0 5%;
}
.sp_mgnLR br {
	display: none;
}

/* tada 20190227
----------------------------------------------------*/
.isms-box{
    margin-bottom: 0;
    padding-bottom: 0;
	border-bottom: none;
}

table.tabeleheight {
	margin: 0 auto ;
}


.mb1{
	margin-bottom: 1em;
}

.isms-logo {
	margin: 33px 0;
	display: block;
	text-align: center;
}

.isms-logo img{
    width: 270px;
    height: auto;
}