@charset "UTF-8";
/*
@import "http://panasonic.jp/car/etc/designs/panasonic/common-libs.css";
@import "http://panasonic.jp/car/etc/designs/panasonic/basicpage-libs.lmtd.css";
@import "http://panasonic.jp/car/etc/designs/panasonic/basicpage-clientlibs/css/title-navigation-mega.css";
@import "http://panasonic.jp/car/etc/designs/panasonic/common-clientlibs/css/common-font_jp.css";
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
}

fieldset,
img,
abbr {
  border: 0;
}

caption,
th {
  text-align: left;
}

table {
  font-size: inherit;
  font: 100%;
}

img {
  vertical-align: top;
}

a {
  outline: none;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.alc {
  text-align: center;
}

.alr {
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

#sections .sectionContents.container {
  max-width: 100%;
  padding: 0;
}

.CmnNotice {
  font-size: 10px;
  color: #F30;
}

 #netdouga_info{
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 100px;
}
 p,
 li {
  line-height: 2;
}
 img {
  max-width: 100%;
}
 .mainVisual {
  margin-bottom: 30px;
}
 .mainVisual img {
  width: 100%;
}
 .wrap {
  max-width: 860px;
  padding: 0 30px 60px;
  margin: 0 auto;
}
 .section {
  margin-bottom: 60px;
}
 .heading {
  color: #007cb2;
  font-size: 32px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
	 margin-bottom: 50px;
}
.heading > span {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 0.2em 0.4em;
}
.heading:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #007cb2;
  position: absolute;
  top: 50%;
  left: 0;
}
@media all and (max-width: 640px) {
  #net-douga .heading {
    font-size: 24px;
  }
}
 .heading2 {
  font-size: 20px;
  margin-bottom: 0.4em;
}
 .flowHeading {
  font-size: 22px;
  color: #007cb2;
  margin-bottom: 1.25em;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 640px) {
   .flowHeading {
    font-size: 18px;
  }
}
 .flowHeading > * {
  line-height: 1.8;
}
 .flowHeading em {
  font-style: normal;
  flex-shrink: 0;
  margin-right: 0.4em;
}
 .dotList {
  padding-left: 1em;
}
 .mb20 {
  margin-bottom: 20px;
}
 .mb30 {
  margin-bottom: 30px;
}
 .mb60 {
  margin-bottom: 60px;
}

 .toggleHeading {
	text-align: center;
  background-color: #c8dff1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.4;
  padding: 10px 10px 10px 20px;
  color: #007cb2;
  border-radius: 8px;
  margin-bottom: 24px;
}
 .toggleHeading strong {
  font-size: 1.4em;
}
@media all and (max-width: 640px) {
   .toggleHeading strong {
    font-size: 1.2em;
  }
}
 
.selectbox{
	border: 1px #CCC solid;
	padding: 0px 20px;
	width:auto;
	height:auto;
	margin:30px 0 50px;
		
}


.select{
	margin: 30px 0px;
}
.select a{
	color : inherit;
	text-decoration : none;
}
.select li{
	list-style: none;
	font-size: 1.4em;
	color: #007cb2;
	font-weight: 500;
	
}
.career{
	padding-left: 50px;
}

 .caption {
  font-size: 0.9em;
}
 .imgBox {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
 .imgBox2 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

 .imgBox3 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
 
 .footCaption {
  font-size: 0.75em;
}
 .footCaption li {
  line-height: 1.8;
}