@charset "UTF-8";
/*
 Theme Name: Chem2025
 Description: Chemix inc
 Author: Kazuya Tahara (HDJ)
 Version: 2025.10
*/


/*-----------------------------------------------
 __ResetCss
-----------------------------------------------*/
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-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

html{
overflow-y: scroll;
font-size: 62.5%;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}
table td{
vertical-align:middle;
}
caption, th{
text-align: left;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
/*-----------------------------------------------
 __BassSetting
-----------------------------------------------*/
body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.6;
    font-size: 1.6rem;
	color:#000000;
}
a{
	color:#008BBC;
	font-weight:inherit;
}
a:hover{
	color:#00C8C8;
	font-weight:inherit;
}

/*reCAPTCHAを非表示に*/
.grecaptcha-badge { visibility: hidden; }


/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
    height: 273px;
    position: relative;
}
.home #HEADER{
    height: 760px;
    background: url("refer/bg_title_index.jpg") no-repeat 50% 100%;
    background-size: cover;
}
.confirm #HEADER{
    height: 164px;
}
#HEADER .HeadBody{
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
#HEADER .TitleMain{
	width:208px;
	height:54px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto 30px 0;
	background:url("refer/logo_chemix.png") no-repeat 0 0;
	background-size:contain;
}
#HEADER .TitleMain a{
    display: block;
    width: 100%;
    height: 100%;
}
#HEADER .NavGlobal ul#menu-global{
    display: flex;
    justify-content: space-around;
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}
#HEADER .NavGlobal ul#menu-global > li{
    width: 25%;
    line-height: 50px;
    text-align: center;
}
#HEADER .NavGlobal ul#menu-global > li > a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: rgba(0,126,189,1.00);
    text-decoration: none;
}
#HEADER .NavGlobal ul#menu-global > li > a:hover{
    border-bottom: 5px solid rgba(0,126,189,0.3);
}
#HEADER .NavGlobal ul#menu-global > li#menu-item-154 > a{
    color: rgba(0,169,157,1.0);
}
.confirm #HEADER .NavGlobal ul#menu-global > li#menu-item-154 > a{
    border-bottom: 5px solid rgba(0,169,157,1.0) !important;
}
#HEADER .NavGlobal ul#menu-global > li#menu-item-154 > a:hover{
    border-bottom: 5px solid rgba(0,169,157,0.3) !important;
}

.tax-ys_group_category #HEADER .NavGlobal ul#menu-global > .menu-item-153 > a,
#HEADER .NavGlobal ul#menu-global > .current-menu-parent > a,
#HEADER .NavGlobal ul#menu-global > .current-menu-item  > a{
    border-bottom: 5px solid #007EBD;
}
#HEADER .sub-menu{
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #005580;
}
#HEADER .NavGlobal .sub-menu li{
    width: 166.66px;
    min-width: 166.66px;
    line-height: 70px;
    font-size: 1.4rem;
}
#HEADER .NavGlobal .sub-menu li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid rgba(255,255,255,0.4);
}
#HEADER .NavGlobal .sub-menu .current-menu-item a{
    border-bottom: 5px solid #FCEE21;
}
.tax-ys_group_category #HEADER .NavGlobal .sub-menu .menu-item-object-ys_group_category a{
    border-bottom: 5px solid #FCEE21;
}

#HEADER .NavGlobal .sub-menu li a:hover{
    background-color: rgba(255,255,255,0.2);
}

.home #HEADER .sub-menu,
.confirm #HEADER .sub-menu{
    display: none;
}
.post-type-archive-post  #HEADER .NavGlobal .sub-menu li,
.privacy-policy #HEADER .NavGlobal .sub-menu li,
.confirm #HEADER .NavGlobal .sub-menu li,
.single #HEADER .NavGlobal .sub-menu li,
.recruit #HEADER .NavGlobal .sub-menu li{
    display: none;
}




#HEADER .InqBox{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
#HEADER .InqBox li{
    width: 220px;
    height: 50px;
    font-size: 1px;
    text-indent: -9999px;
    margin-left: 5px;
}
#HEADER .InqBox li a{
    display: block;
    width: 100%;
    height: 100%;
}
#HEADER .InqBox li a:hover{
    background-color:rgba(255,255,255,0.2);
}
#HEADER .InqBox li.Global{
    background: url("refer/bt_global.png") no-repeat 0 0;
    background-size: contain;
}
.home #HEADER .InqBox li.Global{
    background: url("refer/bt_global_top.png") no-repeat 0 0;
    background-size: contain;
}
#HEADER .InqBox li.Inq{
    background: url("refer/bt_inq.png") no-repeat 0 0;
    background-size: contain;
}
#HEADER .InqBox li.Tel{
    background: url("refer/bt_tel.png") no-repeat 0 0;
    background-size: contain;
}
.home #HEADER h2{
    width: 772px;
    height: 85px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 250px auto auto;
    background: url("refer/title_theme.png") no-repeat 0 0;
    background-size: contain;
}

/*Hamburger Menu*/
#HEADER #nav-drawer #nav-input,
#HEADER #nav-drawer #nav-open,
#HEADER #nav-drawer #nav-close{
	display:none;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
footer{
    background-color: #005580;
}
footer *{
    color: #FFF;
}
footer a{
    text-decoration: none;
}
footer a:hover{
    color: #FFF;
    text-decoration: underline;
}
footer .FootBody{
    width: 1000px;
    margin: 0 auto;
    padding-top:30px;
    padding-bottom: 30px;
}
footer .Sitemap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
footer .Sitemap h2{
    font-weight: bold;
}
footer .Sitemap ul{
    border-left: 1px solid #FFF;
    margin-left: 0.5em;
}
footer .Sitemap ul li{
    font-size: 1.4rem;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}
footer .InqBox{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
footer .InqBox li{
    width: 220px;
    height: 50px;
    font-size: 1px;
    text-indent: -9999px;
    margin-left: 5px;
}
footer .InqBox li a{
    display: block;
    width: 100%;
    height: 100%;
}
footer .InqBox li a:hover{
    background-color:rgba(255,255,255,0.2);
}
footer .InqBox li.Global{
    background: url("refer/bt_global.png") no-repeat 0 0;
    background-size: contain;
}
footer .InqBox li.Inq{
    background: url("refer/bt_inq.png") no-repeat 0 0;
    background-size: contain;
}
footer .InqBox li.Tel{
    background: url("refer/bt_tel.png") no-repeat 0 0;
    background-size: contain;
}
footer .Privacy{
    display: flex;
    margin-bottom: 20px;
}
footer .Privacy li{
    font-size: 1.4rem;
    margin-right: 2em;
}
footer .Privacy li.Group{
    display: none;
}
footer .Copyright{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
footer .Copyright .Copy{
    font-size: 1.4rem;
}
footer .PageTop{
    width: 40px;
    height: 60px;
    font-size: 1px;
    text-indent: -9999px;
    background: #007EBD url("refer/ic_pagetop.png") no-repeat 50% 10px;
    background-size: 30px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9999;
}
footer .PageTop a{
    display: block;
    width: 100%;
    height: 100%;
}
footer .PageTop a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 _article
-----------------------------------------------*/
article {
    margin: 0 auto;
	padding-bottom:60px;
}
article .MainVisual  h1{
    width: 1000px;
    font-size: 4rem;
    line-height: 1em;
    margin: 0 auto;
}
article h1{
    width: 100%;
    font-size: 3rem;
    margin: 0 auto 1em;
}

article .MainVisual{
    width: 100vw;
    height: 400px;
    display: table;
}
article .MainVisual .Title{
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}
article .MainVisual .En{
    width: 1000px;
    font-size: 2rem;
    margin: 0 auto;
}
article .Container{
    width: 1000px;
    margin: 0 auto;
 }
article h2{
	font-size:3rem;
    font-weight: bold;
	color:#005580;
	margin:2em  0 0.5em;
}
article h3{
    font-size:2rem;
    font-weight: bold;
	color:#005580;
	margin:2em  0 0.5em;
}
article h2 + h3{
	margin-top:15px;
}
article h3:first-child{
	margin-top:30px;
}
article h4{
	font-size:1.6rem;
    font-weight: bold;
	margin:1em  0 0.5em;
}
article h3 + h4{
	margin-top:0;
}
article h5{
	font-size:1.6rem;
	margin:1em 0 5px;
}
article p{
	margin:0 0 1em;
}
article ul{
	margin:0 0 1em;
}
article ol{
	margin:0 0 1em;
}
article li ul,
article li ol,
article li dl{
	margin:0;
}
article dl{
	margin:0 0 1em;
}
article figure{
	margin:0 0 1em;
	text-align:center;
}
article sup{
	font-size:0.75%;
	vertical-align:top;
}
article sub{
	font-size:0.75%;
	vertical-align:bottom;
}
article .Italic{
	font-style:italic;
	font-weight:inherit;
}
article .UL{
	text-decoration:underline;
}
article .Red{
	color:#F00;
}
article .Blue{
	color: #006BDA;
}
article strong{
	font-weight:bold;
}
article table{
	width:auto;
	margin:0 auto 1em 0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
article table th{
	padding:0.5em 1em;
	color:#FFF;
	background: rgba(64,139,218,1.00);
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
article table td{
	padding:0.5em 1em;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
article .Flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
article .AlignRight{
	text-align:right;
}
article .AlignCenter{
	text-align:center;
	vertical-align:middle;
}
article .ListIc li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
article .ListIc li::before{
	display:inline-block;
	width:1em;
	content:"●";
	font-size:10px;
	text-align:center;
	color:rgba(19,80,162,1.00);
	position:absolute;
	top:0.3em;
	left:0;
}
article .ListIc li li{
	padding-left:0;
	margin-bottom:0;
	padding-bottom:0;
}
article .ListIc li .ListNote li{
	padding-left:1em;
}
article .ListIc li li::before{
	content:"";
	width:0;
}
article .ListIc li .ListNote li:before{
	content:"※";
	width:1em;
	font-size:100%;
}
article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
article .ListNoteNum li{
	padding-left:1.5em;
	position: relative;
}
article .ListNoteNum li .Num{
	color:#F00;
	position: absolute;
	left:0;
	top:0;
}
article .ListNote li::before{
	display:inline-block;
	width:1em;
	content:"※";
	text-align:center;
	color: rgba(255,0,0,1.00);
	position:absolute;
	top:0em;
	left:0;
}
article .ListNum li{
	margin-left:30px;
	padding-bottom:1em;
	list-style-type:decimal;
}
article .ListNum li ul,
article .ListNum li ol{
	margin:0;
}
article .ListNum li .ListNote li{
	margin:0;
	padding-bottom:0;
	list-style-type:none;
}
article .IcLinkBlank{
	display:inline-block;
	padding-left:1em;
	background:url(refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:12px;
}
article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
article .FootInfo{
	padding-top:1em;
	margin-top:2em;
	border-top:2px solid rgba(30,95,122,1.00);
}
article .Bt{
	width:60%;
	line-height:1.6;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 20px;
	border-radius:3px;
	background-color: rgba(25,34,96,1.00);
}
article .BtNoLink{
	padding-top:12px;
	padding-bottom:12px;
}
article .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	background-color:rgba(255,255,255,0.00);
}
article .Bt a:hover{
	display:block;
	background-color:rgba(255,255,255,0.2);
}
article .BtCoi{
	width:60%;
	background-image:url(refer/ic_guide.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
}
article .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:25px;
}
article .BtPdf{
	background-image: url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:30px;
}
article .BtXls{
	background-image:url(refer/ic_xls.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #3CA503;
	background-size:30px;
}
article .BtWord{
	background-image:url(refer/ic_word.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(0,147,187,1.00);
	background-size:30px;
}
article .BtLink{
	width:60%;
	background-image:
		url(refer/ic_link_left.png),
		url(refer/ic_link_right.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		10% 50%,
		90% 50%;
	background-size:
		20px, 20px;
}
article .IcPDF{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background:url(refer/ic_link_pdf_l_dl.png) no-repeat 0 50%;
}
article .IcPPT{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background: url(refer/ic_link_ppt_l_dl.png) no-repeat 0 50%;
}
article .MainBox .Pager{
    width: auto !important;
    text-align: center;
    margin-top: 60px;
}
article .MainBox .Pager ul{
    display: flex;
    justify-content: center;
}
article .MainBox .Pager li{
    font-size: 1.4rem;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #005580;
}
article .MainBox .Pager li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
}
article .Pager li.Prev a{
    padding: 0.5em 1em 0.5em 1.5em;
}
article .Pager li.Prev a::before{
    content: "« "
}
article .Pager li.Next a{
    padding: 0.5em 1.5em 0.5em 1em;
}
article .Pager li.Next a::after{
    content: " »"
}
article .wp-pagenavi{
    text-align: center;
    margin-top: 60px;
}
article .wp-pagenavi .pages{
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2rem;
}
article .wp-pagenavi .nextpostslink,
article .wp-pagenavi .previouspostslink{
    display: inline-block;
    width: 2em;
    color: #005580;
    text-decoration: none;
    font-size: 2.0rem;
    text-align: center;
}
article .wp-pagenavi .nextpostslink:hover,
article .wp-pagenavi .previouspostslink:hover{
    color: #0092DC;
}
article .wp-pagenavi .current{
    display: inline-block;
    color: #FFF;
    padding: 0.2em 0.5em;
    margin-right: 0.25em;
    margin-left: 0.25em;
    background-color: #005580;
    border: 1px solid #005580;
}
article .wp-pagenavi .page{
    display: inline-block;
    color: #005580;
    text-decoration: none;
    padding: 0.2em 0.5em;
    margin-right: 0.25em;
    margin-left: 0.25em;
    border: 1px solid #005580;
}
article .wp-pagenavi .page:hover{
    color: #FFF;
    background-color: #005580;
}
article .wp-pagenavi .first,
article .wp-pagenavi .last{
    color: #005580;
    text-decoration: none;
    font-size: 1.2rem;
}
article .wp-pagenavi .first:hover,
article .wp-pagenavi .last:hover{
    color: #0092DC;
}


/*-----------------------------------------------
 __archive
-----------------------------------------------*/
.archive article{
    padding-top: 60px;
}
.archive article .Container{
    display: flex;
    justify-content: space-between;
}
.archive article .Container .MainBox{
    width: 760px;
}
.archive article .NewsList li{
    padding-left: 10em;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
}
.archive article .NewsList li .Date{
    font-weight: normal;
    color: #005580;
    position: absolute;
    left: 0;
    top: 0;
}
.archive article .Container aside{
    width: 200px;
}
.archive article .Container aside h2{
    font-size: 1.6rem;
}
.archive article .Container aside h2{
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
}
.archive article .Container aside .year-list li{
    background-color: #005580;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.archive article .Container aside .year-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0.5em;
}
.archive article .Container aside .year-list li a:hover{
    background-color:rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __single-post
-----------------------------------------------*/
.single-post article{
    padding-top: 60px;
}
.single-post  article .Container{
    display: flex;
    justify-content: space-between;
}
.single-post  article .Container .MainBox{
    width: 760px;
}
.single-post  article .Container .MainBox .Date{
    font-size: 1.4rem;
    margin-bottom: 0;
}
.single-post article .Container aside{
    width: 200px;
}
.single-post article .Container aside h2{
    font-size: 1.6rem;
}
.single-post article .Container aside h2{
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
}
.single-post article .Container aside .year-list li{
    background-color: #005580;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.single-post article .Container aside .year-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0.5em;
}

/*-----------------------------------------------
 __home
-----------------------------------------------*/

.home article{
    padding-top: 60px;
}
.home article .Container{
    display: flex;
    justify-content: space-between;
}
.home article .AboutBox{
    display: flex;
}
.home article .AboutBox .About{
    width: 320px;
    margin-right: 20px;
}
.home article .AboutBox .Business{
    width: 340px;
    margin-right: 10px;
}
.home article .AboutBox h2{
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0;
    margin-bottom: 0;
}
.home article .AboutBox h3{
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.home article .About h2{
    background: url("refer/ic_world.png") no-repeat 50% 50%;
    background-size: 86px;
}
.home article .Business h2{
    background: url("refer/ic_chemix.png") no-repeat 50% 50%;
    background-size: 86px;
}
.home article .NavAbout{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home article .NavAbout li{
    width: 48%;
    font-size: 1.4rem;
    margin-right: 2%;
    margin-bottom: 0.4em;
    text-align: center;
    background-color: #007EBD;
}
.home article .NavBusiness li{
    font-size: 1.4rem;
    margin-bottom: 0.4em;
    text-align: center;
    background-color: #007EBD;
}
.home article .NavBusiness li a,
.home article .NavAbout li a{
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0.4em 0;
}
.home article .NavBusiness li a:hover,
.home article .NavAbout li a:hover{
    background-color: rgba(255,255,255,0.2);
}

.home article .BnBox .BnMed{
    width: 280px;
    height: 131px;
    font-size: 1px;
    text-indent: -9999px;
    margin-bottom: 40px;
    background: url("refer/bn_medical.jpg") no-repeat 0 0;
    background-size: contain;
}
.home article .BnBox .BnSup{
    width: 280px;
    height: 93px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/bn_supply.jpg") no-repeat 0 0;
    background-size: contain;
}
.home article .BnBox .BnMed a,
.home article .BnBox .BnSup a{
    display: block;
    width: 100%;
    height: 100%;
}
.home article .BnBox .BnMed a:hover,
.home article .BnBox .BnSup a:hover{
    background: rgba(255,255,255,0.2);
}
.home article .WhatsNew h2{
    font-size: 1.6rem;
    border-bottom: 3px solid #005580;
}
.home article .WhatsNew li{
    padding-left: 10em;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
}
.home article .WhatsNew li .Date{
    font-weight: normal;
    color: #005580;
    position: absolute;
    left: 0;
    top: 0;
}
.home article .BtNews{
    width: 15em;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    background-color: #007EBD;
    margin: 0 auto;
}
.home article .BtNews a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    padding: 0.4em 0;
}
.home article .BtNews a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __greet
-----------------------------------------------*/
.greetings article .MainVisual{
    background-image:url("refer/president.png"),url("refer/bg_title_greet.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:calc((100% - 1000px)/2 + 1000px - 130px) 100%, 50% 100%;
    background-size: 320px, cover;
}
.greetings article .MainVisual .Title{
    color: #393147;
}
.greetings article .Container{
    display: flex;
    justify-content: space-between;
}
.greetings article .Container .MainBox{
    width: 760px;
    padding-top: 20px;
    padding-right: 60px;
}
.greetings article .Container .MainBox .President{
    font-size: 2rem;
    margin-top: 2em;
}
.greetings article .Container .MainBox .President strong{
    font-size: 2.4rem;
}
.greetings article .Container .BnBox{
    width: 240px;
    padding-top: 60px;
}
.greetings article .Container .BnBox h2{
    font-size: 1.6rem;
    margin-top: 0;
}
.greetings article .Container .BnBox .Group li{
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    background-color: #007EBD;
    margin-bottom: 0.3em;
}
.greetings article .Container .BnBox .Group li a{
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0.5em 0;
}
.greetings article .Container .BnBox .Group li a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __our bisiness
-----------------------------------------------*/
.our-business article .MainVisual{
    background:url("refer/bg_title_intro.jpg") no-repeat 50% 50%;
    background-size:cover;
}
.our-business article .MainVisual .Title{
    text-align: right;
    color: #005580;
    padding-right: 120px;
}
.our-business article .MainVisual .En{
    padding-right: 20px;
}
.our-business article .Container .Section{
    display: flex;
    justify-content: space-between;
}
.our-business article .Container .Section .MainBox{
    width: 760px;
    padding-right: 60px;
}
.our-business article .Container .Section .MainBox h3:first-child{
    margin-top: 0;
}
.our-business article .Container .Section .BnBox{
    width: 240px;
}
.our-business article .Container .Section .BnBox img{
    width: 240px;
    height: auto;
}
.our-business article .Container .FigBox figure{
    text-align: left;
}
.our-business article .Container .FigBox figure img{
    display: inline-block;
    margin-right: 40px;
}
/*-----------------------------------------------
 __philosophy
-----------------------------------------------*/
.philosophy .MainVisual{
    background: url("refer/bg_title_quality.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.philosophy .MainVisual .Title{
    color: #FFF;
}

/*-----------------------------------------------
 __company-overview
-----------------------------------------------*/
.company-overview .MainVisual{
    background: url("refer/bg_title_outline.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.company-overview .MainVisual .Title{
    color: #FFF;
}
.company-overview .Overview dt{
    float: left;
    color: #005580;
}
.company-overview .Overview dd{
    padding-left: 5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #F2F2F2;
}
.company-overview .History dt{
    float: left;
    color: #005580;
}
.company-overview .History dd{
    padding-left: 7em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #F2F2F2;
}
/*-----------------------------------------------
 __access
-----------------------------------------------*/
.access .MainVisual{
    background: url("refer/bg_title_office.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.access .MainVisual .Title{
}
.access .Map{
    display: flex;
    justify-content: space-between;
}
.access .Map dl{
    width: 460px;
}
.access .Map dl dt{
    float: left;
    width: 5em;
    text-align: right;
}
.access .Map dl dd{
    padding-left: 5em;
    margin-bottom: 1em;
}
.access .Flex{
    align-items: flex-start;
    margin-top: 2em;
}
.access .Flex h3:first-child{
    margin-top: 0;
}
.access .Flex .Ex{
    width: 700px;
}
.access .Flex .Photo{
    width: 250px;
}
.access .Flex .Photo img{
    width: 250px;
    height: auto;
}
.access .Flex .Photo figcaption{
    font-size: 1.4rem;
}

/*-----------------------------------------------
 __group
-----------------------------------------------*/
.tax-ys_group_category article,
.post-type-archive-ys_group article{
    padding-top: 0;
}
.tax-ys_group_category .MainVisual,
.post-type-archive-ys_group .MainVisual{
    background: url("refer/bg_title_grobal.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.tax-ys_group_category .MainVisual h1,
.post-type-archive-ys_group .MainVisual h1{
    color: #FFF;
    text-align: right;
}
.tax-ys_group_category  .MainVisual .En,
.post-type-archive-ys_group .MainVisual .En{
    color: #FFF;
    text-align: right;
    padding-right: 3em;
}
.tax-ys_group_category article .Container,
.post-type-archive-ys_group article .Container {
    display: block;
}
.tax-ys_group_category .NavGroval ul,
.post-type-archive-ys_group .NavGroval ul{
    display: flex;
    border-bottom: 4px solid #007EBD;
}
.tax-ys_group_category  .NavGroval ul li,
.post-type-archive-ys_group .NavGroval ul li{
    width: 25%;
    line-height: 3em;
    text-align: center;
    background-color: #F2F2F2;
}
.tax-ys_group_category .NavGroval ul li a,
.post-type-archive-ys_group .NavGroval ul li a{
    display: block;
    width:100%;
    height: 100%;
    color: #007EBD;
    text-decoration: none;
}
.tax-ys_group_category .NavGroval ul li a:hover,
.post-type-archive-ys_group .NavGroval ul li a:hover{
    color: #FFF;
    background-color: #007EBD;
}
.tax-ys_group_category .NavGroval ul li.current-cat,
.post-type-archive-ys_group .NavGroval ul li.current-cat{
    color: #FFF;
    background-color: #007EBD;
}
.tax-ys_group_category .NavGroval ul li.current-cat a,
.post-type-archive-ys_group .NavGroval ul li.current-cat a{
    color: #FFF;
}
.tax-ys_group_category .Corp,
.post-type-archive-ys_group .Corp{
    display: flex;
    margin-top: 30px;
}
.tax-ys_group_category  .Corp figure,
.tax-ys_group_category  .Corp p,
.post-type-archive-ys_group .Corp figure,
.post-type-archive-ys_group .Corp p{
    margin-bottom: 0;
}
.tax-ys_group_category .Corp .CorpInfo,
.post-type-archive-ys_group .Corp .CorpInfo{
    width: 320px;
    min-width: 320px;
    padding-right:15px;
    margin-right: 15px;;
    border-right: 3px solid #007EBD;
}
.tax-ys_group_category .Corp .CorpInfo h3,
.post-type-archive-ys_group .Corp .CorpInfo h3{
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}
.tax-ys_group_category .Corp .CorpInfo h4,
.post-type-archive-ys_group .Corp .CorpInfo h4{
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0;
}
.tax-ys_group_category .Corp .CorpInfo .URL,
.post-type-archive-ys_group .Corp .CorpInfo .URL{
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.tax-ys_group_category  .Corp .CorpInfo .CorpInfoList,
.post-type-archive-ys_group .Corp .CorpInfo .CorpInfoList{
    font-size: 1.4rem;
}
/*要素内が空のタグを非表示に*/
.tax-ys_group_category  .Corp .CorpInfo .CorpInfoList:empty,
.post-type-archive-ys_group .Corp .CorpInfo .CorpInfoList:empty{
  display: none;
}
.tax-ys_group_category .Corp .CorpInfo .CorpInfoList li,
.post-type-archive-ys_group .Corp .CorpInfo .CorpInfoList li{
    padding-left: 4em;
    position: relative;
}
.tax-ys_group_category .Corp .CorpInfo .CorpInfoList li .HD,
.post-type-archive-ys_group .Corp .CorpInfo .CorpInfoList li .HD{
    display: inline-block;
    width: 4em;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}
.tax-ys_group_category  .Corp .CorpOutline,
.post-type-archive-ys_group .Corp .CorpOutline{
    min-width: 450px;
    max-width: 650px;
    font-size: 1.4rem;
    margin-right: 15px;
}
.tax-ys_group_category  .Corp .CorpImg,
.post-type-archive-ys_group .Corp .CorpImg{
    width: 200px;
}
.tax-ys_group_category  .Corp .CorpImg img,
.post-type-archive-ys_group .Corp .CorpImg img{
    width: 200px;
    height: auto;
}
/*-----------------------------------------------
 __recruit
-----------------------------------------------*/
.recruit .MainVisual{
    background: url("refer/bg_title_recruit.png") no-repeat 50% 50%;
    background-size: cover;
}
.recruit .MainVisual .Title{
    color: #FFF;
    text-align: right;
}
.recruit .MainVisual .Title h1{
    padding-right: 100px;
}
.recruit .MainVisual .Title .En{
    padding-right: 140px;
}
.recruit .Outline{
    padding-top: 1em;
    margin-top: 2em;
    border-top: 1px solid #CCCCCC;
}
.recruit .Outline dt{
    float: left;
    color: #005580;
}
.recruit .Outline dd{
    padding-left: 8em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #CCCCCC;
}
/*-----------------------------------------------
 __privacy-policy
-----------------------------------------------*/
.privacy-policy .MainVisual{
    height: 200px;
    background-color: #EFEFEF;
    margin-bottom: 2em;
}

/*-----------------------------------------------
 __contact
-----------------------------------------------*/
.contact #HEADER .sub-menu li{
    display: none;
}
.contact article{
    background-color: #F2F2F2;
}
.contact article .MainVisual{
    height: 200px;
}
.contact article .MainVisual h1{
    width: auto;
    font-size: 3.0rem;
    font-weight: bold;
    color: #005580;
    text-align: center;
}
.contact article .MainVisual .En{
    display: none;
}
.contact article form{
    font-size: 2.0rem;
}
.contact article form p{
    font-weight: bold;
}
.contact article form label{
    font-weight: bold;
}
.contact article form label input{
    width: 100%;
    font-size: 2.0rem;
    padding: 0.5em;
    border: 1px solid #CCC;
}
.contact article form .Required{
    position: relative;
}
.contact article form .Required::before{
    display: inline-block;
    width: 4em;
    content: "必須";
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    background-color: #C1272D;
    border-radius: 4px;
    position: absolute;
    left: -4.5em;
    top: 0.3em;
}
.contact article form .Select .wpcf7-list-item{
    display: block;
    font-weight: normal;
    margin-left: 0;
}
.contact article form .Select .wpcf7-list-item input{
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: -0.4rem;
    margin-right: 0.5em;
}
.contact article form label span{
    display: inline-block;
    width: 100%;
}
.contact article form label .wpcf7-list-item-label{
    width: auto;
}
.contact article form label .wpcf7-textarea{
    width: 100%;
    font-size: 2.0rem;
    font-weight: normal;
    padding: 0.5em;
    border: 1px solid #CCC;
}
.contact .BtBox{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}
.contact .BtBox .BtSubmit,
.contact .BtBox .BtCancel{
    width: 360px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}
.contact .BtBox .BtSubmit input,
.contact .BtBox .BtCancel a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 3em;
    text-decoration: none;
    background-color: #007EBD;
}
.contact .BtBox .BtSubmit input:hover,
.contact .BtBox .BtCancel a:hover{
    background-color: #2E95C9;
}
.contact .BtBox .BtSubmit input{
    border: 0;
}
.contact .Recaptcha{
    font-size: 1.0rem;
    font-weight: normal;
    color: #999;
}
/*-----------------------------------------------
 __confirm（医療関係者ですか？）
-----------------------------------------------*/
.confirm article{
    padding-top: 60px;
    background: url(refer/bg_medical.jpg) no-repeat 0 10px;
    background-size: 100vw;
}
.confirm .Container{
    padding: 60px 40px;
    background-color: rgba(255, 255, 255, 0.95);
}
.confirm .Container .Logo{
    width: 352px;
    height: 69px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 20px;
    background:url(refer/logo_chemix_medical.png) no-repeat 0 0;
    background-size: contain;
}
.confirm .Container h1{
    width: auto;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.confirm .Container .BtSelect{
    display: flex;
    justify-content: center;
}
.confirm .Container .BtSelect li{
    width: 240px;
    text-align: center;
    line-height: 60px;
    margin-right: 25px;
    margin-left: 25px;
    background-color: #009fc8;
    border-radius: 5px;
}
.confirm .Container .BtSelect li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.confirm .Container .BtSelect li a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}