@charset "utf-8";

body {
	font-size: 18px;
	color: #000;
	font-family: gotham, noto-sans-cjk-jp, sans-serif;
}

/* ヘッダー下固定タイトルCSS --------------------------------------- */

#header-title_height {
    display: flex;
    width: 100%;
    height: 78px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 780px) {

  #header-title_height {
    	width: 100%;
		height: 60px;
    	flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: center;
  	}

}

/* デフォルトの幅固定サイズ(1400px)を上書きするクラス ----------------------- */
.width-org {
    max-width: 1400px;
}

/* メインコンテンツ:スクロール背景とヘッダ下の位置調整 ----------------------- */
/* メインコンテンツ:スクロール背景とヘッダ下の位置調整 ----------------------- */
#all_bg {
	position: relative;
	top: 60px; /*ヘッダー下タイトルなし*/
	background-color: #fff;
	background-image: url(../images/);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
}

@media screen and (max-width: 768px) {

	#all_bg {
		position: relative;
		top: 60px; /*ヘッダー下タイトルなし*/
		background-color: #fff;
		z-index: 2;
	}
}

/* メインビジュアルCSS ------------------------------------------ */

#mv-area {
	padding: 5% 0% 3% 0%;
	background-color: rgba(242, 101, 34, 0.8);
}

.wrapper-mv {
    max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

	#mv-area {
		padding: 3% 3% 3% 3%;
	}
}

html{
	scroll-behavior: smooth;
}

/* セクションごとの設定 */
#desc-area {
	max-width: 1400px;
	margin: 0 auto;
	padding:0px 0px 0px 0px ;
	background:rgba(255,99,71,0.5)
}

@media screen and (max-width: 768px) {

	#desc-area {
		padding:10px 0;

}
}


/* ディスクレーマー */

#desc-area ul {
	font-size: 1.4rem;
}

#desc-area li {
	list-style-type: square;
	margin-left: 40px;
	line-height: 2.0;
}

@media screen and (max-width: 768px) {

	#desc-area ul {
		font-size: 1.2rem;
	}

	#desc-area li {
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 20px;
		line-height: 1.5;
	}

}


/* デフォルトフッター：下に固定のフッターを表示させる場合は、padding-bottomを調整すること */

#footer-area {
	padding-bottom: 30px;
}



/* 固定フッター */

.wrapper-footer {
	max-width: 1400px;
	margin: 0 auto;
}

#footer-bg {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}

/*画像幅を100％に*/

img{
	width: 100%;
}

/* 基本枠CSS----- */

.amd_full_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.amd_95_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_90_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_80_area {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_70_area {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_60_area {
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_50_area {
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_40_area {
	width: 40%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_30_area {
	width: 30%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_20_area {
	width: 20%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_10_area {
	width: 10%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

/* ちょいとスペース----- */

.space1{
	margin-top: 1%;
}

.space2{
	margin-top: 2%;
}

.space3{
	margin-top: 3%;
}

.space4{
	margin-top: 4%;
}

.space5{
	margin-top: 5%;
}

.space10{
	margin-top: 10%;
}

.space15{
	margin-top: 15%;
}

/* 最下部版権表記----- */

.copy_box {
	width : 100%;
	color: #fff;
	background-color:#000 ;
	margin: 0% 0% 0% 0%;
	padding: 1% 5%;
}

.copy_box ul{
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
  }

.copy_box li{
	font-size: 0.8em;
	font-family:"Arial", "メイリオ" !important ;
	line-height: 1.5;
  }

/*上付き文字*/
.upstext{
	font-size: 40%;
	vertical-align: super;
}

/*スマホのみの改行*/

@media screen and (min-width: 768px){
	.br-sp {display: none; }
	}

/*記述はこちら	<br class="br-sp"> */

a{
	text-decoration: none;
}

/*スマホ表示ここから*/

@media screen and (max-width: 768px) {

.amd_full_area {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}

.amd_95_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_90_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_80_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_70_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_60_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_50_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_40_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_30_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_20_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_10_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

	.copy_box {
		width : 100%;
		color: #fff;
		background-color:#000 ;
		margin: 0% 0% 0% 0%;
		padding: 5% 3% 5% 3%;
	}

	.copy_box li{
		font-size: 10px;
	  }

}

/*------------------------基本設定ここまで---------------------------*/



/*LPごとのCSSはこちらから*/


/*topイメージ*/

.top_main{
	width: 1400px;
	margin: 0 auto;
}

.top_bg{
	background-image: url(../images/topbg.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment:scroll; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
}

.top_main img{
	width: 100%;
	height: auto;
}

/*二段目注釈*/

.remarks{
	width: 1400px;
	margin: 3% auto;
	list-style: none;
    padding-left: 3em;
}
.remarks li{
	font-size: 1em;
	line-height: 1.5em;
    text-indent: -1.5em;
}
.remarks li:before{
    content: "※";
    margin-right: 0.5em;
}


/*三段目コンテンツメニュー*/

.four_contents {
	width: 24.25%;
	margin-bottom: 1px;
}

.four_distance {
	width: 1%;
}

.four_contents > .title{
	width: 100%;
	height: 80px;
	background:
    	linear-gradient(225deg, transparent 20px, 20px,#cf8dbb, #7597c5);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	padding: 9% 2% ;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    cursor: pointer;
}

.four_contents > .title:hover{
	opacity: 1;
	background:
    	linear-gradient(225deg, transparent 20px, 20px, #7597c5,#cf8dbb);
}

.topsolid{
	width: 100%;
	border-top: 3.5px #151a78 solid;
	background-color: rgb(224, 178, 212, 0.5);
}

.topsolid02{
	width: 100%;
	border-top: 1px #151a78 solid;
	background-color: rgb(224, 178, 212, 0.5);
}

.topsolid03{
	width: 100%;
	background-color: rgb(224, 178, 212, 0.5);
	padding-bottom: 2%;

}

.contentstitle{
	width: 500px;
	margin: 0 auto;
	color: #151a78;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: #151a78 3px solid;
	padding: 1.5%;
	margin: 2% auto;
}

.contentssubtitle{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: underline red 2px;
	text-underline-offset: 7px;
	line-height: 1.6em;

}

.contentsdetail{
	width: 1400px;
	background-color: #fff;
	margin: 2% auto;
	padding: 2%;
	display: flex;
	flex-wrap: wrap;
}

.contentsdetail02{
	width: 1200px;
	background-color: #fff;
	margin: 2% auto;
	padding: 2%;
	display: flex;
	flex-wrap: wrap;
	border-top: rgb(224, 178, 212, 0.5) 2px solid;
	border-bottom: rgb(224, 178, 212, 0.5) 2px solid;
	border-right: rgb(224, 178, 212, 0.5) 2px solid;
	border-left: rgb(224, 178, 212, 0.5) 30px solid;
	border-radius: 3px;
}

.contentsdetail li{
	width: 100%;
	font-size: 1em;
	line-height: 1.8em;
    text-indent: -1.5em;
	padding-left: 2%;
}

.pcname{
	height: 90px;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: 700;
	padding-left: 3%;
	border-left: red 20px solid ;
	text-align: left;
}

.pcname02{
	width: 100%;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 400;
	text-align: left;
}

.txcenter {
	margin-left: 0%;
	align-items: center;
}

/* アコーディオン01 */

.accordion-001 {
    max-width: 1200px;
	margin: 0 auto;
    background-color: rgb(255, 255, 255, 1);
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	font-size: 1.2em;
    padding: 1em 2em 1em 23em;
    border-radius: 5px;
	background-color: #fff;
    color: #574c75;
	border: #574c75 2px solid;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #574c75;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 > .seihinichiran {
    transform: translateY(-10px);
    padding: 5px 0 0px 0;
    color: #333333;
    transition: 5s; 
	opacity :5s;
}

.accordion-001[open] > .seihinichiran {
    transform: none;
    opacity: 1;
	border-bottom: #574c75 3px solid;
	text-align: center;
}

/* アコーディオン02 */

.accordion-002 {
    max-width: 1200px;
	margin: 0 auto;
    background-color: rgb(255, 255, 255, 1);
}

.accordion-002:not([open]) {
    margin-bottom: 7px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	font-size: 1.2em;
    padding: 1em 2em 1em 23em;
    border-radius: 5px;
	background-color: #151a78;
    color: #fff;
	border: #fff 2px solid;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-002 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-002 summary::after {
    transition: rotate .5s;
}

.accordion-002[open] summary::after {
    rotate: 90deg;
}

.accordion-002 > .qaarea {
    transform: translateY(-10px);
    padding: 5px 0 0px 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] > .qaarea {
    transform: none;
    opacity: 1;
	border-bottom: #fff 3px solid;
}

/*製品一覧*/

.seihin01{
	background-color: #574c75;
	color: #fff;
	align-items: center;
	text-align: left;
	padding-left: 3%;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 700;
}

.seihin02{
	font-size: 1.2em;
	font-weight: 600;
	padding: 2%;
}

.seihin03{
	font-size: 1.2em;
	font-weight: 400;
	padding: 2% 0;
}

.seihin01_02{
	background-color: #574c75;
	color: #fff;
	align-items: center;
	text-align: left;
	padding: 2% 0% 2% 3%;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 700;
}

.seihin02_02{
	height: 150px;
	align-items: center;
	font-size: 1.2em;
	font-weight: 600;
	padding: 2% 0 0 0%;
}

.seihin03_02{
	height: 150px;
	align-items: center;
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
	padding: 2% 0;
	line-height: 1.5em;
}

.kugirisen{
	border-bottom: #574c75 3px solid;
}

.undertensen{
	border-bottom: dashed #574c75 1px ;
}

.mousikomi_button{
	width: 500px;
	margin: 2% auto;
	padding: 2%;
	text-align: center;
	background:
    	linear-gradient(225deg, #cf8dbb, #7597c5);
	border-radius: 5px;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.mousikomi_button:hover{
	opacity: 0.7;
	background:
	    linear-gradient(225deg, #7597c5,#cf8dbb);
}

.mousikomi_button p{
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}

.bangou{
	width: 42px;
	font-size: 3em;
	font-weight: 700;
	color: #151a78;
}

.komidashi{
	width: 850px;
	font-size: 1.5em;
	font-weight: 700;
	color: #151a78;
	padding-top: 15px;
	text-decoration: underline 3px;
	text-underline-offset: 5px;
}

.setsumei{
	width: 100%;
	margin-top: 2%;
	font-size: 1.1em;
	line-height: 1.5em;
    text-align: center;
}

.setsumei img{
	width: 30%;
}

.setsumei02{
	width: 100%;
	margin-top: 2%;
	font-size: 0.8em;
	line-height: 1.5em;
    text-align: left;
	color: #333333;
}

.setsumei03{
	width: 1600px;
	margin: 0 auto;
	padding: 3%;
	font-size: 0.8em;
	line-height: 1.2em;
    text-align: left;
	color: #333333;
}

.setsumei04{
	width: 100%;
	margin-top: -7%;
	font-size: 1.1em;
	line-height: 1.5em;
    text-align: center;
}

.qaarea{
	width: 90%;
	margin: 30px 0 80px 80px;
}

.qarea{
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5em;
    text-indent: -1.5em;
}

.qarea:before{
	padding: 2px;
	content: "Q:";
	font-weight: 700;
	color: #fff;
    margin-right: 0.5em;
	background-color: #ff62b6;
}

.aarea{
	margin-top: 1%;
	margin-bottom: 2%;
	font-size: 1em;
	line-height: 1.5em;
    text-indent: -1.5em;
	padding-bottom: 1%;
	border-bottom: dashed #574c75 1px ;
}

.aarea:before{
	padding: 2px;
	content: "A:";
	font-weight: 700;
	color: #fff;
    margin-right: 0.5em;
	background-color: #151a78;
}

.bgblue01{
	width: 100%;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	padding: 1%;
	background-color: #151a78;
	color: #fff;
}

.bgblue02{
	width: 100%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	padding: 1%;
	background-color: #4146ac;
	color: #fff;
}

.bgblue03{
	width: 100%;
	padding-right: 2%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 400;
	padding: 2%;
	background-color: #4146ac;
	color: #fff;
	text-align: right;
}

.kakomi{
	margin: 2% 0 0 auto;
	padding: 2%;
	width: fit-content;
	border: #fff 2px solid;
}

.bgblue04{
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	padding: 2%;
	background-color: #4146ac;
	color: #fff;
}

.imgheight{
	width: 100%;
	height: auto;
}

/*スマホ表示ここから*/

@media screen and (max-width: 768px) {

/*LPごとのCSSはこちらから*/


/*topイメージ*/

.top_main{
	width: 1400px;
	margin: 0 auto;
}

.top_bg{
	background-image: url(../images/topbg.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment:scroll; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
}

.top_main img{
	width: 100%;
	height: auto;
}

/*二段目注釈*/

.remarks{
	width: 100%;
	margin: 3% auto;
	list-style: none;
    padding-left: 1.5em;
}
.remarks li{
	font-size: 0.8em;
	line-height: 1.5em;
    text-indent: -1.2em;
}
.remarks li:before{
    content: "※";
    margin-right: 0.2em;
}


/*三段目コンテンツメニュー*/

.four_contents {
	width: 24.25%;
	margin-bottom: 1px;
}

.four_distance {
	width: 1%;
}

.four_contents > .title{
	width: 100%;
	height: 50px;
	background:
    	linear-gradient(225deg, transparent 10px, 10px,#cf8dbb, #7597c5);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	padding: 9% 2% ;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    cursor: pointer;
}

.four_contents > .title:hover{
	opacity: 1;
	background:
    	linear-gradient(225deg, transparent 20px, 20px, #7597c5,#cf8dbb);
}

.topsolid{
	width: 100%;
	border-top: 3.5px #151a78 solid;
	background-color: rgb(224, 178, 212, 0.5);
}

.topsolid02{
	width: 100%;
	border-top: 1px #151a78 solid;
	background-color: rgb(224, 178, 212, 0.5);
}

.contentstitle{
	width: 90%;
	margin: 0 auto;
	color: #151a78;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: #151a78 3px solid;
	padding: 1.5%;
	margin: 2% auto;
}

.contentssubtitle{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.95em;
	font-weight: 700;
	text-decoration: underline red 2px;
	text-underline-offset: 3px;
	line-height: 1.6em;

}

.contentsdetail{
	width: 90%;
	background-color: #fff;
	margin: 0 auto 5% auto;
	padding: 5% 2%;
	display: flex;
	flex-wrap: wrap;
}

.contentsdetail li{
	font-size: 1em;
	line-height: 1.5em;
    text-indent: 0em;
	padding-left: 2%;
}

.pcname{
	height: 90px;
	font-size: 1.1em;
	font-weight: 700;
	vertical-align: top;
	padding-left: 3%;
	border-left: red 20px solid ;
}

.pcname02{
	width: 100%;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 400;
	text-align: left;
}

.txcenter {
	margin-left: 0%;
	align-items: center;
}

/* アコーディオン01 */

.accordion-001 {
    max-width: 95%;
	margin: 0 auto;
    background-color: rgb(255, 255, 255, 1);
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	font-size: 1.2em;
    padding: 1em 2em 1em 4em;
    border-radius: 5px;
	background-color: #fff;
    color: #574c75;
	border: #574c75 2px solid;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #574c75;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 > .seihinichiran {
    transform: translateY(-10px);
    padding: 5px 0 0px 0;
    color: #333333;
    transition: 5s; 
	opacity :5s;
}

.accordion-001[open] > .seihinichiran {
    transform: none;
    opacity: 1;
	border-bottom: #574c75 3px solid;
	text-align: center;
}

/* アコーディオン02 */

.accordion-002 {
    max-width: 95%;
	margin: 0 auto;
    background-color: rgb(255, 255, 255, 1);
}

.accordion-002:not([open]) {
    margin-bottom: 7px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	font-size: 1.2em;
    padding: 1em 2em 1em 3em;
    border-radius: 5px;
	background-color: #151a78;
    color: #fff;
	border: #fff 2px solid;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-002 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-002 summary::after {
    transition: rotate .5s;
}

.accordion-002[open] summary::after {
    rotate: 90deg;
}

.accordion-002 > .qaarea {
    transform: translateY(-10px);
    padding: 5px 0 0px 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] > .qaarea {
    transform: none;
    opacity: 1;
	border-bottom: #fff 3px solid;
}

/*製品一覧*/

.seihin01{
	background-color: #574c75;
	color: #fff;
	align-items: center;
	text-align: left;
	padding: 2% 0% 2% 3%;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 700;
}

.seihin02{
	font-size: 1em;
	font-weight: 600;
	padding: 2%;
}

.seihin03{
	font-size: 1em;
	font-weight: 400;
	padding: 2% 0 2% 5%;
}

.seihin01_02{
	background-color: #574c75;
	color: #fff;
	align-items: center;
	text-align: left;
	padding: 2% 0% 2% 3%;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 700;
}

.seihin02_02{
	margin-top: 1%;
	height: auto;
	font-size: 1em;
	font-weight: 600;
	padding: 2%;
}

.seihin03_02{
	height: auto;
	font-size: 1em;
	font-weight: 400;
	padding: 2% 0 2% 5%;
}

.kugirisen{
	border-bottom: #574c75 3px solid;
}

.undertensen{
	border-bottom: dashed #574c75 1px ;
}

.mousikomi_button{
	max-width: 95%;
	margin: 2% auto;
	padding: 5% 0%;
	text-align: center;
	background:
    	linear-gradient(225deg, #cf8dbb, #7597c5);
	border-radius: 5px;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.mousikomi_button:hover{
	opacity: 0.7;
	background:
	    linear-gradient(225deg, #7597c5,#cf8dbb);
}

.mousikomi_button p{
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}

.bangou{
	width: 5%;
	font-size: 2em;
	font-weight: 700;
	color: #151a78;
}

.komidashi{
	width: 93%;
	margin-left: 2%;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5em;
	color: #151a78;
	padding-top: 0px;
	text-decoration: underline 2px;
	text-underline-offset: 5px;
}

.setsumei{
	width: 100%;
	margin-top: 2%;
	padding-left: 3%;
	font-size: 0.8em;
	line-height: 1.5em;
    text-align: left;
}

.setsumei img{
	width: 100%;
}

.setsumei02{
	width: 100%;
	margin-top: 2%;
	font-size: 0.8em;
	line-height: 1.5em;
    text-align: left;
	color: #333333;
}

.setsumei03{
	width: 100%;
	padding: 3%;
	font-size: 0.7em;
	line-height: 1.2em;
    text-align: left;
	color: #333333;
}

.setsumei04{
	width: 100%;
	margin-top: 0%;
	font-size: 0.7em;
	line-height: 1.5em;
    text-align: center;
}

.qaarea{
	width: 90%;
	margin: 0 auto;
	padding: 2%;
}

.qarea{
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.5em;
    text-indent: -1.5em;
}

.qarea:before{
	padding: 2px;
	content: "Q:";
	font-weight: 700;
	color: #fff;
    margin-right: 0.5em;
	margin-left: 5%;
	background-color: #ff62b6;
}

.aarea{
	margin-top: 1%;
	margin-bottom: 2%;
	font-size: 0.8em;
	line-height: 1.5em;
    text-indent: -1.5em;
	padding-bottom: 1%;
	border-bottom: dashed #574c75 1px ;
}

.aarea:before{
	padding: 2px;
	content: "A:";
	font-weight: 700;
	color: #fff;
    margin-right: 0.5em;
	margin-left: 5%;
	background-color: #151a78;
}

.bgblue01{
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	padding: 5%;
	background-color: #151a78;
	color: #fff;
}

.bgblue02{
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	padding: 5%;
	background-color: #4146ac;
	color: #fff;
}

.bgblue03{
	width: 100%;
	padding-right: 0%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 400;
	padding: 2%;
	background-color: #4146ac;
	color: #fff;
	text-align: center;
}

.kakomi{
	margin: 0 auto;
	padding: 2%;
	width: fit-content;
	border: #fff 2px solid;
}

.bgblue04{
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	padding-left: 8%;
	background-color: #4146ac;
	color: #fff;
}

.contentsdetail02{
	width: 90%;
	background-color: #fff;
	margin: 2% auto;
	padding: 2%;
	display: flex;
	flex-wrap: wrap;
	border-top: rgb(224, 178, 212, 0.5) 2px solid;
	border-bottom: rgb(224, 178, 212, 0.5) 2px solid;
	border-right: rgb(224, 178, 212, 0.5) 2px solid;
	border-left: rgb(224, 178, 212, 0.5) 20px solid;
	border-radius: 3px;
}

.pconly{
	display: none;
}

}