@charset "UTF-8";
/* ===================================================

	Common print

 =================================================== */

/* sample comment
 --------------------------------------------------- */


/* 背景のグラフィック印刷設定を強制的にONに
 --------------------------------------------------- */

/* メインビジュアルテキスト位置
 --------------------------------------------------- */

 .main_bg_text .mainVisual_varticalItem h1:last-child {
   margin-top: 30px;
 }




/* ===================================================

	Pages print

 =================================================== */

/* top
 --------------------------------------------------- */



/* アースサポートの特徴
 --------------------------------------------------- */
 .specialtyBox_full .specialtyBox_content {
   position: relative;
   min-height: 170px;
 }

 .specialtyBox_full img {
   position: absolute;
   left: calc(360px / 2);
   top: 50%;
   transform: translateX(-50%)translateY(-50%);
 }

 .specialtyBox_full p {
   margin: 13px 35px 10px 360px;
 }
