 .toolLink {
/*	display: none;*/
	}
.mainVisual{
/*	display: none;*/
}
.children{
	display: none;
}
.breadcrumbs{
		padding-top: 90px;
}



.faq_page h2.list_title{
	font-size: 24px;
}
#main.faq_contant .content{
	    padding: 90px 0 50px !important;
}

.comLinkList li {
    padding: 18px 0;
}

.comLinkList span,
.comLinkList a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 1.75;
    transition: .3s;
		padding: 0 0 0 26px;
		justify-content: space-between;
		position: relative;
		background: url(/img/common/icon07.png) no-repeat 2px 8px;
		background-size: 7px auto;
}
.comLinkList span{
	background: url(/img/common/icon07down.png) no-repeat 2px 11px;
	background-size: auto 7px;
	cursor: pointer;
}
.comLinkList li.on span{
	background: url(/img/common/icon07up.png) no-repeat 2px 11px;
	background-size: auto 7px;
}
.comLinkList li .child_2{
	display: none;
}
.comLinkList li.on .child_2{
	display: block;
}
.comLinkList li .child_2 li{
		padding: 18px 0 0;
		padding-left: 28px;
    border-bottom: 0px solid #f1f1f1;
}

h3.headline03 {
    margin-bottom: 50px;
    position: relative;
    font-size: 3.4rem !important;
    font-weight: 500;
}


.faq_contant{
	margin-top: 0;
	line-height: 1.4;
}
.post_article table{
	margin: 20px 0 !important;
}

/*------------------------------------------------------------
	post_article pタグ
------------------------------------------------------------*/
.post_article p {
		line-height: 1.8;
		margin-bottom: 30px;
}

.post_article p.marbottom10 {
	margin-bottom: 10px;
}

.post_article p.language_name {
	color: #3366ff;
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: bold;
}


/*------------------------------------------------------------
	post_article ol / ol liタグ
------------------------------------------------------------*/
.post_article ol {
    margin: 30px 0;
    list-style: decimal;
    margin-left: 25px;
}

.post_article ol.lower-latin {
    list-style-type: lower-latin;
}

.post_article ol li {
	margin-bottom: 20px;
	    word-break: break-word;
}

.post_article ol li p.martop20_marbottom10 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.post_article ol li p.marleft35_marbottom0 {
	margin-left: 35px;
	margin-bottom: 0px;
}

@media all and (min-width: 0) and (max-width: 767px) {
.post_article ol li p.marleft35_marbottom0 {
	margin-left: 0;
}
}

/*------------------------------------------------------------
	箇条書リスト 黒丸
------------------------------------------------------------*/
.post_article ul li {
	list-style: disc;
}

.post_article ul li::before {
	display: none;
}

.post_article ul {
    margin: 30px 0;
    list-style: decimal;
    margin-left: 25px;
}

.post_article ul li {
    margin-bottom: 10px;
    word-break: break-word;
}

/*------------------------------------------------------------
	画像
------------------------------------------------------------*/
.post_article img.mar10 {
   margin: 10px;
}


/*------------------------------------------------------------
	円マーク（バックスラッシュを本来の円マークで表示）
------------------------------------------------------------*/

.post_article span:lang(ja) {
  font-family: "sans-serif";
}



/*------------------------------------------------------------
	囲み枠
------------------------------------------------------------*/

/*　タイトル 左上枠外　*/
.frame_titleout_color-darkblue {
    display: inline-block;
    background: #2b5486;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 1.7rem;
}

.frame_color-darkblue {
    padding: 10px;
    border: 3px solid #2b5486;
    margin-bottom: 30px;
}

/*　タイトル 左上枠内　*/
.note_titlein {
	border: 1px solid #8C8C8C;
	margin-top: 20px;
}

.note_titlein h4 {
	background-color: #8C8C8C;
	color: #fff;
	margin: 0 !important;
	display: inline-block;
	padding: .3em;
	border-radius: 0 0 5px 0;
}

.note_titlein .inner {
	padding: 10px 20px;
}

/*------------------------------------------------------------
	タイトル
------------------------------------------------------------*/
.post_article h1 {
	font-size: 2.8rem;
	line-height: 1.6;
	margin:30px 0 40px;
}

.post_article h2 {
	font-size: 2.4rem;
	margin: 45px 0 25px;
}

.post_article h3{
	font-size: 2.0rem;
	margin: 40px 0 20px;
}

h3.headline03 {
    margin-bottom: 50px;
    position: relative;
    font-size: 3.4rem !important;
    font-weight: 500;
}

h3.language_name {
    color: #3366ff;
}

.post_article h4 {
    font-size: 1.8rem;
    margin: 25px 0 15px;
}
	
@media all and (min-width: 0) and (max-width: 767px) {
.post_article h1 {
	font-size: 2.4rem;
	margin:30px 0 30px;
}

.post_article h2 {
	font-size: 2.2rem;
	line-height: 1.4;
	margin:40px 0 10px;
}

.post_article h3 {
	margin: 35px 0 10px;
}

h3.headline03 {
    margin-bottom: 20px;
    position: relative;
    font-size: 1.8rem !important;
    font-weight: 500;
}

.post_article h4 {
    font-size: 1.6rem;
    margin: 20px 0 10px;
}
}


/*------------------------------------------------------------
	字下げ
------------------------------------------------------------*/
.indent_marleft20 {
        margin-left: 20px;
}

p.indent_text-2_padleft2 {
        text-indent: -2em;
        padding-left: 2em;
}


/*------------------------------------------------------------
	背景色
------------------------------------------------------------*/
.path {
	background-color: #f0ebeb;
	padding: 5px;
}

.background-color_brightyellow_bold {
	background-color: #FFFA7D;
	font-weight: bold;
}


/*------------------------------------------------------------
	蛍光マーカー風の下線
------------------------------------------------------------*/
.yellow_line {background:linear-gradient(transparent 70%, #FFFA7D 0%) ;}



