@charset "UTF-8";


/* clearfix
------------------------------------------------------------------------------*/
.image-wrapper:after,
.clearfix:after {
content:'';
display:block;
clear:both;
}

/* clearfix IE6 and IE7
------------------------------------------------------------------------------*/
.image-wrapper {
background-color:#fff;
}


/*
==================================================
共通
==================================================
*/

#container {
	width: 1000px;	/*コンテナー幅*/
	background-color:#fff;
	margin: 0 auto;
}

header img{
    max-width: 1000px;
    width: 100%;
    display: block;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

	#voice{padding:40px 0;
	background:#FFF;}
	
	#voice dl{
	box-sizing: border-box;
	padding:30px 30px 0 30px;
	}
	
	#voice dl dd{display:none;}
	
	#voice dl dd p{font-size:0.9em;
	line-height: 1.5em;}
	#voice dl dd p:last-of-type{margin-bottom:0;}
	#voice hr{
	margin:15px 0;
	opacity: 0.2;
	}
	
		p.next{width:80%;
			display: block;
			margin:0 auto 30px auto;
			text-align: center;
	padding:4px;
	color:#FFF;
	background: #004098;
	letter-spacing: 3px;
	box-sizing: border-box;}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
	font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
	color: #333;
}
.day_box{
	width:825px;
	margin:0px auto 30px;
	background:#fff;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	padding-top:40px;
}

.day_box p{
	line-height:1.4;
	margin-bottom:14px;
	font-size:16px;
}

.box_text{
	width:95%;
	line-height:1.8;
	padding-left:150px;
}

.profile h3 ,.day_box h3{ line-height: 1.3;font-size:180%;border-left: 5px solid #074997; padding-left: 15px;}
.profile h4 ,.day_box h4{ border-left: 5px solid #074997; color:#333; padding-left: 15px;}
.mb20 { margin-bottom: 20px; }
.m20 { line-height:1.6;} 
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a:visited, a:hover, a:active {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
}

.bold {
	font-weight: bold;
}
.f18 {
	font-size: 18px;
}
.f22 {
	font-size: 22px;
}
.f30 {
	font-size: 30px;
}
.f36 {
	font-size: 19px;
}
.bgy {
	line-height: 1.5;
	color: #333;
	background-color: #FEF957;
}

.image-main {
	background: url(../img/main_01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 478px;
    margin-top:50px;
}

.fadein {
  opacity: 0;
  transition: all 700ms;
}

.fadein.scrollin {
  opacity: 1;
}
#goto-top {
	position: fixed;
	right: 15px;
	bottom:15px;
}
#goto-top a {
	display: block;
	width: 90px;
}
#goto-top a:hover {
	opacity: 0.7;
}

.inner {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.inner2 {
	width: 93%;
	max-width: 970px;
	margin: 0 auto;
	padding-left: 0.5em;
}
/* header */
header {
	padding-top: 5px;
}
.timer {
	position: fixed;
	display: table;
	width: 100%;
	height: 55px;
	top: 0;
	left: 0;
	background-color: #ffe400;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
	z-index: 100;
}
.days {
	display: table-cell;
	vertical-align: middle;
}
header .main-visual {

	margin-top:50px;
}

.taidan{
width:60%;
}
h1 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
	margin-top: 70px;
	font-size: 48px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
h1::after {
	content: '';
	display: block;
	width: 60%;
	height: 4px;
    background: #004098;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* main */
h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
h2::after {
	content: '';
	display: block;
	width: 60%;
	height: 4px;
    background: #004098;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

h3 {
	font-size: 50px;
	font-weight: bold;
}
.tokuten{
 background-image:url(../img/tokuten.jpg);
 height:879px;
 margin-top:-40px
}
h4 {
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
}
h5 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
h5::after {
	content: '';
	display: block;
	width: 60%;
	height: 4px;
    background: #004098;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

main .txt-wrapper,
main .txt,
main figure,
#introduction .image-wrapper {
	margin-bottom: 25px;
}
main .txt-wrapper:last-child,
main .txt:last-child {
    margin-bottom: 0;
}

main .txt.mb10 {
	margin-bottom: 10px;
}
main figure .image {
	max-width: 600px;
	margin: 0 auto 10px;
}
main figure .image {
	margin-bottom: 10px;
}
main figure .image img {
	border: solid 1px #ddd;
}
main figure figcaption {
	max-width: 600px;
	margin: 0 auto;
	font-size: 14px;
	text-align: right;
}
section {
	padding: 50px 0;
}
.img1{
	width:140px;
	float:left;
	margin-right: 0.5em;
	margin-top:-30px;
	}
.img2{
	width:300px;
	float:right;
	margin-left: 0.5em;
	}
.img3{
	width:170px;
	float:right;
	margin-left: 0.2em;
}
.img4{
	width:30% ;
	float:left;
	margin-right: 20px;
}
.img5{
	width:100% ;
	margin-bottom: -90px;
}
#about,
#company {
	padding-top: 0;
}
#introduction {
	padding-top: 80px;
	background: url("../img/opt_y/arrow.png")no-repeat center top,url("../img/opt_y/arrow.png")no-repeat center bottom;
}
#voice,
#profile {
	padding-bottom: 80px;
	margin-bottom: 0;
	background: url("../img/opt_y/bg_section.png")repeat 0 0;
}
#introduction {
	padding-bottom: 80px;
	margin-bottom: 0;
	background: url("../img/opt_y/corporate1.png")repeat fixed center center/cover;
}
#seminar {
	background: none;
}
.mail-area {
	padding-bottom: 80px;
	margin-bottom: 0;
	background: none;
	background: url("../img/opt_y/bg_mail.png") repeat 0 0;
}
.mail-area .image#arrow {
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 10;
	width: 13%;
}
.mail-area:first-child {
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0 10px;
	background-color: #fff;
	background: none;
}
.mail-area:first-child .inner {
	position: relative;
}
.mail-area:last-child {
	margin-bottom: 0;
}
.mail-area .inner {
	max-width: 900px;
    border: solid 8px #004098;
	background-color: #fff;
	border-radius: 5px;
}
.mail-area:first-child .inner {
	width: 100%;
	max-width: 1000px;
}
.mail-area h2 {
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 20px;
    background-color: #004098;
	color: #fff;
}
.mail-area h2:after {
	display: none;
}
.mail-area .form-wrapper {
	width: 95%;
	margin: 0 auto 20px;
}
.mail-area .txt-wrapper {
    margin: 0 auto 20px !important;
}
.mail-area .form-wrapper .image {
	float: left;
	width: 30%;
}
.m130{
 font-size:40px;
 font-weight:bold;
 }

.m120{
 color:# ;
 font-size:30px;
 font-weight:bold;
 }
.m140{
 color:# ;
 font-size:60px;
 font-weight:bold;
 }


input[type="text"] {
	width: 100%;
	background: transparent;
	padding: 15px 10px;
	font-size: 24px;
	margin: 15px 0 20px;
	box-sizing: border-box;
	border: 1px solid #cccc;
	background-color: #fef7cc;
}
::placeholder {
	font-size: 20px;
	color: #666;
}
button[type="submit"] {
	position: relative;
	width: 100%;
	border: solid 1px #5dc11a;
	padding: 20px 10px;
	box-shadow: 0px 7px 0 #149421;
	text-shadow: 0 1px #149421;
	border-radius: 4px;
	background-color: #5dc11a;
	font-size: 22px;
	line-height: 1.4;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
button[type="submit"].hide {
	display: none;
}
.btn {
	display: none;
	position: relative;
	width: 100%;
	border: solid 1px #ccc;
	padding: 35px 10px;
	margin-bottom: 20px;
	box-shadow: 0px 7px 0 #aaa;
	text-shadow: 0 1px #ccc;
	border-radius: 4px;
	background-color: #ccc;
	font-size: 22px;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.btn.show {
	display: block;
}
button[type="submit"]:hover {
	top: 7px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
}
#voice .clearfix {
	overflow:hidden;
}
#voice .box {
	float: left;
	width:100%;
	background:#FFF;
}
#voice .box2 {
	float: left;
	margin-bottom: 15px;
	width:100%;
	background:#FFF;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

#voice .box:last-child {
	margin-right: 0;
}
#voice .cap {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ddd;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
#voice .image {
	position: relative;
	overflow: hidden;
	height: 300px;
	margin:0 auto 20px;
	text-align: center;
}
#voice .image.noimg {
	height: 200px;
	margin:0 auto 20px;
	text-align: center;
	background-color: #ECDCDD;
}
#voice .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#voice .image.noimg img {
	width: 40%;
	max-width: 80px;
}
#voice .txt {
	margin-bottom: 20px;
}
#voice .name {
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
#voice .name02 {
	padding-left: 300px;
	font-size: 20px;
	text-align: left;
}

#trouble .clearfix:nth-last-of-type(2) .image {
	float: right;
	max-width: 300px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#trouble .clearfix:last-of-type  .image {
	float: right;
	max-width: 284px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#trouble ul {
	border: solid 4px #ddd;
	padding: 20px;
	margin-bottom: 35px;
	list-style: none;
}
#trouble ul li {
	padding: 0 0 10px 40px;
	margin-bottom: 20px;
	border-bottom: solid 2px #ddd;
	font-size: 24px;
	font-weight: bold;
	background: url("../img/opt_y/icon_check.png")no-repeat 0 7px/30px auto;
}
#trouble ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
#introduction dl {
	margin-bottom: 30px;
	border: solid 1px #ddd;
	background-color: #fff;
}
#introduction dl dt {
padding: 15px 20px;
    font-size: 20px;
    line-height: 1.4;
    background-color: #004098;
    font-weight: bold;
    color: #fff;
}
#introduction dl dd {
	padding: 15px	20px;
}
#introduction dd ul li {
	padding-left: 2em;
	text-indent: -2em;
}
.introduction{
 margin-top:-58px;
 padding-left:122px;
}
#introduction .image-wrapper .image {
	position: relative;
	float: left;
	width: calc((100% - 12%) / 4);
	margin-right: 4%;
	text-align: center;
}
#introduction .image-wrapper .image img {
	position: relative;
}
#introduction .image-wrapper .image span {
	position: absolute;
	display:block;
	width: 85%;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	background: #ffffffbd
}
#introduction .image-wrapper .image:last-child {
	margin-right: 0;
}
.table-wrapper {
	margin-bottom: 30px;
}
.table-wrapper table {
	width: 100%;
	border-collapse: collapse;
}
.table-wrapper table td .txt {
	margin-bottom: 0;
}
#profile .ttl {
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: solid 6px #af1e23;
	font-size: 20px;
	font-weight: bold;
}
#profile .cap {
	font-weight: bold;
}
#profile .image-wrapper .image {
	float: right;
	width: 90%;
	max-width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#profile .image-wrapper .txt {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.5;
}
#profile dl .image-wrapper .image {
	float: left;
	width: calc((100% - 6%) / 4);
	max-width: calc((100% - 6%) / 4);
	margin-right: 2%;
	margin-left: 0;
}
#profile dl .image-wrapper#safari .image {
	position: relative;
	overflow: hidden;
	height: 150px;
	width: calc((100% - 6%) / 4);
	max-width: calc((100% - 6%) / 4);
	margin-right: 2% !important;
}
#profile dl .image-wrapper#safari .image img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#profile dl .image:last-child,
#profile dl .image-wrapper#safari .image:nth-child(4n){
	margin-right: 0 !important;
}
#profile dl dt {
	padding-bottom: 5px;
	font-weight: bold;
}
#profile dl dd {
	margin-bottom: 50px;
}
#profile dl dd .image.non {
	float: none;
	max-width: 200px;
	margin: 0 !important;
}
#profile dl dd .txt {
	margin-bottom: 10px;
}
#profile .table-wrapper table th {
	padding: 10px;
	border: solid 1px #ddd;
	background-color: #999;
	color: #fff;
	font-weight: bold;
}
#profile .table-wrapper table td {
	padding: 10px;
	border: solid 1px #ddd;
	background-color: #fff;
	text-align: center;
}
#profile .table-wrapper table td:first-child,
#profile .table-wrapper table td:last-child {
	text-align: center;
}
#seminar table th {
	padding: 10px;
	border: solid 1px #ddd;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #e37c0e;
}
#seminar table th:first-child {
	background-color: #1eaf1e;
}
#seminar table td {
	padding: 20px;
	border: solid 1px #ddd;
}
#seminar table td .cap {
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	background-color: #e37c0e;
}
#seminar table td {
	background-color: #ffefdd;
}
#seminar table td:first-child {
	background-color: #e9ffed;
}
#seminar table td:first-child .cap {
	background-color: #1eaf1e;
}
#company {
	font-size: 13px;
}
#company .txt:nth-child(2) {
	overflow-y:auto;
	max-height: 9em;
	padding: 10px 20px;
	border: solid 1px #ddd;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#company .scroll {
	overflow-y:scroll;
	max-height: 9em;
	padding: 10px 20px;
	border: solid 1px #ddd;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#company .scroll .txt {
	padding: 0;
	border: none;
}
#company .scroll .txt:nth-child(2) {
	overflow: visible;
	margin-bottom: 0;
}
/* footer */
footer {
	padding: 30px 0 20px;
	font-size: 14px;
	text-align: center;
}
#f-logo {
	max-width: 180px;
	padding: 0 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
footer ul {
	margin-bottom: 20px;
}
footer ul li {
	display: inline-block;
	padding: 0 10px;
}
footer ul li a {
	color: #AF1E23;
	text-decoration: underline;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

.conciliation3 {
	border-bottom: 2px solid #333333;
    font-size: 120%;
} 
.conciliation1 {
	border-bottom: 2px solid #ff3333;
    font-size: 120%;
} 
.conciliation2 {
	border-top: 2px dotted #8ed245;
	border-bottom: 2px dotted #8ed245;
	font-size: 140%;
	font-weight: 700;
} 
 
.sec_bk{
background: url("../img/bg_img01.jpg")no-repeat center center;
background-size:cover; 
}

#defaultlist {
	background: url("../img/opt_y/bg_section.png")repeat 0 0;
	padding: 1.5em;
	margin: 0 0 2rem 0;
}

.defaultlist, .defaultlist li{
	padding:0px;
	margin:0px;
	box-sizing: border-box;
	}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	box-sizing: border-box;
	flex-wrap: nowrap;
    flex-direction: center;
	align-items: flex-start;
	font-size: 150%;
	
}
 
.list8{
	counter-reset:li;
	margin-left:20px !important;
}
 
.list8 li{
	position:relative;
	display: block;
	padding:0px 0px 8px 40px; 
	font-weight: 700;
	
}
 
li.list8-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: -16px;
	top: 5px;
	background: #fff;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border: 2px solid #ffa200;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
 
li.list8-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:12px; 
	left:13px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #aaa;
}

.kakomi-hosoku1 {
 margin: 2em 0em 2em 3em; /* 枠外との間隔（上、右、下、左） */
 padding: 5px 10px;
 font-size: 1.1em; /* 文字サイズ */
 border-left: 6px double #4d4398; /* 線の太さ・線種・色 */
}

/* 写真のhoverエフェクト　----*/


figure, figure a {
  margin: 0;
  padding: 0 0.5rem;
  background: none;
  overflow: hidden;
 }

figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}


figure img{
min-width:50%;
}

#mediaarea {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: center;
	align-items: flex-start;
	justify-content: space-around;
}
#mediaarea p {
	display: flex;
	width:20%;
}
#mediaarea img {
	display: flex;
	width:200px;
}

.videoarea {
    clear: both;
    margin-bottom: 20.5rem;
    position: relative;
    margin-top: -16px;
}
.video_image {
    position: fixed;
    clip: rect(45px 458px 287px 0px);
}


@media screen and (max-width:768px){
	.timer .sp {
		display: block;
	}
	h2 {
		font-size: 36px;
	}
	.mail-area .txt-wrapper {
		float: none;
		width: 100%;
		margin: 0 auto 20px !important;
	}
	.mail-area .form-wrapper .image {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.mail-area .form-wrapper .image img {
		float: none;
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	#voice dl{
	box-sizing: border-box;
	padding:10px 10px 0 10px;
	}
#voice .box {
	float: left;
	width:100%;
	background:#FFF;
}
#voice .box2 {
	float: left;
	margin-bottom: 15px;
	width:100%;
	background:#FFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}

	#voice .txt-wrapper {
		margin-bottom: 0;
	}
	#voice .image {
		height: 300px;
		margin-bottom: 15px;
	}
	#voice .image.noimg {
		height: 200px;
	}
	#profile dl .image-wrapper .image {
		width: calc((100% - 2%) / 2);
		max-width: calc((100% - 2%) / 2);
		margin-bottom: 10px !important;
		margin-right: 2% !important;
	}
	#profile dl .image-wrapper:first-of-type .image:nth-child(2n) {
		margin-right: 0 !important;
	}
	#introduction .image-wrapper .image {
		width: calc((100% - 4%) / 2);
		margin-bottom: 20px;
	}
	#introduction .image-wrapper .image:nth-child(2n) {
		margin-right: 0;
	}
	#introduction .image-wrapper .image:nth-child(3),
	#introduction .image-wrapper .image:nth-child(4) {
		margin-bottom: 0;
	}
	#seminar table td {
		display: block;
		margin-bottom: 20px;
		border-bottom: solid 1px #ddd !important;
	}
	#seminar table td:last-child {
		margin-bottom: 0;
	}
	#seminar table td .sp {
		padding: 10px;
		margin-bottom: 15px;
		color: #fff;
		font-weight: bold;
		background-color: #e37c0e;
	}
	#seminar table td .sp {
		display: block;
	}
	#seminar table td:first-child .sp {
		background-color: #1eaf1e;
	}
	#seminar table td .cap {
		width: 95%;
		margin: 0 auto 10px;
		padding: 10px;
		text-align: center;
	}
	#seminar table td .txt {
		padding: 0 10px 20px;
	}
	#seminar table tr:first-of-type {
		display: none !important;		
	}
	#seminar table td {
		display: block;
		width: 100%;
		padding: 0 !important;
	}
		#mediaarea {
	display:block;
	margin:0 auto;
	
}
#mediaarea p {
	display:block;
	width:90%;
}
#mediaarea img {
	display: block;
	margin:0 auto;
	width:200px;
}
}




@media screen and (max-width:480px){
#container {
	width: 375px;	/*コンテナー幅*/
	background-color:#fff;
	margin: 0 auto;
}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.timer {
		font-size: 12.5px;
	}
	h1 {
		margin-bottom: 30px;
		font-size: 27px;
		margin-top:50px
	}
	h1 span {
		font-size: 16px;
	}
	h2 {
		font-size: 25.5px;
	}
	h2 span {
		font-size: 16px;
	}
	
	h4 {
		font-size: 22px;
		margin-top:40px;
	}
	h4 span {
		font-size: 16px;
	}
	h5 {
		font-size: 30px;
		margin-top:40px;
	}
	h5 span {
		font-size: 47px;
	}	
	
	section {
		padding: 20px 0 60px;
	}

.image-main {
	background: url(../img/main_sp_01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 610px;
    margin-top:50px;
}
.day_box{
	width:356.25px;
	margin:0px auto 30px;
	background:#fff;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	padding-top:30px;
}

.day_box p{
	line-height:1.4;
	margin-bottom:14px;
	font-size:14px;
}

.box_text{
    margin:10px;
	line-height:1.8;
	padding-left:0px;
}
.img1{
	width:70px;
	margin-right: 0.5em;
	margin-top:-30px;
	}
	.img2{
width:100%;
margin-bottom:0.5em;
margin-top:0.5em;
}
	.img3{
width:100%;
margin-left:0px
}
.img4{
	width:100% ;
	float:left;
	margin-bottom: 20px;
}
.img5{
	width:100% ;
	margin-bottom: -90px;
}
.m120{
 font-size:20px;
 font-weight:bold;
 }
.m130{
 font-size:20px;
 font-weight:bold;
 margin-top:-13px;
 }
.m140{
 font-size:22px;
 font-weight:bold;
 }
 .taidan{
width:100%;
}
 .pro{
 	width:30%;
 }
 .profile h3 ,.day_box h3{ line-height: 1.3;font-size:130%;border-left: 5px solid #074997; padding-left: 15px;margin:0 10px 0 10px;}
.profile h4 ,.day_box h4{ border-left: 5px solid #074997; color:#333; padding-left: 15px;margin:0 10px 20px 10px;font-size:70%;}
.mb20 { margin-bottom: 20px;margin:10px;}
.m20 { margin-left: 10px;margin-right:10px;line-height:1.6;} 
#defaultlist {
	background: url("../img/opt_y/bg_section.png")repeat 0 0;
	padding: 0.5em;
	margin: 0 0 2rem 0;
}
#voice .name {
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
#voice .name02 {
	padding-left: 00px;
	font-size: 20px;
	text-align: left;
}

	#trouble,
	#about,
	#company {
		padding-top: 0;
	}
	#voice {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#introduction,
	#seminar {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	#profile {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.mail-area {
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.mail-area .image#arrow {
		width: 18%;
		top: -25px;
	}
	.mail-area h2 {
		padding: 10px 0;
		font-size: 14px;
	}
	.mail-area span {
		font-size: 20px;
	}
	button[type="submit"],
	.btn {
		font-size: 15px;
	}
	::placeholder {
		font-size: 16px;
	}
	#voice .image {
		height: 180px;
	}
	#trouble .clearfix:nth-last-of-type(2) .image,
	#trouble .clearfix:last-of-type .image {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	#trouble ul {
		padding: 10px;
		margin-bottom: 30px;
}
	#trouble ul li {
		padding-left: 10px;
		font-size: 18px;
		line-height: 1.5;
		background-position: 0 3px;
		background-size: 20px auto;
		list-style-type: none;
	}
	#introduction dl dt {
		font-size: 18px;
		line-height: 1.5;
	}
	#introduction dl dd {
		line-height: 1.5;
	}
	#profile .image-wrapper .image {
		float: none;
		margin: 0 auto 20px;
	}
	#profile .image-wrapper .txt {
		font-size: 18px;
	}
	#profile dl dd .image.non {
		margin: 0 auto !important;
	}
	#profile .table-wrapper {
		margin-bottom: 0;
	}
	#profile table tr {
		display: block;
		margin-bottom: 30px;
		border-bottom: solid 1px #ddd;
	}
	#profile table td .sp {
		padding: 0;
		border-bottom: solid 1px #ddd;
		background-color: #999;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	#profile table td .txt {
		padding: 10px;
		text-align: center;
	}
	#profile dl .image-wrapper#safari .image {
		min-height: 110px;
		width: calc((100% - 2%) / 2);
		max-width: calc((100% - 2%) / 2);
	}
	#profile dl .image-wrapper#safari .image:nth-child(2n) {
		margin-right: 0 !important;
	}
	table tr:first-of-type {
		display: none !important;		
	}
	table td {
		display: block;
		width: 100%;
		padding: 0 !important;
		border-bottom: none !important;
	}
	
figure {
  display: block;
  background: none;
}
	
figure img {
  display: block;
	margin-bottom: 1em;
}

.mail-area .form-wrapper .image img {
		float: none;
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
		#mediaarea {
	display:block;
	margin:0 auto;
	
}
#mediaarea p {
	display:block;
	width:90%;
}
#mediaarea img {
	display: block;
	margin:0 auto;
	width:200px;
}
}
