@charset "UTF-8";
/* TOPページ毎のルールはこのファイルに記述 */

/* Google Fonts
==================================================================================================== */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');


.anshinTxt-fontA {
	font-family: 'M PLUS Rounded 1c', Meiryo, 'MS PGothic', Osaka, sans-serif;
	font-weight: 700;
	-ms-font-feature-settings: "normal";
	font-feature-settings: "palt";
	-ms-transform: rotate(0.001deg); /* forIE11 */
}
.anshinTxt-fontA > span {
	font-family: 'M PLUS Rounded 1c', Meiryo, 'MS PGothic', Osaka, sans-serif;
	font-weight: 700;
}
/* mobile用
------------------------------ */
@media ( max-width : 769px ) {
.anshinTxt-fontA {
	font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, sans-serif;
}
.anshinTxt-fontA > span {
	font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, sans-serif;
}
}



/* 汎用
==================================================================================================== */
.pcCont {
	display: block;
}
.spCont {
	display: none;
}
.borderNone {
	border: none !important;
}
.fwb {
	font-weight: bold;
}

.ml10 {
	margin-left: 10px;
}
/* mobile用
------------------------------ */
@media ( max-width : 769px ) {
	.ml10 {
		margin-left:0px;
	}
}

/* ヘッダー
==================================================================================================== */
header{
	background-image: url("./head_back.png");
	text-align: center;
	background-position: center;
	background-size:cover;
	margin-bottom: 5px;                                
}

header h1{
	margin: 0 auto;
	padding: 40px 30px 0px 30px;
}

header p{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

section{
	margin: 50px 0;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 150%;
}
section p{
font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	margin: 0 0 1em;
}
section figure{
	text-align: center;
	max-width: 100%;
	margin: 20px auto 5px;
}
section figcaption
{
	font-size: 12px;
	margin: 5px 10px;
}


section.baseContent{
	margin: 40px 0 50px;
}
section.blueContent{
	margin: 40px 0 50px;
	padding: 30px 0;
	background : #002870;
	color: #FFFFFF;
}

section .columnLine{
	margin: 20px auto;
	border-style : Solid;
  	border-color : #e61874;
  	border-width : 1px;
	border-radius: 12px;
	padding: 0 0 20px;
	
}
section .columnLine .columnLineH2Wrap{
	padding: 0;
}

#contents section .columnLine h2{
	background : #e61874;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0.5em 1.5em;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
#contents section .columnLine h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	margin: 2em auto 1em ;
	padding: 0;
	color: #e61874;
	    line-height: 130%;
}
#contents section .columnLine .columnLineInner{
	padding: 0 1em;
}
#contents section.baseContent .midashiBlock h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	margin: 0.8em auto 1em;
	padding: 0 0.7em;
	color: #002870;
	font-weight: bold;
	 line-height: 130%;
}

#contents section.baseContent table{
	margin: 5px auto 15px;
	padding: 0;
}

#contents section table.table-cmn-small th{
	 background : #8A969D;
	color: #FFFFFF;
	font-size: 10px;
		 min-width: 12em;
}


#contents section table.table-cmn-small td{
	font-size: 10px;
}
#contents section table.table-cmn-small tr:nth-child(2n+1) td{
	background : #EEEEEF;
}



#contents section dl.faq {
  margin: 0 auto 20px;
}

#contents section dl.faq dt::before,
#contents section dl.faq dd::before{
  font-size: 2em;
  margin-right: .5em;
	line-height: 150%;
}
#contents section dl.faq dt::before{
  content:"Q.";
	font-size: 25px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	color: #c80021;

}
#contents section dl.faq dd::before{
  content:"A.";
  color: #0085C8;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size : 25px;
	line-height:1;
}
#contents section dl.faq dt{
 font-size: 21px;
	color: #002870;
	font-weight: bold;
	text-indent: -1.9em;
 padding: 0 0 0 1.8em;
}

#contents section dl.faq dd{
    margin: 0 0 1em;
  text-indent: -2.8em;
  padding: 0.8em 0 0.8em 2.8em;
}
#contents section .columnLine h5{
	font-size: 14px;
	padding: 0.5em 1em;
	border-style : Solid;
	border-color : #231815;
	border-width : 1px;
	display: inline;
}


#contents .blueContent .titleSlash {
  text-align: center;
}

#contents .blueContent .titleSlash h2 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
	font-size: 18px;
}
#contents .blueContent .titleSlash h2:before, #contents .blueContent .titleSlash h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #FFFFFF;
}
#contents .blueContent .titleSlash h2:before {
  left:0;
	-webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#contents .blueContent .titleSlash h2:after {
  right: 0;
	-webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#contents section.blueContent {
  
}
#contents section.blueContent h2{
	font-size: 18px;
	margin: 50px 0 30px;
}

#contents section.blueContent h3{
  text-align: center;
  margin: 0 0 15px;
}

#contents section.blueContent p.tyusyku {
	color: #fff;
	margin: 40px 0 0;
}

/* pc用
------------------------------ */
@media ( min-width:770px) {
	
#conditions{
	padding-top: 120px;
	margin-top: -120px;
}
header{
	min-height:  700px;
}
#contents header p{
	text-align: right;
}
section.baseContent{
	margin: 80px 0 50px;
}
section.blueContent{
	margin: 80px 0 50px;
	padding: 30px 0;
}
#contents section .columnLine .columnLineH2Wrap{
	text-align: center;
	margin: -1em auto 0;
}
#contents section .columnLine h2{
	font-size: 22px;
	line-height: 100%;
	border-radius: 2em;
	display: inline;
	margin: 0 auto;
	letter-spacing: 0.05em;
}
#contents section span.indent-l{
	margin: 0 0 0 -0.5em;
}
#contents section span.indent-r{
	margin: 0 -0.4em 0 0;
}
#contents section .columnLine h3{
	text-align: center;
	font-size: 20px;
}
#contents section .columnLine .columnLineInner{
	padding: 0 59px;
}
#contents section.baseContent .midashiBlock h4{
	font-size: 32px;
	text-align: center;
}
#contents section.baseContent table{
	margin: 5px auto 30px;
	padding: 0;
}
.smallTableWrap .table-cmn-small th, .smallTableWrap  .table-cmn-small td{
	padding: 1px 6px;
}

#contents section table.table-cmn-small th{
	font-size: 13px;
}
#contents section table.table-cmn-small td{
	font-size: 13px;
}	

#contents section.blueContent .titleSlash h2 {
  font-size: 28px;
}
#contents section.blueContent h2{
  text-align: center;
	font-size: 28px;
}

section figcaption
{
	text-align: left;
}
#contents section.blueContent p.tyusyku {
	margin: 50px 0 0;
}
	
}

/* mobile用
------------------------------ */
@media ( max-width : 769px ) {
.pcCont {
	display: none;
}
.spCont {
	display: block;
}

}




/* cv
==================================================================================================== */

.anshinCommon-cv h2{
	text-align: center;
	margin: -70px auto 0px;
}
.anshinCommon-cv h3{
	margin: 20px 0 20px;
}
.anshinCommon-cv p{
	margin: 15px 0 30px;
	line-height: 166%;
	font-size: 15px;
}
.anshinRadiusInner
{
	background-color: rgba(255,255,255,1);
	border-radius: 50px;
	padding: 30px 40px;
	margin: 20px 0;
}
.anshinCommon-cv-common {
	box-sizing: border-box;
	margin-top: 30px;
	padding: 20px 390px 25px 30px;
}
.anshinCommon-cv-common__title {
	font-size: 26px;
	margin: 0 auto 15px;
}

#contentsInner p.anshinCommon-cv-common__lcopy,
.anshinCommon-cv-common__lcopy {
		margin-bottom: 15px;
	font-size: 130%;
}
#contentsInner p.anshinCommon-cv-common__link,
.anshinCommon-cv-common__link {
	margin: 0 auto;
}
.anshinCommon-cv-common__link a.btn-cmn-primary {
	margin: 0 auto;
}
/* mobile用
------------------------------ */
@media ( max-width : 769px ) {
.anshinCommon-cv {
	margin: 40px auto 30px;
}
.anshinCommon-cv h2{
	margin: -50px auto 10px;
}
.anshinCommon-cv-common {
	margin-top: 20px;
	padding: 15px;
}
.anshinCommon-cv-common__title {
	font-size: 18px !important;
	text-align: center;
	margin: 0 auto 10px;
}
.anshinCommon-cv-common__img {
	width: auto;
	text-align: center;
	margin: 0 auto 15px;
}
#contentsInner p.anshinCommon-cv-common__lcopy,
.anshinCommon-cv-common__lcopy {
	margin-bottom: 15px;
	font-size: 110%;
}
.anshinCommon-cv-common__link {
	text-align: center;
}
}

/* フェア 追加分*/
#contents .fair_blk .sub_txt {
	font-size: 22px;
	text-align: center;
	margin: 20px 0 0px;
}
#contents .fair_blk h3 {
	line-height: 1.3;
}
#contents .fair_blk h3 span.main_title {
	font-size: 38px;
	background: linear-gradient(transparent 60%, #fff362 60%);
	padding-right: 0.3em;
}
#contents .fair_blk h3 span.sub_copy{
	font-size: 28px;
	margin-left: 0.6em;
}
#contents .fair_blk .ls{
	margin-left: -0.3em;
}
#contents .fair_blk h4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 25px 0 0;
	color: #21366e;
}
#contents .fair_blk .fair_date {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	color: #21366e;
	border: 2px solid #21366e;
	border-radius: 20px;
	padding: 6px 0px 4px;
	line-height: 1;
	width: 230px;
	margin: 5px 0 20px;
}
#contents .fair_blk .fair_date span.week {
	font-size: 12px;
    color: #fff;
    background-color: #21366e;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
	margin-left: 0.2em;
}
#contents .fair_blk .fair_date span.term {
	margin: 0 0.3em;
}
#contents .fair_blk .tyuSyaku {
	margin-top: 20px;
}
#contents .fair_present p.btn_copy {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
#contents .fair_present .btn_blk .anshinCommon-cv-common__link {
	margin: 0px;
}

#contents .fair_blk .fair_quo {
	position: relative;
	margin-top: 20px;
}
#contents .fair_blk .fair_quo p {
	background: #eaf0f3;
	padding: 10px;
	border-radius: 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#contents .fair_blk .fair_quo figure {
	position: absolute;
	left: -10px;
	top: 0px;
	width: 95px;
	height: auto;
	transform: rotate(-5deg);
	margin: 0px;
}

/* mobile用
------------------------------ */
@media ( max-width : 769px ) {
.fair_blk {
	padding: 8%;
}
#contents .fair_blk .sub_txt {
	font-size: 4.5vw;
	margin: 20px 0 20px;
	line-height: 1.2;
}
#contents .fair_blk h3 {
	text-align: center;
	margin: 0px;
}
#contents .fair_blk h3 span.main_title {
	font-size: 6.5vw;
	padding-right: 0em;
}
#contents .fair_blk h3 span.sub_copy{
	font-size: 5.5vw;
	margin-left: 0em;
}
#contents .fair_blk h4 {
	font-size: 6vw;
	line-height: 1.3;
	text-align: center;
}
#contents .fair_blk h3 br, 
#contents .fair_blk h4 br {
	line-height: initial;
}
#contents .fair_blk .fair_date {
	font-size: 18px;
	border-radius: 20px;
	padding: 6px 0px 4px;
	line-height: 1;
	width: 90%;
	margin: 5px auto 15px;
}
#contents .fair_blk .fair_date span.week {
	font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
	margin-left: 0.2em;
}
#contents .fair_blk .tyuSyaku {
	margin-top: 20px;
}
#contents .fair_blk .fair_quo {
	position: relative;
	margin-top: 20px;
}
#contents .fair_blk .fair_quo p {
	padding: 5%;
	border-radius: 20px;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#contents .fair_blk .fair_quo figure {
	position: absolute;
	left: 0;
	top: -10px;
	width: 22%;
	height: auto;
	transform: rotate(-5deg);
}
#contents .fair_present p.btn_copy {
	text-align: center;
}
}

/* 展示場誘導
======================================================================== */
.tenjijo_push .tenjijo_push_blk {
		padding: 10px 0;
	}
.tenjijo_push h3 {
	font-size: 28px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	line-height: 1.7;
}
.tenjijo_push h3::after {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 200px;
	height: 1px;
	left: 0;
	background-color: #1a1a1a;
}

.tenjijo_push .push_text {
	width: 420px;
	height: auto;
}
#contents .tenjijo_push .push_text p {
	font-size: 18px;
	letter-spacing: 0.08em;
	margin: 35px 0 0;
	line-height: 1.8;
}
.tenjijo_push figure {
	width: 480px;
	height: auto;
	margin: 0px;
}

/* mobile用 */
@media screen and (max-width:768px) {

	.tenjijo_push h3 {
		font-size: 5.5vw;
		letter-spacing: 0.08em;
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		line-height: 1.6;
	}
	.tenjijo_push h3::after {
		content: '';
		position: absolute;
		bottom: -20px;
		display: inline-block;
		width: 60%;
		height: 1px;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background-color: #1a1a1a;
	}
	
	.tenjijo_push .push_text {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#contents .tenjijo_push .push_text p {
		font-size: 4vw;
		margin: 25px 0 20px;
		line-height: 1.6;
	}
	.tenjijo_push figure {
		width: 100%;
		height: auto;
	}
}


/* 最下部バナー
==================================================================================================== */
#contents .banner {
	padding: 30px 0 0px;
	text-align: center;
}
/* mobile用 */
@media screen and (max-width:768px) {
	#contents .banner {
		padding: 0px 0 0px;
		text-align: center;
	}
}

