/*=====アンカーリンク位置調整用クラス=====*/
div.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.t_center{
	text-align:center;
	line-height:1.7em;
}
/*SMPページの幅指定*/
@media screen and (min-width:1120px){
.smp-page-width{
	width:1120px;
	margin-left:auto;
	margin-right:auto;
}
}

/*キャッチテキスト*/
.chach_text{
	text-align:center;
	font-size:2em;
	line-height:1.7em;
	margin-bottom:60px;
}

/*=====Smpカテゴリ画面のスタイル設定=====*/

/*カテゴリ全体の段落*/
.category{
	border-bottom: solid #36C 5px;
	margin-bottom:20px;
	width:100%;
}
/*カテゴリコンテナの並び*/
@media screen and (min-width:1024px){
	.categoryconteiner{
	display: flex;
	justify-content: space-between;
	width:1120px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:40px;
	padding-bottom:0px;
	}
}
.categoryconteiner:last-child{
	margin-bottom:60px;
}
/*各カテゴリの箱（一番外側のボックス)*/
.categorybox{
	height:300px;
	text-align:center;
	border: solid #e8f0f3 10px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom:10px;
	margin-bottom:20px;
	
}
/*モバイル以外では幅の指定を行う*/
@media screen and (min-width:1024px){
	.categorybox{
		width: 520px;
		margin-bottom:0;
	}
}
/*カテゴリごとのイメージ画像（丸く切り抜く）*/
.categoryimage{
	border-radius:50%;
	width:150px;
	height:150px;
}
/*各カテゴリの名前欄*/
.categorycaption{
	margin:20px;
	/*padding:20px;*/
	padding-bottom:10px;
	color:#3366cc;
	font-weight:600;
	font-size:1.4em;
	border:solid #3366cc 1px;
	border-radius:5px;
	background-image: url(https://issoku.jp/wps/wp-content/uploads/2019/03/triangle_03.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}
/*リンクを設定したときにデコレーションを解除する*/
.categorycaption a{
	text-decoration: none;
	color:#3366cc;
	display:block;

}
/*マウスホバー時で背景色を変える*/
.categorycaption:hover{
	background-color:#BBF;
}
/*カテゴリの中身の設定*/
.categoryinner{
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	width:350px;
	height:100%;
	text-align:left;
	font-size:1em;
	font-weight:400;
	line-height:1.2em;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
/*モバイル以外では文字を大きく表示する*/
@media screen and (min-width:1024px){
	.categoryinner{
		font-size:1.4em;
		font-weight:600;
		line-height:1.4em;
	}
}
/*キャプションのイメージを下付きに指定*/
.imageposition{
	text-align:right;
	margin-right:30px;
	margin-bottom:15px;
	display:flex;
	justify-content:flex-end;
	flex-flow: column;
}
/*キャプションの中身を横並びに*/
.innerbox{
	height:100%;
	display:flex;
	justify-content: space-between;
}
/*=====Smpカテゴリ画面のスタイル設定ここまで*/

/*メインコンテナ*/
.mainconteiner{
	margin:0;
	padding:0;
	justify-content:center;
}
/*メインコンテナ内イメージ*/
.mainconteiner img{
	width:100%;
}
@media screen and (min-width:1024px){
.mainconteiner img{
	width:auto;
}
}
/*PC用メディアクエリ（メインコンテナ）*/
@media screen and (min-width:1024px){
	.mainconteiner{
		display:flex;
		margin-top:40px;
		padding-bottom: 60px;
		margin-bottom: 40px;
		border-bottom: solid #36C 5px;
	}
}
/*最終コンテンツ下線なし*/
.mainconteiner:last-child{
    border-bottom:none;
}
/*下線取消用スタイル*/
.linenone{
	border-bottom:none;
}
/*ボトムマージン取消用スタイル*/
.m-bottomnone{
	margin-bottom:0;
}
/*中間線用スタイル*/
.underline{
	height:1px;
	width:100%;
	border-bottom:solid #333 2px;
}
@media screen and (min-width:1024px){
.underline{
	height:1px;
	width:1180px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:solid #333 2px;
}
}
/*コンテンツタイトル*/
.contenttitle{
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
}
/*コンテンツタイトルの中身*/
.contenttitleinner{
	margin-right:auto;
	margin-left:auto;
	padding-top:25px;
	padding-bottom:20px;
	height:20px;
	background-color:#3366cc;
	border-radius:5px;
	background-image: url(https://issoku.jp/wps/wp-content/uploads/2019/03/triangle_03.png);
	background-position:top;
	background-repeat:no-repeat;

}
/*モバイル環境以外ではタイトルバーの幅を指定*/
@media screen and (min-width:1024px){
	.contenttitleinner{
		width:780px;
	}
}

/*コンテンツタイトルの文字*/
.contenttitleinner h2{
	color:#FFF;
	font-weight:600;
	font-size:1.5em;
	letter-spacing:0.5em;
}

/*英字タイトル*/
.contentsubtitle{
	margin-top:10px;
	color:#3366cc;

}
/*コンテンツブロック*/
.contentblock{
	margin:0;
	padding: 0;
}
/*コンテンツブロックPC用幅指定*/
@media screen and (min-width:1024px){
	.contentblock{
		width:560px;
		display:flex;
		align-items: center;
	}
	/*コンテンツブロック大きさ修正*/
	.conent-w{
	width:610px;
}
}

/*コンテンツブロック内の画像設定*/
.contentblock img {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
}
/*コンテンツのキャプションブロック*/
.contentcaption{
	height:250px;
	padding:20px;
	background-color: #6699cc;
	color:#FFF;
	line-height: 3em;
	display:flex;
	justify-content:space-between;
}
/*キャプションブロック左側*/
.contentcaption-l{
	width:390px;
	padding:15px;
}
/*キャプションの文字設定*/
.contentcaption-l h1{
	line-height:1.3em;
	margin: 5px 0px;
	font-size:1.5em;
	font-weight: 600;
}
/*モバイル環境以外では文字を大きくする*/
@media screen and (min-width:1024px){
	.contentcaption-l h1{
	line-height:1.4em;
	font-size:2.6em;
	font-weight: 600;	
	}
}
/*キャプションブロック右側*/
.contentcaption-r{
	display:flex;
	justify-content:flex-end;
	flex-flow: column;
	text-align:right;

}
/*モバイル以外では幅を指定*/
@media screen and (min-width:1024px){
	.contentcaption-r{
		width:150px;
	}
}
.contentcaption-r img{
	width:70px;
	height:70px;
}
@media screen and (min-width:1024px){
	.contentcaption-r img{
	width:150px;
	height:150px;
	}
}
/*コンテンツブロック内のコンテンツ本体*/
.contentinner{
	line-height: 1.5em;
	padding: 0;
	background-color: #e8f0f3;
	height:auto;
}
/*モバイル以外では高さを指定する*/
@media screen and (min-width:1024px){
.contentinner{
		height:600px;
	}
}
/*コンテンツ本体のリスト設定*/
.contentinner ul{
        font-size:1.3em;
	margin-bottom:0px;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom:20px;
        padding-top:20px;
	line-height: 2em;
        list-style-type:disc;
}
.contentinner .caution{
	font-size:1.3em;
	padding-left:2em;
}

/*文字縮小用スタイル*/
.smalltext{
	font-size:0.9em;
        padding-left:3em;
        text-indent:-1em;
}
/*左マージン確保*/
@media screen and (min-width:1024px){
.margin_l{
	margin-left: 10px;
}
}
/*下部コンテンツ用コンテナ*/
@media screen and (min-width:1024px){
	.bottomconteiner{
		width:1000px;
		margin-left:auto;
		margin-right: auto;
	}
}

/*======ボールねじ製品ページ用CSS=====*/
.per-content-box2-inner{
      -webkit-justify-content: center;
      justify-content: center;
}
.per-content-box2-text{
      margin-right:150px;
}
@media only screen and (max-width: 768px) {
        .per-content-box2-text {
             margin-right:0;
         }
}
/*=====IDMページ用CSS=====*/

/*IDMページの幅指定*/
@media screen and (min-width:1120px){
.idm-page-width{
	width:1120px;
	margin-left:auto;
	margin-right:auto;
}
}

/*IDMページ　カテゴリコンテナ*/
.idm-category-conteiner{
	margin-bottom:120px;
}

/*IDMトップイメージ設定*/
.idm-top-img{
	margin-top:20px;
	padding-top:40px;
}
.idm-top-img img{
	width:100%;
}

/*IDMカテゴリーの設定*/
@media screen and (min-width:1120px){
.idm-category-list{
	display:flex;
justify-content: space-between;
}
}

/*IDMカテゴリーボックスの設定*/
.idm-category-box{
	text-align:center;
	margin-top:60px;
	padding:15px;
	border:solid #999 2px;
	border-top:solid #1C3491 10px;
	/*background-image: url(https://issoku.jp/wps/wp-content/uploads/2019/03/triangle_03.png);*/
	background-position:top;
	background-repeat:no-repeat;
}
@media screen and (min-width:1120px){
	.idm-category-box{
	width:310px;
}
}

/*IDMカテゴリーボックス番号*/
.idm-category-number{
	font-size:24px;
	font-weight:600;
	display:inline-block;
	padding:8px 15px;
	background-color:#1C3491;
	border-radius:5px;
	color:#FFF;
	box-shadow: 2px 2px #999;
}

/*IDMカテゴリーボックス　テキスト*/
.idm-category-text{
	display:block;
	text-align:left;
	font-size:24px;
	font-weight:600;
	line-height:1.4em;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:10px;
}

/*詳しくはこちらボタン*/
.idm-category-guide{
	text-align:right;
}
.idm-category-guide img{
	display:inline-block;
}

/*IDMメインコンテナ*/
.idm-main-conteiner{
	padding-top:70px;
	margin-top:-70px;
	margin-bottom:60px;
}

/*IDMタイトルのフレックス設定*/
.idm-title-inner{
	display:flex;
}
/*IDMメインのフレックス設定*/
@media screen and (min-width:1120px){
.idm-main-inner{
	display:flex;
}
}
/*IDMメインの番号*/
.idm-main-number{
	font-size:30px;
	font-weight:600;
	padding:8px 15px;
	border-radius:5px;
	background-color:#1C3491;
	color:#FFF;
	box-shadow: 2px 2px #CCC;
}
/*IDMメインのタイトル*/
.idm-main-title{
	margin-left:20px;
	padding-top:8px;
	font-size:26px;
	font-weight:600;
	color:#808080;
}
/*IDMメインの下線設定*/
.idm-bottom-line{
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:solid #36C 1px;
}
/*IDMメインテキスト*/
.idm-main-text{
	font-size:16px;
	line-height:28px;
	margin-right:10px;
}
@media screen and (min-width:1120px){
	.idm-main-text{
	width:50%;
}
}
/*IDMメインテキスト(ビデオがないタイプ)*/
.idm-main-text2{
	font-size:16px;
	line-height:28px;
	margin-right:10px;
}

/*AIの画像を背景として右下に表示*/
@media screen and (min-width:1120px){
.idm-ai-image{
	background-image:url("https://issoku.jp/wps/wp-content/uploads/2019/04/ai-image_03.png");
	background-position:85% bottom;
	background-repeat:no-repeat;
}
}
/*IDMビデオ設定*/
.idm-main-video{
	width:50%;
}
.idm-main-video video{
	width:100%;
}

/*IDMキャプション設定*/
h2.idm-main-caption{
	font-size:18px;
	font-weight:600;
	letter-spacing:12px;
	margin:30px 0;
	padding:15px;
	border:solid #36C 1px;
}
/*IDM導入事例*/
.idm-main-casestudy{
	font-size:16px;
	line-height:26px;
}
/*IDMリストスタイル*/
.idm-list-style{
	font-size:0.9em;
	line-height:20px;
	list-style-type:disc;
	padding-left:1em;
}
/*IDM注意書きのスタイル*/
.idm-notes{
	margin-top:20px;
	font-size:0.9em;
}
/*別スタイルシートの修正*/
@media screen and (max-width:1180px){
	.block-inner{
	width:100%;
}
}
/*テキストセンター寄せ*/
.idm-text-center{
	text-align:center;
}
/*お問い合わせボタン*/
.idm-button{
	width:80%;
	display:block;
	color:#FFF;
	background-color:#1C3491;
	font-size:17px;
	padding:20px;
	margin:20px auto;
	border-radius:5px;
	text-decoration:none;
}
.idm-button img{
	padding-left:20px;
	width:17px;
	height:17px;
	display:inline;
	vertical-align:bottom;
}
/*要修正？
 * @media screen and (min-width:1120px){
	width:860px;
}*/
.idm-button:hover{
	background-color:#1C3491;
	text-decoration:none;
}
/*見積もり部分の設定*/
.idm-mitsumori{
	margin-top:0;
	padding-top:40px;
	/*background-color:#F2F2F2;*/
	padding-bottom:20px;
}
/*=====トリモス　動画埋め込み用スタイル=====*/
/*製品名の位置を下端へ移動*/
.position-top-10{
	top:10%;
}
.torimos-video{
	text-align:center;
	margin-bottom:50px;
}
.torimos-video:last-child{
	margin-bottom:20px;
}
.bottom-20{
	margin-bottom:20px;
}

.border-top-2px{
	border-top:solid #1c56bc 2px;
	width:315px;
	padding-top:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
/*=====PDFファイルのリンクの後に画像を表示*/
.common-page-box a[href$=".pdf"]:after {
    content:"　";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left:8px;
    background: url(https://issoku.jp/wps/wp-content/uploads/2019/04/pdf_icon.png) no-repeat;
}
/*===============トリモス製品（縦横）のレイアウト設定*/
.trimos-top-box__list{
display:flex;
justify-content:space-between;
}
.trimos-top-box__item h3{
font-size:1.5em;
font-weight:600;
}
.trimos_height img{
    height:auto;
}
.torimos-video video{
                    width:100%;
                }
                @media screen and (min-width:556px){
                    .torimos-video video{
                        width:555px;
                    }
                }

/*ここからカタログダウンロードページ専用CSS*/

/*モバイルの時はカテゴリバーの水色を非表示に（文字に被ってしまうので）*/
.network-box__title::after{
	visibility:hidden;
}
@media screen and (min-width:768px){
	.network-box__title::after{
	visibility:visible;
}
}

.catalog_download_title::after{
	width:40%;
}
.catalog_download_margin_bottom{
	margin-bottom:20px;
}
.category_link{
	margin-bottom:40px;
	padding-bottom:20px;
	display:flex;
	justify-content:center;

	border-bottom:solid 1px #1c56bc;
}
.category_link li{
	display:block;
	margin-right:1.4em;
	font-size:1.5em;
	font-weight:600;
}
.category_link li:last-child{
	margin-right:0;
}
.catalog_download_section{
	margin-bottom:20px;
}
@media screen and (min-width:768px){
	.catalog_download_section{
		width:45%;
	}
}
.catalog_download_box{
	display:flex;
	justify-content:start;
}
.catalog_download_text{
	font-size:1.4em;
	margin-right:1em;
}
.catalog_download_product_title{
	font-size:1.5em;
	font-weight:600;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #000;
}


/*カタログダウンロードページ追加欄用のCSS*/
.exc_ul{
    display:block;
    padding:0 20px;
    padding-bottom:20px;
}
@media screen and (min-width:786px){
    .exc_ul{
        display:flex;
        padding:0;
        padding-bottom:20px;
    }
}

.exc_left{
    width:100%;
}
@media screen and (min-width:786px){
    .exc_left{
        width:80%;
    }
}
.exc_right{
    width:100%;
}
@media screen and (min-width:786px){
    .exc_right{
        width:20%;
    }
}
.exc_right img{
    width:50%;
    margin-right:auto;
    margin-left:auto;
    display: block;
}
@media screen and (min-width:786px){
    .exc_right img{
        width:100%;
    }
}
span.exc_cap a{
    font-size:16px;
    display: block;
    text-align: center;
    margin-top:5px;
    font-weight:400;
}
.exc_link{
    font-size:1.4em;
    line-height:1.2em;
}
.exc_text{
    display:block;
    margin-top:20px;
    font-size:1em;
    font-weight:400;
    line-height:1.5em;
    margin-bottom:25px;
}

/*ここまでカタログダウンロードページ専用CSS*/

/*
 * サポートページ用CSS設定ここから
 * */
.support_page{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (min-width:786px){
	.support_page{
		width:768px;
	}
}
@media screen and (min-width:1080px){
	.support_page{
		width:1000px;
	}
}
.support_page section{
	padding-bottom:40px;
	border-bottom:solid 1px #CCC;
	margin-bottom:40px;
}
.support_page section:last-child{
	border-bottom:none;
}
.support_page .menu_list h2{
	font-size:2.2em;
	color:#FFF;
	background-color:#1c56bc;
	padding:15px;
	margin-bottom:40px;
}
@media screen and (min-width:786px){
.support_page .flex{
	display:flex;
}
}

.support_page .justify_between{
	justify-content:space-between;
	
}
.support_page .menu_box{
	display:none
}
@media screen and (min-width:786px){
.support_page .menu_box{
	margin-right:40px;
	display:block;
	
}
.support_page .menu_box:last-child{
	margin-right:0px;
}
}
.support_page .menu_box img{
	width:100%;
}
/*モバイル用メニューボックス*/
	.menu_box_mob{
		font-size:1.4em;
	}
.menu_box_mob ul li{
	margin-bottom:20px;
	font-weight:600;
}
@media screen and (min-width:786px){
	.menu_box_mob{
		display:none;
	}
}
.support_page .support_title{
	text-align:center;
	font-size:2.2em;
	padding-bottom:5px;
	margin-bottom:40px;
	
}
.support_page .support_title div{
	display:inline;
	border-bottom:solid 2px #1c56bc;
	padding-bottom:5px;
}
.important ul li{
	margin-bottom:0.7em;
}
.important ul li div{
	display:inline;
}
.important ul li .date{
	font-weight:600;
	font-size:1.2em;
	width:20%;
	display:inline-block;
}
.important ul li .title{
	font-size:1.2em;
}
.important .archive{
	text-align:right;
	font-size:1.2em;
	margin-top:1em;
	color:#1c56bc;
	text-decoration:underline;
}
.popular_faq ul li {
	margin-top:25px;
	margin-bottom:25px;
	border:solid 1px #1c56bc;
	border-radius:10px;
	padding:20px;
	font-size:1.2em;
	line-height:1.4em;
}
.popular_faq_term{
	font-size:0.8em;
}

.faq_btn{
	background-color:#1c56bc;
	margin:40px auto;
	text-align:center;
	padding:20px;
	border-radius:20px;
    text-decoration:none;
}
.faq_btn:hover{
    background-color:#2E68DE;
}
.faq_btn_link {
    width:300px;
	text-decoration:none;
	font-size:1.4em;
	color:#FFF;
	display:block;
    margin-right:auto;
    margin-left:auto;
}
.faq_btn_link:hover{
    text-decoration:none;
}
/*CSVダウンロード（モバイル表示）*/
.dl_container{
	display:none;/*モバイル幅の場合は非表示*/
}
.dl_container_mob{
	width:100%;
}
.dl_container_mob ul li{
	margin-bottom:2em;
	font-size:1.6em;
	font-weight:600;
	text-align:center;
}
.dl_container_mob ul li span{
	display:block;
	margin-top:10px;
	font-size:0.6em;
	font-weight:400;
	text-decoration:underline;
}
/*CSVダウンロード（PC表示）*/

@media screen and (min-width:786px){
.dl_container div{
	width:40%;
}
	.dl_container_mob{
		display:none/*モバイルメニューは非表示に*/
	}
}
.dl_container div img{
	width:100%;
	margin-bottom:1em;
	margin-top:40px;
}
.support_dl_csv{
	text-align:center;
	font-size:1.2em;
}
.cercle{
	display:inline-block;
	background-color:#C00;
	border-radius:50%;
	width:1.1em;
	height:1.1em;
	text-align:center;
	color:#FFF;
}
.support_inq_button{
		font-size:1.4em;
	color:#FFF;
	background-color:#1c56bc;
	margin:40px auto;
	text-align:center;
	padding:20px;
	border-radius:20px;
}
.support_inq_button:hover{
	background-color:#2E68DE;
}
.support_inq a{
	color:#FFF;
	display:block;
	text-decoration:none;
    width:300px;
    margin-left:auto;
    margin-right:auto;
}
/*サポートップの検索窓*/
.support_page .support_search{
    text-align:center;
}
.support_page .support_search ul {
	width:100%;
}
.support_page .support_search ul li {
	display:block;
	margin-bottom:10px;
}
@media screen and (min-width:786px){
	.support_page .support_search ul li {
	display:inline;
}
}
.support_page .support_search input[type="text"]{
	font-size:1.2em;
	padding:10px 5px;
	border:solid 1px #999;
	width:100%;
	}
@media screen and (min-width:786px){
.support_page .support_search input[type="text"]{
	width:300px;
	}
}
@media screen and (min-width:1080px){
.support_page .support_search input[type="text"]{
	width:500px;
	}
}
.support_page .support_search input[type="submit"]{
	font-size:1.4em;
	padding:10px 35px;
	background-color:#1c56bc;
	display:inline-block;
	border-radius:10px;
	color:#FFF;
}
.support_page .support_search select{
	font-size:1.2em;
	padding:10px 5px;
	border:solid 1px #999;
}
/*FAQトップページ*/

@media screen and (min-width:786px){
	#faq.flex{
		display:flex;
	}
}
@media screen and (min-width:786px){
	#faq.faq_wrapper{
		width:768px
		}
}
@media screen and ( min-width:1080px){
	#faq.faq_wrapper{
		width:968px;
	}
}
#faq.faq_wrapper{
	margin-left:auto;
	margin-right:auto;
    margin-bottom:40px;
}
#faq main{
		width:90%;
		margin-right:auto;
	margin-left:auto;
	}
@media screen and (min-width:786px){
	#faq main{
		width:70%;
	}
}
/*サイドバー設定ここから*/

#faq aside{
	margin-right:auto;
	margin-left:auto;
	width:90%;
}

#faq aside  > div{
    margin-bottom:2.5em;
}
@media screen and (min-width:786px){
	#faq aside{
		display:block;
		margin-left:20px;
		width:30%;
		margin-bottom:40px;
		padding:20px;
		padding-top:0;
	}
}
#faq aside h3{
	font-weight:500;
	font-size:1.4em;
	background-color:#1c56bc;
	padding:10px;
	color:#FFF;
	margin-bottom:20px;
}
.parent_term_name{
	font-size:1.25em;
	border-bottom:solid 1px #1c56bc;
	padding-bottom:5px;
	margin-bottom:10px;
}
.parent_term_ul{
	margin-bottom:20px;
}
.child_term_name{
	font-size:1.2em;
	margin-left:2em;
	margin-bottom:5px;
}
.aside_menu ul{
	margin-bottom:20px;
    margin-left:1em;
}
.aside_menu ul li{
	font-size:1.25em;
    padding-bottom:5px;
	margin-bottom:10px;
    border-bottom:solid 1px #1c56bc;
}
aside .term_list ul{
    margin-left:1em;
}
/*サイドバー設定ここまで*/

.parent_loop{
	margin-bottom:40px;
	font-size:1.4em;
	line-height:1.4em;
}
.parent_name{
	font-size:1.2em;
	color:#FFF;
	font-weight:500;
	background-color:#1c56bc;
	display:block;
	padding:0.25em 1em 0.25em 1em;
	margin-bottom:25px;
}
.child_list{
    margin-bottom:20px;
}
.child_name{
	font-size:1.2em;
	color:#333;
	border-bottom:solid 2px #1c56bc;
	display:block;
	margin-bottom:25px;
}
.child_name a{
	color:#333;
}
.parent_faq{
    font-size:0.9em;
	margin-bottom:20px;
    margin-left:1em;
}
.child_faq{
    font-size:0.9em;
	margin-bottom:0.5em;
	margin-left:2em;
}


/*FAQ記事ページレイアウト*/
.faq_title{
	margin-bottom:20px;
	background-color:#1c56bc;
	padding-left:1em;
    padding-right:1em;
	color:#FFF;
}
.faq_title h2{
    font-weight:500;
    font-size:1.5em;
    padding-top:0.4em;
    padding-bottom:0.4em;
    margin-left:20px;
    text-indent:-1em;
    line-height:1.4em;
}
.faq_title h2:before{
	content:"Q."
}
.faq_ans{
	/*border:solid 1px #1c56bc;*/
	margin-bottom:40px;
}
.ans_container{
    font-size:1.2em;
	line-height:1.4em;
    margin-left:20px;
}
.ans_container p{
	margin-bottom:40px;
    line-height:1.8em;
    font-size:0.95em;
    color:#444;
}
.faq_ans h2{
	font-weight:500;
	font-size:1.4em;
	color:#1c56bc;
	margin-bottom:10px;
    border-bottom:1px solid #1c56bc;
}
.faq_inq_msg{
	text-align:center;
	font-size:1.5em;
	font-weight:600;
	color:#1c56bc;
}
.faq_inq_btn{
		font-size:1.4em;
	color:#FFF;
	background-color:#1c56bc;
	width:300px;
	margin:20px auto;
	text-align:center;
	padding:20px;
	border-radius:20px;
}
.faq_return{
	margin-top:40px;
	text-align:right;
	font-size:1.2em;
}
/*アーカイブページ*/

.faq_seach_title h2{
	text-align:center;
	margin-bottom:40px;
}
.faq_seach_title h2 div{
	font-size:2em;
	text-align:center;
	border-bottom:solid 2px #1c56bc;
	display:inline-block;
	position:relative;
}
.faq_search_title{
	font-size:1.5em;
	padding-top:0.25em;
	padding-right:1em;
	padding-bottom:0.25em;
	padding-left:2.5em;
	color:#FFF;
	background-color:#1c56bc;
	margin-bottom:20px;
}
.faq_search_title a{
	color:#FFF;
	text-decoration:none;
	margin-left:-1em;
    text-indent:1em;
    line-height:1.4em;
    font-size:1em;
    font-weight:500;
}
.faq_search_excerpt{
	font-size:1.2em;
    color:#444;
	line-height:1.4em;
	padding:1.5em;
	border:solid 1px #1c56bc;
	margin-bottom:20px;
}
/*Search and Filter 用*/

/*サイドバーで使用するとき*/

.aside_search .searchandfilter ul{
	display:block;
}
.aside_search .searchandfilter ul li{
	display:block;
	padding-right:0;
}
.aside_search .searchandfilter h4{
	font-size:1.5em;
	background-color:#1c56bc;
	display:block;
	margin-top:0;
	padding: 10px;
	color:#FFF;
}
.aside_search .searchandfilter input[type="text"]{
	width:95%;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.5em;
	margin-bottom:10px;
}
.aside_search .searchandfilter select{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.2em;
	margin-bottom:10px;
}
.aside_search .searchandfilter input[type="submit"]{
	background-color:#1c56bc;
	display:block;
	width:50%;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.2em;
	margin-bottom:10px;
	color:#FFF;
	border-radius:20px;
	margin-right:auto;
	margin-left:auto;
}

/*====================================================
 * 
 * トップページ改修にともなって新たに設定したスタイル
 * 
 ====================================================*/
/*Gメニュー用のスタイルシート*/
.header-navi__item{
    font-size:1.05em;
    padding:0 8px;
}
@media only screen and (max-width: 768px){
    .header-navi__item {
        padding:3vh;
    }
}
.new_grand_navi{
    position: relative;
}
.new_grand_navi a::before{
    content:"　";
    width:25px;
    height:25px;
    background-image:url(images/icon-global.svg);
    background-repeat: no-repeat;
    padding-right:5px;
}
@media screen and (max-width:768px){
    .new_grand_navi a::before{
        background-image:url(images/icon-global-W.svg);
    }
}

.new_search_navi{
    position: relative;
}
@media screen and (max-width:768px){
    .new_search_navi{
        display: none;
    }
}
.new_search_navi a::before{
     content:"　";
    width:25px;
    height:25px;
    background-image:url(images/icon-search.svg);
    background-repeat: no-repeat;
    padding-right:5px;
}
/*Gメニュー用のスタイルシートここまで*/

/*フッターメニュー用スタイルシートここから*/

.footer-content-btn a{
    transition:initial;
    transition-duration:0.3s;
}

.footer-content-btn a:hover{
    opacity: 1 !important;
    background-color:#FFF;
    transition-duration:0.3s;
    color:#333;
}

div.footer-content-btn::before{
    position:absolute;
    font-family: 'Material Icons';
    content: "\e315";
    background-color:#FFF;
    color:#1c3491;
    font-size:25px;
    right:0;
    top:0;
    margin-right:10px;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    padding-top:0px;
    padding-bottom:5px;
    transition-duration:0.3s !important;
    width:25px;
    height:20px;
    
}
div.footer-content-btn:hover::before{
    background-color:#1c3491;
    color:#FFF;
    
}

/*フッターメニュー用スタイルシートここまで*/

/*==========justify-content強制===========*/
.justify-start{
	justify-content:start;
}
/*==================================*/
/*============パディング調整用===========*/
.pt20{
	padding-top:20px;
}
/*==================================*/
/*===========NEW！の文字色==================*/
.header-navi__item .red{
    color:#F00;
}
/*=================キャンペーンページ用スタイル===============*/
.camp_main_bnr{
    width:100%;
}
.camp-head{
    padding:20px 0 40px;
    margin-right:20px;
    margin-left:20px;
}
.camp_head1{
    font-size:2em;
    font-weight:600;
}
.camp_head2{
    font-size:1.7em;
    font-weight:600;
    padding-bottom:10px;
    text-align:center;
    border-bottom:solid 1px #999;
}
.camp_headmsg{
    font-size:18px;
    margin:20px 0;
    line-height: 1.2em;
}
@media screen and (min-width:768px){
    .camp_headmsg{
        text-align:center;
    }
}
.camp_text{
    margin:25px 0;
    font-size:16px;
    line-height:1.7em;
}
.camp_present{
    font-size:24px;
    font-weight:600;
    line-height:1.4em;
    margin-top:20px;
    display: block;
}
.camp_present img{
    width:80%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}
.camp_present .item{
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:dotted 1px #999;
}
@media screen and (min-width:768px){
    .camp_present .item div:first-child{
        margin-right:25px;
    }
}
@media screen and (min-width:768px){
    .camp_present img{
        width:250px;
        margin-left:0;
    }
}
@media screen and (min-width:768px){
    .meisyu_box{
        display: flex;
        justify-content: space-between;
    }
}
.meisyu_comment{
    margin-left:1em;
    text-indent:-1em;
    display: block;
}
/*サイズ調整*/
@media screen and (min-width:768px){
    .camp_present .meisyu img{
        width:200px
    }
}
@media screen and (min-width:768px){
    .camp_present .okashi img{
        width:300px
    }
}
@media screen and (min-width:768px){
    .camp_present .samurai img{
        width:100px
    }
}
.site_bl{
    display: block;
    margin-top:-10px;
    text-align: center;
}
.site_bl a{
    font-size:0.6em !important;
}
@media screen and (min-width:768px){
    .camp_present span a{
        font-size:16px;
    }
}
@media screen and (min-width:768px){
    .camp_present .fl{
        display: flex;
    }
}
.camp_form{
    display:block;
    margin-right:auto;
    margin-left:auto;
}
/*プレゼント名レイアウト*/
@media screen and (min-width:768px){
    .present_name{
        width:55%;
    }
}
.present_name table{
    width:100%;
}
.item:first-child .present_name table{
    border-bottom:solid 3px #E9B224;
}
.item:nth-child(2) .present_name table{
    border-bottom:solid 3px #989898;
}
.item:nth-child(3) .present_name table{
    border-bottom:solid 3px #653418;
}
.item:nth-child(4) .present_name table{
    border-bottom:solid 3px #333;
}

.present_name th{
    white-space: nowrap;
}
.present_text{
    margin-top:20px;
    font-size:16px;
    font-weight:400;
    line-height:1.5em;
}
.present_text h2{
    font-weight:600;
    font-size:1.2em;
    margin-top:15px;
}
.present_text h2:first-child{
    margin-top:0;
}

/*トップページのバナー用*/
.camp_bnr{
    max-width:1180px;
    width:100%;
    margin-right:auto;
    margin-left:auto;
}
.camp_bnr a img{
    width:90%;
    margin-right:auto;
    margin-left:auto;
    display: block;
}
@media screen and (min-width:765px){
    .camp_bnr a img{
        width:68%;
    }
}
/*ツイッターアイコン*/
/*ヘッダー部分のサイジング*/
.header__title{
    width:80px;
}
.icons_flex{
    display: flex;
}

.header_twitter img{
    width:100px;
    margin-left:10px;
    margin-top:2px;
}
/*フッター部分のサイジング*/
.footer_twitter a img{
    width:200px;
}