@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;700&display=swap");
/*0%で四角*/
/*ボタン自体の色、開いたメニューの背景色*/
/*メニュー3本線の色、開いたメニューのテキストの色*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  -webkit-appearance: none;
}

body {
  text-align: center;
  background: white;
  color: #333333;
  cursor: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  padding: 5px 0 10px;
}

blockquote {
  margin: 15px 0;
  padding: 10px 15px 3px;
  background: #faf6ed;
}

pre {
  background: #eee;
  margin: 1em 0;
  padding: 0 20px;
  overflow: auto;
  width: auto;
}

code {
  color: #5b5905;
  font-family: sans-serif;
  letter-spacing: 0;
}

ul, ol {
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: none;
}

dl {
  margin: 10px 0;
}

a {
  color: #0071bb;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #3b41a4;
}

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

a:focus,
a:active {
  color: #ff9900;
}

em {
  font-weight: bold;
  color: #666666;
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #ee4477;
}

hr {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  color: #fff;
  background: transparent;
  vertical-align: bottom;
}

embed, object {
  outline: 0;
  vertical-align: bottom;
}

abbr, acronym {
  cursor: help;
}

sup {
  vertical-align: super;
  font-size: 70%;
}

sub {
  vertical-align: baseline;
  font-size: 70%;
}

fieldset {
  border: 1px solid #dddddd;
  margin: 0 0 15px;
  padding: 10px;
}

input,
textarea {
  padding: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

select option {
  padding: 0 5px;
}

label {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
  background: #fafafa;
}

ul.list, ul.list-kome {
  padding-left: 0;
}

ul.list li, ul.list-kome li {
  margin-left: 1em;
  position: relative;
}

ul.list li:before {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: -0.7em;
  background: #eb0029;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

ul.list-kome li:before {
  display: block;
  position: absolute;
  left: -1em;
  content: '※';
}

/******************************************************************** clearfix
*/
/*#container,*/
.clearfix {
  overflow: hidden;
}

/******************************************************************** utilities
*/
.aL {
  text-align: left;
}

.aC {
  text-align: center;
}

.aR {
  text-align: right;
}

.fR {
  float: right;
}

.fL {
  float: left;
}

.clr {
  float: none;
  clear: both;
}

.temp-notes {
  font-size: 120%;
  color: #c00;
  font-weight: bold;
  background: #f8f8f8;
  margin: 1em;
  padding: 1em;
}

.sp_br {
  display: inline;
}

.sp_blind {
  display: none;
}

.pc_br {
  display: none;
}

.pc_blind {
  display: block;
}

/* layout change pc <=> sp btn. !need js cookie setting! */
/*#pcsp_switch li {}*/
@media screen and (min-width: 640px) {
  .sp_br {
    display: none;
  }

  .sp_blind {
    display: block;
  }

  .pc_br {
    display: inline;
  }

  .pc_blind {
    display: none;
  }
}
.slicknav_btn {
  display: block;
  position: relative;
  float: right;
  background: url(../img/bg_menu.png) no-repeat 0 100%;
  background-size: auto 48px;
  width: 50px;
  height: 48px;
  cursor: pointer;
}

.slicknav_menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  box-sizing: border-box;
  *zoom: 1;
  /*.slicknav_no-text {
  	margin: 0;
  }
  .slicknav_icon-bar {
  	display: block;
  	background-color: $slicknav_color_text;
  	width: 60%;
  	height: 3px;
  	margin: 0 auto 6px;
  	border-radius: 1px;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  &:before {
  	content: " ";
  	display: table;
  }
  &:after {
  	content: " ";
  	display: table;
  	clear: both;
  }*/
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_menu .slicknav_icon {
  display: none;
}

.slicknav_nav {
  clear: both;
  color: #eb0029;
  background: #fff;
  border: 2px solid #EB0029;
  margin: 0;
  padding: 0;
}
.slicknav_nav ul {
  display: block;
  overflow: hidden;
  list-style: none;
}
.slicknav_nav li {
  display: block;
  border-top: 1px dotted #EB0029;
}
.slicknav_nav li:first-child {
  border-top: none;
}
.slicknav_nav a {
  display: block;
  background-color: white;
  padding: 10px;
  color: #eb0029;
  text-decoration: none;
}
.slicknav_nav a:before {
  content: attr(data-label);
}
.slicknav_nav a:hover {
  background: #cccccc;
  color: #eb0029;
}
.slicknav_nav a img {
  display: none;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_nav .slicknav_arrow {
  margin: 0 0 0 0.4em;
  font-size: 0.8em;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  background: #cccccc;
  color: #eb0029;
  border-radius: 6px;
}

.slicknav_brand {
  float: left;
  height: 44px;
  padding: 7px 12px;
  color: #eb0029;
  font-size: 18px;
  line-height: 30px;
}

/******************************************************************** structure
*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}

/*header,*/
#container {
  width: 100%;
}

#container {
  margin: 0 auto;
  text-align: left;
}

#contents {
  position: relative;
  font-size: 14px;
}



@media screen and (min-width: 1200px), print {
  #wrapper {
    padding-top: 100px;
  }
}
/*@media screen and (min-width: $device480){
	body{}
}
@media screen and (min-width: $device768){
	body{}
}*/
@page {
  margin: 20px;
}
/*印刷プレビュー時の上下左右の余白*/

/******************************************************************** main
*/
#main {
    position: relative;
}
#main .main-catch {
    position: absolute;
    top: 60%;
    right: 1%;
    translate: 0 -50%;
}
#main .main-catch span {
    display: block;
    margin: 0.5em 0;
    padding: 0.2em 1.0em;
    width: max-content;
    color: #222;
    font-size: max( 16px, 2.0vw );
    font-weight: 700;
    background: #fff;
}

#main ul {
  padding: 0;
  margin: 0;
}

#main2 {
  position: relative;
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main2 h2 {
  font-size: 24px;
  font-family: "Anton", "Noto Sans JP", sans-serif;
  color: #333;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#main2 h2 span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 640px), print {
  #main2 {
    height: 240px;
  }
  #main2 h2 {
    font-size: 50px;
  }
  #main2 h2 span {
    font-size: 20px;
  }
}
/******************************************************************** container
*/
#container {
  margin: 0 auto;
  width: auto;
}
#container .contbox {
  border-top: 4px solid #eb0029;
  border-bottom: 4px solid #eb0029;
  background: url(../img/contbox_bg.png) repeat 0 0;
  background-size: 96px;
  padding: 20px 10px;
}
#container .contbox ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#container .contbox ul li {
  margin-top: 20px;
}
#container .contbox ul li span {
  display: block;
  /*margin-top: 5px;*/
}
#container .contbox ul li:first-child {
  /*margin-top: 0;*/
  display: none;
}

@media screen and (min-width: 640px), print {
  #container a:hover img {
    opacity: .7;
  }
  #container .contbox ul {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
  }
  #container .contbox ul li {
    margin: 0 auto;
    width: 50%;
    /*float: left;*/
  }
  #container .contbox ul li img {
    width: auto;
  }
}
/******************************************************************** contents
*/
#breadcrumbsList {
  margin: 0 10px;
  padding: 0;
}
#breadcrumbsList li {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 10px;
}
#breadcrumbsList li:before {
  content: '>';
  display: block;
  position: absolute;
  left: 0;
}
#breadcrumbsList li:first-child {
  padding-left: 0;
}
#breadcrumbsList li:first-child:before {
  display: none;
}

#contents .migration {
  overflow: hidden;
  padding: 30px 0;
}
#contents .migration ul {
  overflow: hidden;
  margin: 0 10px;
  padding: 0;
  border-top: 1px solid #eb0029;
}
#contents .migration li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #eb0029;
  border-top: none;
  font-size: 14px;
}
#contents .migration li:nth-child(2n) {
  border-left: none;
}
#contents .migration a {
  background-repeat: no-repeat;
  background-position: 50% 5px;
  background-size: 40px auto;
  padding: 35px 0 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #eb0029;
}
#contents .migration li:nth-child(1) a {
  background-image: url(../img/icon1_red.png);
}
#contents .migration li:nth-child(2) a {
  background-image: url(../img/icon2_red.png);
}
#contents .migration li:nth-child(3) a {
  background-image: url(../img/icon3_red.png);
}
#contents .migration li:nth-child(4) a {
  background-image: url(../img/icon4_red.png);
}
#contents .migration li:nth-child(5) a {
  background-image: url(../img/icon5_red.png);
}
#contents .migration li:nth-child(6) a {
  background-image: url(../img/icon6_red.png);
}

@media screen and (min-width: 640px), print {
  #breadcrumbsList {
    width: 1020px;
    margin: 0 auto;
    text-align: right;
  }

  #contents .migration {
    padding: 80px 0;
  }
  #contents .migration ul {
    width: 1020px;
    margin: 0 auto;
    border: 1px solid #eb0029;
  }
  #contents .migration li {
    width: 16.5%;
    border: none;
    border-left: 1px solid #eb0029;
  }
  #contents .migration li:nth-child(6) {
    width: 17.5%;
  }
  #contents .migration li:first-child {
    border-left: none;
  }
  #contents .migration li:nth-child(2n) {
    border-left: 1px solid #eb0029;
  }
  #contents .migration a {
    background-position: 50% 10px;
    padding: 45px 0 10px;
  }
  #contents .migration a:hover {
    color: #333;
  }
  #contents .migration li:nth-child(1) a:hover {
    background-image: url(../img/icon1.png);
  }
  #contents .migration li:nth-child(2) a:hover {
    background-image: url(../img/icon2.png);
  }
  #contents .migration li:nth-child(3) a:hover {
    background-image: url(../img/icon3.png);
  }
  #contents .migration li:nth-child(4) a:hover {
    background-image: url(../img/icon4.png);
  }
  #contents .migration li:nth-child(5) a:hover {
    background-image: url(../img/icon5.png);
  }
  #contents .migration li:nth-child(6) a:hover {
    background-image: url(../img/icon6.png);
  }
}

/* ===================================================================
 contents
=================================================================== */
.h3style, .consulting section h3, .assessment section h3, .workshop section h3, .training section h3, .subsidy section h3, .service section h3, .company section h3 {
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-bottom: 20px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  /*&:after {
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	content: '';
  	display: block;
  	background: $main-color;
  	margin-left: -50px;
  	width: 100px;
  	height: 2px;
  }*/
}

/******************************************************************** home
*/
/*
.home section h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: "Anton", "Noto Sans JP", sans-serif;
  text-align: center;
}
.home section h2 span {
  position: relative;
  display: block;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
}
.home section h2 span:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  display: block;
  background: #eb0029;
  margin-left: -50px;
  width: 100px;
  height: 2px;
}
.home section .innerbox {
  padding: 30px 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 640px), print {
  .home section h2 {
    margin-bottom: 40px;
  }
  .home section .innerbox {
    padding: 80px 0;
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.home #area01,
.home .area-information {
  padding: 30px 10px;
}
.home #area01 h2,
.home .area-information h2 {
  font-size: 24px;
}
.home #area01 .size_l,
.home .area-information .size_l {
  padding-bottom: 20px;
  font-size: 18px;
}

@media screen and (min-width: 640px), print {
  .home #area01,
  .home .area-information {
    padding: 80px 0;
    text-align: center;
  }
  .home #area01 h2,
  .home .area-information h2 {
    font-size: 28px;
  }
}
.home #area02,
.home .area-service {
  padding: 30px 10px;
  background: #f9f9f9;
}
.home #area02 .box,
.home .area-service .box {
  margin-top: 20px;
}
.home #area02 .box .photo,
.home .area-service .box .photo {
  padding: 0;
}
.home #area02 .box h3,
.home .area-service .box h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.home #area02 .box h3 span,
.home .area-service .box h3 span {
  display: block;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
.home #area02 .box h3 img,
.home .area-service .box h3 img {
  width: 60px;
  padding: 5px 0 10px;
}
.home #area02 .box .inner,
.home .area-service .box .inner {
  background: #fff;
  padding: 10px;
}
.home #area02 .box .more,
.home .area-service .box .more {
  padding: 0;
}
.home #area02 .box .more a,
.home .area-service .box .more a {
  display: block;
  padding: 14px 0;
  background: #eb0029;
  text-align: center;
  color: #fff;
  font-family: "Anton", "Noto Sans JP", sans-serif;
  text-decoration: none;
  border: 1px solid #eb0029;
}

@media screen and (min-width: 640px), print {
  .home #area02,
  .home .area-service {
    padding: 80px 0;
  }
  .home #area02 .box,
  .home .area-service .box {
    position: relative;
    width: 1020px;
    margin: 40px auto 0;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .home #area02 .box h3,
  .home .area-service .box h3 {
    font-size: 28px;
    margin-bottom: .8em;
  }
  .home #area02 .box h3 img,
  .home .area-service .box h3 img {
    padding: 5px 0 0;
  }
  .home #area02 .box .photo,
  .home .area-service .box .photo {
    position: absolute;
    top: 0;
  }
  .home #area02 .box .photo img,
  .home .area-service .box .photo img {
    width: 360px;
  }
  .home #area02 .box .inner,
  .home .area-service .box .inner {
    padding: 20px;
    box-sizing: border-box;
    min-height: 240px;
    text-align: center;
  }
  .home #area02 .box .inner ul,
  .home .area-service .box .inner ul {
    max-width: 280px;
    margin: 0 auto;
    text-align: left;
  }
  .home #area02 .box .more,
  .home .area-service .box .more {
    margin-top: 1.5em;
  }
  .home #area02 .box .more a,
  .home .area-service .box .more a {
    margin: 0 auto;
    padding: .5em 0;
    width: 180px;
  }
  .home #area02 .box .more a:hover,
  .home .area-service .box .more a:hover {
    opacity: .7;
  }
  .home #area02 .box:nth-of-type(2n-1) .photo,
  .home .area-service .box:nth-of-type(2n-1) .photo {
    left: 0;
  }
  .home #area02 .box:nth-of-type(2n-1) .inner,
  .home .area-service .box:nth-of-type(2n-1) .inner {
    margin-left: 340px;
    padding-left: 40px;
  }
  .home #area02 .box:nth-of-type(2n) .photo,
  .home .area-service .box:nth-of-type(2n) .photo {
    right: 0;
  }
  .home #area02 .box:nth-of-type(2n) .inner,
  .home .area-service .box:nth-of-type(2n) .inner {
    margin-right: 340px;
    padding-right: 40px;
  }
}
.home #area03,
.home .area-information {
  padding: 30px 10px;
}
.home #area03 .newslist,
.home .area-information .newslist {
  margin: 0;
  padding: 0;
}
.home #area03 .newslist dt,
.home .area-information .newslist dt {
  margin-top: 1em;
  font-weight: bold;
}
.home #area03 .newslist dt span,
.home .area-information .newslist dt span {
  display: inline-block;
  font-weight: normal;
}
.home #area03 .newslist dt span a,
.home .area-information .newslist dt span a {
  display: inline-block;
  border-radius: 10px;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
}
.home #area03 .newslist dt span a.seminar,
.home .area-information .newslist dt span a.seminar {
  background-color: #FF9D00;
}
.home #area03 .newslist dt span a.information,
.home .area-information .newslist dt span a.information {
  background-color: #A3BF00;
}
.home #area03 .newslist dd,
.home .area-information .newslist dd {
  margin: 5px 0 0;
  padding-bottom: 1em;
  border-bottom: 1px dotted #333;
}
.home #area03 .listlink,
.home .area-information .listlink {
  margin: 10px 0 0;
  padding: 0;
}
.home #area03 .listlink li,
.home .area-information .listlink li {
  margin-top: 10px;
}
.home #area03 .listlink li:first-child,
.home .area-information .listlink li:first-child {
  margin: 0;
}
.home #area03 .link,
.home .area-information .link {
  padding: 20px 0 0;
}

@media screen and (min-width: 640px), print {
  .home #area03,
  .home .area-information {
    padding: 80px 0;
  }
  .home #area03 .newslist,
  .home .area-information .newslist {
    overflow: hidden;
    width: 840px;
    margin: 0 auto;
  }
  .home #area03 .newslist dt,
  .home .area-information .newslist dt {
    float: left;
    clear: left;
    margin: 1em 0 0;
  }
  .home #area03 .newslist dd,
  .home .area-information .newslist dd {
    padding: 0 1em 1em 240px;
    margin: 1em 0 0;
  }
  .home #area03 .listlink,
  .home .area-information .listlink {
    text-align: center;
    margin-top: 40px;
  }
  .home #area03 .listlink li,
  .home .area-information .listlink li {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .home #area03 .link,
  .home .area-information .link {
    width: 600px;
    padding: 40px 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
}
.home #area04 {
  background-color: #f6f6f6;
  padding: 30px 10px;
}

@media screen and (min-width: 640px), print {
  .home #area04 {
    padding: 80px 0;
    margin: 0 auto;
  }
  .home #area04 #contactform {
    margin: 0 auto;
    width: 880px;
  }
}
@media screen and (min-width: 640px), print {
  .home #contactform table tbody tr:nth-child(1) td .mwform-checkbox-field {
    display: block;
  }
}
*/
/******************************************************************** sitemap
*/
.consulting #main2 {
  background-image: url(../img/consulting/main_bg_sp.jpg);
}
.consulting section {
  padding: 20px 10px;
  /*.ex {
  	display: block;
  	
  	thead { display: none;}
  	tbody,
  	tr,
  	th,
  	td { display: block;}
  	
  	th {
  		margin-top: .5em;
  		font-weight: bold;
  		color: $main-color;
  	}
  	td {
  		position: relative;
  		padding-left: 1em;
  		
  		&:before {
  			position: absolute;
  			top: 6px;
  			left: 0;
  			content: '';
  			display: block;
  			width: 0;
  			height: 0;
  			border-style: solid;
  			border-width: 5px 0 5px 8px;
  			border-color: transparent transparent transparent $main-color;
  		}
  	}
  	tbody tr:nth-child(1) th { margin-top: 0;}
  }*/
}
.consulting section h3 {
  background-image: url(../img/icon1.png);
}
.consulting section h4 {
  position: relative;
  margin-top: 1.5em;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
}
.consulting section h4:before {
  content: '●';
  display: block;
  position: absolute;
  left: 0;
}
.consulting section ol {
  list-style: decimal;
  color: #eb0029;
}
.consulting section ol span {
  display: block;
  margin-left: 1em;
  color: #333;
}
.consulting section dl dt {
  background: #eb0029;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
}
.consulting section dl dt:first-child {
  margin-top: 0;
}
.consulting section dl dd {
  position: relative;
  padding: 5px 0 30px;
  margin-bottom: 5px;
}
.consulting section dl dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #ccc transparent transparent transparent;
  margin-left: -50px;
}
.consulting section dl dd:last-of-type::after {
  content: none;
}

@media screen and (min-width: 640px), print {
  .consulting #main2 {
    background-image: url(../img/consulting/main_bg_pc.jpg);
  }
  .consulting section {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 80px;
    /*.ex {
    	display: table;
    	border-collapse: collapse;
    	
    	thead {
    		display: table-header-group;
    		text-align: center;
    		th { color: #333;}
    	}
    	tbody {
    		display: table-row-group;
    	}
    	tr {
    		display: table-row;
    	}
    	th {
    		display: table-cell;
    		margin: 0;
    		padding: 1em;
    		border: 1px solid #666;
    	}
    	td {
    		display: table-cell;
    		padding: 1em;
    		border: 1px solid #666;
    		&:before { display: none;}
    	}
    }*/
  }
  .consulting section h3 {
    font-size: 30px;
  }
  .consulting section dl {
    margin-top: 20px;
    overflow: hidden;
  }
  .consulting section dl dt {
    display: block;
    position: relative;
    width: 8em;
    float: left;
    clear: left;
    margin: 0 0 1em;
    text-align: center;
  }
  .consulting section dl dt::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    background: #ccc;
    width: 10px;
    height: 20px;
    margin-left: -5px;
  }
  .consulting section dl dt::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    width: 0;
    height: 0;
    margin-left: -15px;
  }
  .consulting section dl dt:last-of-type::before, .consulting section dl dt:last-of-type::after {
    content: none;
  }
  .consulting section dl dd {
    min-height: 65px;
    padding: 5px 0 0;
    margin: 0 0 1em 11em;
  }
  .consulting section dl dd::before, .consulting section dl dd::after {
    content: none;
  }
  .consulting section dl dd:last-of-type {
    min-height: auto;
  }
}
/******************************************************************** assessment
*/
.assessment #main2 {
  background-image: url(../img/assessment/main_bg_sp.jpg);
}
.assessment section {
  padding: 20px 10px;
}
.assessment section h3 {
  background-image: url(../img/icon2.png);
}
.assessment section h4 {
  padding-bottom: 5px;
  margin: 20px 0 10px;
  font-size: 18px;
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
}
.assessment #area02,
.assessment .area-service {
  background: #f9f9f9;
}
.assessment #area02 ul,
.assessment .area-service ul {
  margin: 0 auto 20px;
}
.assessment #area02 ol,
.assessment .area-service ol {
  margin: 0 auto;
  padding: 0;
}
.assessment #area02 ol li,
.assessment .area-service ol li {
  margin-top: 10px;
}
.assessment #area02 ol li:first-child,
.assessment .area-service ol li:first-child {
  margin-top: 0;
}
.assessment #area02 ol dl,
.assessment .area-service ol dl {
  margin: 0;
  padding: 10px;
  border: 1px solid #eb0029;
  border-radius: 6px;
}
.assessment #area02 ol dl dt,
.assessment .area-service ol dl dt {
  color: #eb0029;
  font-weight: bold;
}
.assessment #area02 ol dl dd span,
.assessment .area-service ol dl dd span {
  color: #eb0029;
  font-weight: bold;
}

@media screen and (min-width: 640px), print {
  .assessment #main2 {
    background-image: url(../img/assessment/main_bg_pc.jpg);
  }
  .assessment section {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .assessment section h3 {
    font-size: 30px;
  }
  .assessment section h4 {
    margin: 40px 0 20px;
  }
  .assessment #area02,
  .assessment .area-service {
    width: auto;
  }
  .assessment #area02 .inner,
  .assessment .area-service .inner {
    width: 800px;
    margin: 0 auto;
  }
  .assessment #area02 ul,
  .assessment .area-service ul {
    margin-bottom: 40px;
  }
  .assessment #area02 ol dl,
  .assessment .area-service ol dl {
    overflow: hidden;
  }
  .assessment #area02 ol dl dt,
  .assessment .area-service ol dl dt {
    float: left;
    margin: .7em 0 0;
  }
  .assessment #area02 ol dl dd,
  .assessment .area-service ol dl dd {
    margin-left: 80px;
  }
  .assessment #area02 ol li:nth-child(4) dl dt,
  .assessment .area-service ol li:nth-child(4) dl dt {
    margin-top: 1.5em;
  }
}
/******************************************************************** workshop
*/
.workshop #main2 {
  background-image: url(../img/workshop/main_bg_sp.jpg);
}
.workshop section {
  padding: 20px 10px;
}
.workshop section h3 {
  background-image: url(../img/icon3.png);
}
.workshop section h4 {
  padding-bottom: 5px;
  margin: 20px 0 10px;
  font-size: 18px;
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
}
.workshop section .pickup {
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.workshop section .pickup li {
  margin-top: 1em;
  font-weight: bold;
}
.workshop section .pickup li:first-child {
  margin-top: 0;
}
.workshop section .reason {
  margin: 0;
  padding: 0;
}
.workshop section .reason li {
  margin-top: 20px;
}
.workshop section .reason li span {
  display: block;
  color: #eb0029;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.workshop section .reason li:first-child {
  margin-top: 0;
}
.workshop section .voice {
  margin: 0 auto;
  padding: 0;
}
.workshop section .voice li {
  background: url(../img/workshop/icon01.png) no-repeat 0 0;
  background-size: 50px;
  margin-top: 20px;
  padding: 10px 10px 10px 60px;
  border: 1px solid #f7bcc3;
  border-radius: 6px;
}
.workshop section .voice li:first-child {
  margin-top: 0;
}
.workshop section .voice li:nth-child(even) {
  background: url(../img/workshop/icon02.png) no-repeat 100% 0;
  background-size: 50px;
  padding: 10px 60px 10px 10px;
}
.workshop section .card dt {
  font-weight: bold;
}
.workshop section .card dt:nth-of-type(2) {
  margin-top: 1em;
}

@media screen and (min-width: 640px), print {
  .workshop #main2 {
    background-image: url(../img/workshop/main_bg_pc.jpg);
  }
  .workshop section {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .workshop section h3 {
    font-size: 30px;
  }
  .workshop section h4 {
    margin: 40px 0 20px;
  }
  .workshop section .pickup {
    font-size: 18px;
  }
  .workshop section .pickup li {
    margin-top: .5em;
  }
  .workshop section .aC img {
    width: auto;
  }
  .workshop section .reason {
    overflow: hidden;
  }
  .workshop section .reason li {
    float: left;
    width: 30%;
    margin: 0 0 0 5%;
  }
  .workshop section .reason li span {
    font-size: 20px;
  }
  .workshop section .reason li:first-child {
    margin-left: 0;
  }
  .workshop section .voice {
    max-width: 680px;
  }
}
/******************************************************************** training
*/
.training #main2 {
  background-image: url(../img/training/main_bg_sp.jpg);
}
.training section {
  padding: 20px 10px;
}
.training section h3 {
  background-image: url(../img/icon4.png);
}
.training section h4 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
}
.training #area02,
.training .area-service {
  background: #f9f9f9;
}
.training #area02 h3,
.training .area-service h3 {
  background-image: none;
  padding-bottom: 0;
}
.training #area02 .box,
.training .area-service .box {
  margin: 30px 0;
}
.training #area02 .box dl,
.training .area-service .box dl {
  margin: 0 0 10px;
  background: #fff;
  border: 1px solid #eb0029;
}
.training #area02 .box dt span,
.training .area-service .box dt span {
  display: block;
  margin: .5em .5em 0;
  font-weight: 900;
  font-size: 16px;
}
.training #area02 .box dd,
.training .area-service .box dd {
  padding: .5em;
}
.training #area02 table,
.training .area-service table {
  margin-bottom: 20px;
}
.training #area02 table thead,
.training .area-service table thead {
  display: none;
}
.training #area02 table tbody, .training #area02 table tr, .training #area02 table th, .training #area02 table td,
.training .area-service table tbody, .training .area-service table tr, .training .area-service table th, .training .area-service table td {
  display: block;
  width: auto;
}
.training #area02 table th,
.training .area-service table th {
  padding: .5em 0 0;
  font-weight: 900;
}
.training #area02 table td,
.training .area-service table td {
  padding: .5em 0;
  border-bottom: 1px solid #ccc;
}
.training #area03 h3,
.training .area-information h3 {
  background-image: none;
  padding-bottom: 0;
}

@media screen and (min-width: 640px), print {
  .training #main2 {
    background-image: url(../img/training/main_bg_pc.jpg);
  }
  .training section {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
  .training section h3 {
    font-size: 30px;
  }
  .training #area02,
  .training .area-service {
    width: auto;
  }
  .training #area02 .inner,
  .training .area-service .inner {
    width: 800px;
    margin: 0 auto;
  }
  .training #area02 .catch,
  .training .area-service .catch {
    text-align: center;
  }
  .training #area02 .box,
  .training .area-service .box {
    margin: 30px 0 60px;
    overflow: hidden;
  }
  .training #area02 .box dl,
  .training .area-service .box dl {
    float: left;
    width: 32%;
    margin: 0 0 20px 2%;
    box-sizing: border-box;
  }
  .training #area02 .box dl:nth-child(3n-2),
  .training .area-service .box dl:nth-child(3n-2) {
    clear: left;
    margin-left: 0;
  }
  .training #area02 table,
  .training .area-service table {
    display: table;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
  }
  .training #area02 table thead,
  .training .area-service table thead {
    display: table-row-group;
  }
  .training #area02 table thead th,
  .training .area-service table thead th {
    text-align: center;
  }
  .training #area02 table tbody,
  .training .area-service table tbody {
    display: table-row-group;
  }
  .training #area02 table tbody th,
  .training .area-service table tbody th {
    width: 30%;
  }
  .training #area02 table tr,
  .training .area-service table tr {
    display: table-row;
  }
  .training #area02 table th,
  .training .area-service table th {
    display: table-cell;
    padding: 1em 0 1em 1em;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .training #area02 table td,
  .training .area-service table td {
    display: table-cell;
    padding: 1em;
  }
  .training #area02 .aC img,
  .training .area-service .aC img {
    max-width: 450px;
  }
}
/******************************************************************** workshop
*/
.subsidy #main2 {
  background-image: url(../img/subsidy/main_bg_sp.jpg);
}
.subsidy section {
  padding: 20px 10px;
}
.subsidy section h3 {
  background-image: url(../img/icon5.png);
}
.subsidy section h4 {
  padding-bottom: 5px;
  margin: 20px 0 10px;
  font-size: 18px;
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
}
.subsidy section ol {
  margin: 0 auto;
  padding: 0;
  max-width: 300px;
}
.subsidy section ol li {
  position: relative;
  padding-top: 40px;
}
.subsidy section ol li:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #aaa transparent transparent transparent;
}
.subsidy section ol li:first-child {
  padding-top: 0;
}
.subsidy section ol li:first-child:before {
  display: none;
}
.subsidy section ol dl {
  margin: 0;
}
.subsidy section ol dt {
  color: #eb0029;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.subsidy section ol dt img {
  display: block;
  width: 100px;
  margin: 5px auto;
}

@media screen and (min-width: 640px), print {
  .subsidy #main2 {
    background-image: url(../img/workshop/main_bg_pc.jpg);
  }
  .subsidy section {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .subsidy section h3 {
    font-size: 30px;
  }
  .subsidy section h4 {
    margin: 40px 0 20px;
  }
  .subsidy section ol {
    max-width: inherit;
    overflow: hidden;
  }
  .subsidy section ol li {
    float: left;
    width: 32%;
    margin: 0 0 40px 2%;
    padding: 0;
  }
  .subsidy section ol li:before {
    top: 90px;
    left: -20px;
    margin-left: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #aaaaaa;
  }
  .subsidy section ol li:first-child {
    margin-left: 0;
  }
  .subsidy section ol li:nth-child(4) {
    margin-left: 17%;
  }
  .subsidy section ol li:nth-child(3) dt {
    line-height: 1.4;
  }
  .subsidy section ol dt {
    line-height: 43px;
  }
  .subsidy section ol dt img {
    width: 140px;
    margin-bottom: 10px;
  }
}
/******************************************************************** consultant
*/
.consultant #main2 {
  background-image: url(../img/consultant/main_bg_sp.jpg);
}
.consultant #pagenav {
  margin: 20px 10px 40px;
}
.consultant #pagenav ul {
  margin: 0;
  padding: 0;
}
.consultant #pagenav ul li {
  margin-top: 10px;
}
.consultant #pagenav ul li:first-child {
  margin-top: 0;
}
.consultant #pagenav a {
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #eb0029;
  border: 1px solid #eb0029;
}

@media screen and (min-width: 640px), print {
  .consultant #main2 {
    background-image: url(../img/consultant/main_bg_pc.jpg);
  }
  .consultant #pagenav {
    width: 680px;
    margin: 80px auto;
  }
  .consultant #pagenav ul {
    overflow: hidden;
  }
  .consultant #pagenav ul li {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
  }
  .consultant #pagenav ul li:first-child {
    margin-left: 0;
  }
}
.consultant section {
  margin: 20px 10px;
}
.consultant section h3 img {
  max-width: 300px;
}
.consultant section .fR {
  float: none;
}
.consultant section .fL {
  float: none;
  width: 240px;
  margin: 0 auto;
}
.consultant section .catch {
  font-size: 18px;
  color: #eb0029;
  padding: 0;
  margin: 15px 0;
}
.consultant section .list li:before {
  background: #333;
}
.consultant section .box {
  padding-top: 40px;
}
.consultant section .box h4 {
  margin-bottom: 20px;
  text-align: center;
  color: #eb0029;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #eb0029;
}
.consultant section .box strong {
  color: inherit;
}
.consultant section .box .history {
  overflow: hidden;
}
.consultant section .box .history dt {
  float: left;
  width: 5em;
  clear: left;
  margin-top: 5px;
}
.consultant section .box .history dd {
  margin: 5px 0 0 5em;
}
.consultant section#sato {
  margin: 0;
  padding: 20px 10px;
}

.consultant section#sato {
  background: #f9f9f9;
}

@media screen and (min-width: 640px), print {
  .consultant section {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
  }
  .consultant section h3 img {
    width: auto;
    max-width: inherit;
  }
  .consultant section h4 img {
    max-width: 420px;
  }
  .consultant section .fR {
    float: right;
    width: 450px;
  }
  .consultant section .fL {
    float: left;
    width: 320px;
    margin: 0;
  }
  .consultant section .catch {
    margin: 20px 0;
  }
  .consultant section .box {
    clear: both;
  }
  .consultant section#sato {
    padding: 80px 0;
  }

  .consultant section#sato {
    width: auto;
  }
  .consultant section#sato .inner {
    width: 800px;
    margin: 0 auto;
  }
}
/******************************************************************** service
*/
.service #main2 {
  background-image: url(../img/service/main_bg_sp.jpg);
}

@media screen and (min-width: 640px), print {
  .service #main2 {
    background-image: url(../img/service/main_bg_pc.jpg);
  }
}
.service section {
  margin: 20px 10px;
}
.service section h3 {
  padding-bottom: 80px;
  background-image: url(../img/service/area01_bg01.png);
}
.service section h4 {
  padding-bottom: 5px;
  margin: 20px 0;
  font-size: 18px;
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
}
.service section h5 {
  position: relative;
  margin-top: 1.5em;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
}
.service section h5:before {
  content: '●';
  display: block;
  position: absolute;
  left: 0;
}
.service #area01 ul {
  padding: 0;
  margin: 0;
}
.service #area01 ul li {
  padding-top: 10px;
}
.service #area01 ul li a {
  display: block;
  border: 1px solid #eb0029;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #eb0029;
}
.service #area01 ul li a span {
  position: relative;
  padding-left: 15px;
}
.service #area01 ul li a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #eb0029;
  width: 0;
  height: 0;
  margin-top: -5px;
}
.service #area02,
.service .area-service {
  margin: 0;
  padding: 20px 10px;
  background: #f9f9f9;
}
.service #area02 h3,
.service .area-service h3 {
  background-image: url(../img/service/area02_bg01.png);
}

@media screen and (min-width: 640px), print {
  .service section {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
  }
  .service #area01 ul {
    overflow: hidden;
  }
  .service #area01 ul li {
    width: 49%;
    padding-top: 10px;
    float: left;
  }
  .service #area01 ul li:last-child {
    float: right;
  }
  .service #area01 ul li a:hover {
    color: #333;
  }
  .service #area01 ul li a:hover span:before {
    border-color: transparent transparent transparent #333;
  }
  .service #area02,
  .service .area-service {
    width: auto;
  }
  .service #area02 .inner,
  .service .area-service .inner {
    width: 800px;
    padding: 80px 0;
    margin: 0 auto;
  }
}
/******************************************************************** company
*/
.company #main2 {
  background-image: url(../img/company/main_bg_sp.jpg);
}
.company section {
  padding: 20px 10px;
}
.company section h3 {
  padding-bottom: 5px;
}
.company #area01 h3 {
  margin-bottom: 0;
}
.company #area01 h4 {
  padding-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #eb0029;
  text-align: center;
}
.company #area01 p.catch {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.company #area01 dl {
  margin: 0;
}
.company #area01 dl dt {
  padding: 20px 0 5px;
  color: #eb0029;
  font-size: 16px;
  line-height: 1.2em;
}
.company #area01 dl dt:first-of-type {
  padding-top: 10px;
}
.company #area02,
.company .area-service {
  background: #f9f9f9;
}
.company #area02 .link,
.company .area-service .link {
  padding: 20px 0 0;
}
.company #area03 table,
.company .area-information table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}
.company #area03 table th, .company #area03 table td,
.company .area-information table th, .company .area-information table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.company #area03 table th,
.company .area-information table th {
  font-weight: bold;
  white-space: nowrap;
}
.company #area03 table dl,
.company .area-information table dl {
  margin: .5em 0 0;
}
.company #area03 ul.list,
.company .area-information ul.list {
  margin: 0;
}
.company #area03 ul.list li:before,
.company .area-information ul.list li:before {
  background-color: #333;
}
.company #area04 {
  background: #f9f9f9;
}
.company #area04 #sectionGmaps {
  margin: 0;
  width: 100%;
  height: 300px;
}
.company #area04 #sectionGmaps iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px), print {
  .company #main2 {
    background-image: url(../img/company/main_bg_pc.jpg);
  }
  .company section {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
  .company section h3 {
    font-size: 30px;
  }
  .company #area01 {
    text-align: center;
  }
  .company #area01 h4 {
    padding-top: 40px;
    font-size: 32px;
  }
  .company #area01 p.catch {
    padding: 15px 0;
    font-size: 20px;
  }
  .company #area01 dl dt {
    font-size: 20px;
  }
  .company #area02,
  .company .area-service {
    width: auto;
  }
  .company #area02 .inner,
  .company .area-service .inner {
    width: 800px;
    margin: 0 auto;
  }
  .company #area02 .image,
  .company .area-service .image {
    width: 340px;
    padding: 10px 0 10px 20px;
    float: right;
  }
  .company #area02 .link,
  .company .area-service .link {
    width: 600px;
    padding: 40px 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .company #area03 table th, .company #area03 table td,
  .company .area-information table th, .company .area-information table td {
    padding: 1.5em;
  }
  .company #area03 table dl,
  .company .area-information table dl {
    margin-top: 1em;
  }
  .company #area04 {
    width: auto;
  }
  .company #area04 .inner {
    width: 800px;
    margin: 0 auto;
  }
  .company #area04 #sectionGmaps {
    height: 450px;
  }
}
/******************************************************************** news
*/
.news #main2 {
  background-image: url(../img/news/main_bg_sp.jpg);
}
.news #main2 h2 span {
  font-family: "Noto Sans JP", sans-serif;
}
.news #main {
  padding: 20px 10px;
}
.news #main h3 {
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.news div#main ul {
  margin: 0;
  padding: 0;
}
.news div#main ul li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.news div#main ul p {
  float: left;
  padding: 0;
  text-align: center;
}
.news div#main ul p img {
  width: 120px;
}
.news div#main ul dl {
  margin: 0 0 0 130px;
}
.news div#main ul dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.news div#main ul dt span {
  display: block;
  font-weight: normal;
}
.news div#main ul dt a {
  display: inline-block;
  border-radius: 10px;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
}
.news div#main ul dt a.seminar {
  background-color: #FF9D00;
}
.news div#main ul dt a.information {
  background-color: #A3BF00;
}
.news section#main .date {
  margin: 0 0 20px;
  font-size: 12px;
}
.news section#main .date dt {
  display: inline-block;
}
.news section#main .date dd {
  display: inline-block;
  margin-left: 1em;
}
.news section#main .date dd a {
  display: inline-block;
  border-radius: 10px;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
}
.news section#main .date dd a.seminar {
  background-color: #FF9D00;
}
.news section#main .date dd a.information {
  background-color: #A3BF00;
}
.news #sidebar {
  padding: 20px 10px;
}
.news #sidebar dl {
  margin: 0;
  padding: 0;
}
.news #sidebar dt {
  font-weight: bold;
  color: #eb0029;
  border-bottom: 1px dotted #eb0029;
}
.news #sidebar ul {
  margin: 0 0 1em;
  padding: 0;
}
.news #sidebar ul li a {
  position: relative;
  display: block;
  padding: 10px 0 10px 1em;
}
.news #sidebar ul li a:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #eb0029;
  border-radius: 50%;
}

@media screen and (min-width: 640px), print {
  .news #main2 {
    background-image: url(../img/news/main_bg_pc.jpg);
  }
  .news #contents {
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
  }
  .news #main {
    float: left;
    padding: 80px 0;
    width: 720px;
  }
  .news #main h3 {
    font-size: 20px;
  }
  .news div#main ul dt span {
    display: inline;
  }
  .news #sidebar {
    float: right;
    padding: 80px 0;
    width: 270px;
  }
  .news #sidebar dl li a {
    padding: 5px 0 5px 1em;
  }
  .news #sidebar dl li a:before {
    top: 16px;
  }
}
/******************************************************************** privacy
*/
.privacy #main2 {
  background-image: url(../img/privacy/main_bg_sp.jpg);
}
.privacy section {
  padding: 20px 10px;
}
.privacy section h3 {
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
  margin: 20px 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.privacy section ol {
  list-style: decimal;
}
.privacy section ol li {
  margin-top: 5px;
}
.privacy section ol li:first-child {
  margin-top: 0;
}
.privacy section dl {
  padding: 5px 10px 10px;
  margin: 0;
  border: 1px solid #999;
}
.privacy section dl dt {
  font-weight: bold;
  width: 4em;
  float: left;
  clear: left;
  margin-top: 5px;
}
.privacy section dl dd {
  margin: 5px 0 0 5em;
}

@media screen and (min-width: 640px), print {
  .privacy #main2 {
    background-image: url(../img/privacy/main_bg_pc.jpg);
  }
  .privacy section {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
  .privacy section dl {
    width: 600px;
    margin: 0 auto;
  }
}
/******************************************************************** sitemap
*/
.sitemap #main2 {
  background-image: url(../img/sitemap/main_bg_sp.jpg);
}
.sitemap section {
  padding: 20px 10px;
}
.sitemap section h3 {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eb0029;
}
.sitemap section h3 img {
  max-width: 300px;
}
.sitemap section ul {
  margin: 0;
  padding: 0;
}
.sitemap section ul li {
  margin-top: 5px;
}
.sitemap section ul li:first-child {
  margin-top: 0;
}
.sitemap section li a {
  position: relative;
  display: block;
  padding: 10px 1em;
  text-decoration: none;
  color: #eb0029;
  border: 1px solid #eb0029;
}
.sitemap section li a:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 5px;
  display: block;
  width: 5px;
  height: 5px;
  background: #eb0029;
  border-radius: 50%;
}

@media screen and (min-width: 640px), print {
  .sitemap #main2 {
    background-image: url(../img/sitemap/main_bg_pc.jpg);
  }
  .sitemap section {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
  .sitemap section h3 img {
    max-width: 420px;
  }
  .sitemap section ul {
    overflow: hidden;
  }
  .sitemap section ul li {
    margin: 0 0 10px 2%;
    width: 49%;
    float: left;
  }
  .sitemap section ul li:nth-child(odd) {
    clear: both;
    margin-left: 0;
  }
}
/******************************************************************** contact
*/
.top-conf h2,
.top-thanks h2 {
  position: relative;
  height: 120px;
  background: url(../img/contact/main_bg_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 20px;
}
.top-conf h2 img,
.top-thanks h2 img {
  position: absolute;
  bottom: -10px;
}
.top-conf h3,
.top-thanks h3 {
  text-align: center;
  border-bottom: 1px solid #eb0029;
  margin-bottom: 20px;
}
.top-conf h3 img,
.top-thanks h3 img {
  max-width: 300px;
}
.top-conf section,
.top-thanks section {
  padding: 20px 10px;
}
.top-conf .privacyCheck,
.top-thanks .privacyCheck {
  display: none;
}

@media screen and (min-width: 640px), print {
  .top-conf h2,
  .top-thanks h2 {
    height: 240px;
    background-image: url(../img/contact/main_bg_pc.jpg);
  }
  .top-conf h2 img,
  .top-thanks h2 img {
    width: auto;
    left: 50%;
    bottom: -20px;
    margin-left: -510px;
  }
  .top-conf section,
  .top-thanks section {
    width: 800px;
    padding: 80px 10px;
    margin: 0 auto;
  }
}
/******************************************************************** contact
*/
.contact #main2 {
  background-image: url(../img/contact/main_bg_sp.jpg);
}
.contact h3 {
  text-align: center;
  border-bottom: 1px solid #eb0029;
  margin-bottom: 20px;
}
.contact h3 img {
  max-width: 300px;
}
.contact section {
  padding: 20px 10px;
}

@media screen and (min-width: 640px), print {
  .contact #main2 {
    background-image: url(../img/contact/main_bg_pc.jpg);
  }
  .contact h3 img {
    max-width: 420px;
  }
  .contact section {
    width: 800px;
    padding: 80px 10px;
    margin: 0 auto;
  }
}
#contactform {
  /*#cConf:disabled{
  	background: #ddd;
  	cursor: default;
  	color: #aaa;
  }*/
}
#contactform table {
  display: block;
  width: auto;
  border: none;
}
#contactform table tbody, #contactform table tr, #contactform table th, #contactform table td {
  display: block;
  width: auto;
}
#contactform table th {
  width: auto;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#contactform table th label {
  font-weight: inherit;
  cursor: text;
}
#contactform table th strong {
  background: #eb0029;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 6px;
  margin-left: 5px;
}
#contactform table td {
  border: none;
  padding: 10px 0 2em;
}
#contactform .mwform-checkbox-field {
  display: block;
  margin: 0 !important;
  padding: 10px 0;
}
#contactform strong {
  color: #ff8500;
  font-weight: normal;
  font-size: 80%;
}
#contactform input,
#contactform textarea,
#contactform select {
  background-color: #fff;
  padding: 14px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
#contactform select {
  padding: 15px 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#contactform .error_messe {
  color: #e00;
  text-align: center;
  font-weight: bold;
}
#contactform .level0 {
  min-height: 30px;
}
#contactform .level1,
#contactform .level2 {
  width: 26%;
  min-height: 30px;
}
#contactform .level3,
#contactform .level4 {
  width: 100%;
  min-height: 30px;
}
#contactform .btnStyle label {
  line-height: 40px;
}
#contactform #cOpinions {
  width: 98%;
}
#contactform .caution {
  display: block;
}
#contactform .cButton {
  cursor: pointer;
  padding: 15px;
  border: 1px solid #727171;
  border-radius: 6px;
  background: #fff;
  color: #595757;
  min-width: 150px;
}
#contactform .cButton:disabled,
#contactform input:disabled {
  background: #ddd;
  cursor: default;
  color: #aaa;
}
#contactform .privacyCheck {
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.mw_wp_form_confirm .privacyCheck {
  display: none;
}

@media screen and (min-width: 640px), print {
  #contactform {
    /* set styles of form */
    /* added classes in formutil.js */
    /* set width of inputs */
    /*#cConf:disabled{
    }*/
  }
  #contactform #inputTypeHidden {
    padding: 0;
    height: 0;
  }
  #contactform fieldset {
    padding: 20px 0 0;
    border: none;
  }
  #contactform table {
    display: table;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
  }
  #contactform table tbody {
    display: table-row-group;
  }
  #contactform table tr {
    display: table-row;
  }
  #contactform table th {
    display: table-cell;
    padding: 1.5em;
    vertical-align: middle;
    width: 35%;
    box-sizing: border-box;
  }
  #contactform table td {
    display: table-cell;
    padding: 1.5em;
    border-bottom: 1px solid #ddd;
  }
  #contactform .mwform-checkbox-field {
    padding: 0;
  }
  #contactform .comp {
    text-align: center;
  }
  #contactform input.typeText {
    border: 1px solid #aaa;
  }
  #contactform input.typeRadio {
    border: none;
  }
  #contactform .level1 {
    width: 70px;
  }
  #contactform .level2 {
    width: 140px;
  }
  #contactform .level3 {
    width: 280px;
  }
  #contactform .level4 {
    width: 100%;
  }
  #contactform .caution {
    display: inline;
  }
  #contactform .cButton {
    width: 200px;
    padding: 10px;
  }
  #contactform .privacyCheck {
    width: 600px;
    margin: 0 auto 40px;
  }
}
