@charset "UTF-8";
/*===================================================
    土台作成用CSS
    全ページにて共通で使用するCSSを記述
===================================================*/

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:14px;vertical-align:baseline;background:transparent;word-break: break-all;}
body {
    line-height:1.4;
	letter-spacing: 0.05em;
	/*font-family: "游ゴシック","YuGothic M",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","MSPゴ",sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","MSPゴ",sans-serif;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {color: #006dc3;text-decoration: none;}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
@media only screen and (min-width: 767.98px) {
a:hover,a:hover img {
		opacity: 0.8;
	}
}
/*iphone デフォリセット*/
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/**/
.single a {color: #006dc3;}
.single a:focus,
.single a:active,
.single a:hover {color: #006dc3;text-decoration: underline;}

.single .contents_box a {color: #006dc3;text-decoration: underline;}
.single .contents_box a:focus,
.single .contents_box a:active,
.single .contents_box a:hover {color: #006dc3;text-decoration: underline;}

.sitemap_list a {color: #006dc3;text-decoration: none;}
.sitemap_list a:focus,
.sitemap_list a:active,
.sitemap_list a:hover {color: #006dc3;text-decoration: none;}

/* change colours to suit your needs */
ins {background-color:#ff9;color:#000;text-decoration:none;}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
/*
@media only screen and (max-width: 767.98px) {
	input {
    font-size: 16px!important;
}
*/
}

input::placeholder {
    color: #bbb;
    letter-spacing: 0.05em;
}
select::-ms-expand {
    display: none;
}
/*------------------------------------------------------------
	汎用パーツ
------------------------------------------------------------*/
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt100 {margin-top:100px;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

/*幅*/
.w-10{width:10%;}
.w-20{width:20%;}
.w-25{width:25%;}
.w-30{width:30%;}
.w-35{width:35%;}
.w-50{width:50%;}
.w-70{width:70%;}
.w-80{width:80%;}
.w-90{width:90%;}
.w-100{width:100%;}

/*色*/
.red {color:#FF0000;}
.blue {color: #006dc3}

.b-none {border: none!important;}

.fs-13e {font-size: 1.3em;}

@media only screen and (max-width: 767.98px) {
	.img100 {
	width: 100%;
}
}
/*------------------------------------------------------------
	レスポンシブ規則
------------------------------------------------------------*/
	.pc_only {
		display: block;
}
	.sp_only {
		display: none;
}
@media only screen and (max-width: 767.98px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
		max-width: 100%;
        margin:20px auto;
	}
}
/*------------------------------------------------------------
	NEWアイコン
------------------------------------------------------------*/
    .new {
		padding: 5px;
    	background: #ff0000;
    	color: #ffffff;
    	position: absolute;
    	top: -15px;
    	left: 21px;
}
/*------------------------------------------------------------
	ボタン　（ヘッダーの会員登録・ログイン）
------------------------------------------------------------*/
a.btn_gradient {
	background:linear-gradient(#005bb8, #0082d9);
	color: #fff;
	padding: 7px 10px;
    border-radius: 30px;
    font-size: 0.9em;
}
a.btn_gradient:hover {
	border: 2px solid #005bb8;
	padding: 5px 8px;
    border-radius: 30px;
    font-size: 0.9em;
	background: #fff;
	color: #005bb8;
}
@media only screen and (max-width: 767.98px) {
a.btn_gradient {
    width: 80%!important;
    margin: 1em auto!important;
    color: #fff!important;
    padding: 20px 0!important;
}
}

a.btn_blue_border {
	border: 2px solid #005bb8;
	padding: 5px 8px;
    border-radius: 30px;
    font-size: 0.9em;
	background: #fff;
}
a.btn_blue_border:hover {
	background:linear-gradient(#005bb8, #0082d9);
	color: #fff;
	padding: 5px 8px;
    border-radius: 30px;
    font-size: 0.9em;
	border:0;
}

@media only screen and (max-width: 767.98px) {
a.btn_blue_border {
    width: 80%!important;
	margin: 1em auto!important;
	background: #fff;
    padding: 18px 0!important;
}
}

input.btn_blue_border {
	border: 2px solid #005bb8;
	padding: 4px 7px;
    border-radius: 30px;
    font-size: 0.9em;
	background: #fff;
}
input.btn_blue_border:hover {
	background:linear-gradient(#005bb8, #0082d9);
	color: #fff;
	padding: 5px 8px;
    border-radius: 30px;
    font-size: 0.9em;
	border:0;
}

@media only screen and (max-width: 767.98px) {
input.btn_blue_border {
    width: 80%!important;
	margin: 1em auto!important;
	background: #fff;
    padding: 18px 0!important;
}
}
/*------------------------------------------------------------
	ボタン　（白丸ボタン青線）
------------------------------------------------------------*/
.btn01 a {
  background: #fff;
  border: 2px solid #006dc1;
  border-radius: 60px;
  color: #006dc1;
  font-size: 1.4em;
  margin: 1em auto;
  padding: 21px 30px;
  position: relative;
display: block;
	width: 10em;
	text-align: center;
}
.btn_orange a{
    color: #ed8617;
    border: 2px solid #ed8617;
}

@media only screen and (min-width: 767.98px) {
.btn01 a:hover {
  color: #fff;
	background:#006dc1;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
}

.btn_orange a:hover{
    background-color:#ff8400 !important;
    color:#fff;
}

/*------------------------------------------------------------
	ボタン　（青丸ボタン白線）
------------------------------------------------------------*/
.btn02 a {
  background: #006dc3;
  border: 2px solid #fff;
  border-radius: 60px;
  color: #fff;
  font-size: 1.4em;
  margin: 1em auto;
  padding: 15px 30px;
  position: relative;
display: block;
	width: 10em;
	text-align: center;
}

.btn02 a:hover {
  color: #006dc3;
	background: #fff;
	border: 2px solid #006dc3;
}
/*------------------------------------------------------------
	ボタン　（左カラムナビの検索ボタン）
------------------------------------------------------------*/
.btn03 a {
  background: #fff;
  border: 2px solid #006dc3;
  border-radius: 60px;
  color: #006dc3;
  font-size: 1.4em;
  margin: 1em auto;
  padding: 21px 30px;
  position: relative;
display: block;
	width: 10em;
	text-align: center;
}
.btn03 a::before {
	content: url(../img/icon_leftnav_search.png);
    position: absolute;
    top: 17px;
    left: 24px;
}
.btn03 a:hover {
  color: #fff;
	background: #006dc3;
	transition: all 0.3s ease 0s;
}
.btn03 a:hover::before {
  content: url(../img/icon_leftnav_search_on.png);
    position: absolute;
    top: 17px;
    left: 24px;
}

/*------------------------------------------------------------
	ボタンbaseへのリンク用　（btn01ベースの四角）
	baseは紛らわしいのでアニメ産業よりスタイル名
------------------------------------------------------------*/
.btn_anime a {
  background: #fff;
  border: 2px solid #006dc3;
/*  border-radius: 60px; */
  color: #006dc3;
  font-size: 1.4em;
  margin: 1em auto;
  padding: 21px 30px;
  position: relative;
display: block;
	width: 12em;
	text-align: center;
}
@media only screen and (min-width: 767.98px) {
.btn_anime a:hover {
  color: #fff;
	background: #006dc3;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
}

/*------------------------------------------------------------
	ボタン　（カートへ入れるボタン）
------------------------------------------------------------*/
.btn_div{
  background: linear-gradient(#005bb8, #0082d9);
    border: 2px solid #fff;
    border-radius: 60px;
    color: #fff;
    font-size: 1.3em;
    padding: 20px 5px 20px 5px;
    position: relative;
    width: 10em;
    text-align: center;
}
.btn_div ::before {
	content: url(../img/icon_cart2.png);
    position: absolute;
    top: 18px;
    left: 22px;
}
.btn_cart button{
  background: linear-gradient(#005bb8, #0082d9);
    border: 2px solid #fff;
    border-radius: 60px;
    color: #fff;
    font-size: 1.3em;
    padding: 20px 20px 20px 62px;
    position: relative;
    width: 10em;
    text-align: center;
}
.btn_cart button::before {
	content: url(../img/icon_cart2.png);
    position: absolute;
    top: 18px;
    left: 22px;
}
.btn_cart button:hover {
  color: #006dc3;
	background: #fff;
	transition: all 0.3s ease 0s;
	border: 2px solid #006dc3;
	padding: 20px 20px 20px 62px;
    
}
.btn_cart button:hover::before {
  content: url(../img/icon_cart2_on.png);
    position: absolute;
    top: 18px;
    left: 22px;
}
/*------------------------------------------------------------
	ボタン　（フォームの送信ボタン）
------------------------------------------------------------*/
.btn-form-send {
	background: #006dc3;
	border: 2px solid #fff;
	border-radius: 60px;
	color: #fff;
	font-size: 1.1em;
	margin: 1em auto;
	padding: 21px 30px;
	position: relative;
	display: block;
	width: 15em;
	text-align: center;
}
.btn-form-send:hover {
	color: #006dc3;
	background: #fff;
	border: 2px solid #006dc3;
}
/*------------------------------------------------------------
	ボタン　（フォームの入力画面に戻るボタン）
------------------------------------------------------------*/
.btn-form-back {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 60px;
	color: #ccc;
	font-size: 1.1em;
	margin: 1em auto;
	padding: 21px 30px;
	position: relative;
	display: block;
	width: 10em;
	text-align: center;
}
.btn-form-back:hover {
	color: #fff;
	background: #ccc;
	border: 2px solid #fff;
}
/*------------------------------------------------------------
	ボタン　（ログインボタン）
------------------------------------------------------------*/
.btn-form-send-small {
	background: #006dc3;
	border: 2px solid #fff;
	border-radius: 60px;
	color: #fff;
	font-size: 1.1em;
	margin: 1em auto;
	padding: 15px 30px;
	position: relative;
	display: block;
	width: 10em;
	text-align: center;
}
.btn-form-send-small:hover {
	color: #006dc3;
	background: #fff;
	border: 2px solid #006dc3;
}
/*------------------------------------------------------------
	ダウンロード
------------------------------------------------------------*/
.btn_down {
	margin: 26px 0;
    text-align: center;
}
.btn_down a {
  background: #00988c;
    border: 2px solid #fff;
    border-radius: 60px;
    color: #fff;
    font-size: 1.3em;
    padding: 20px 20px 20px 53px;
    position: relative;
    width: 8em;
    text-align: center;
	z-index: 3;
}
.btn_down a::before {
	content: url(../img/member/icon_down.png);
    position: absolute;
    top: 15px;
    left: 17px;
}
.btn_down a:hover {
  color: #006dc3;
	background: #fff;
	transition: all 0.3s ease 0s;
	border: 2px solid #006dc3;
	padding: 20px 25px 20px 72px;
}
.btn_down a:hover::before {
  content: url(../img/member/icon_down_on.png);
    position: absolute;
    top: 18px;
    left: 22px;
}
@media only screen and (max-width: 767.98px) {
	.btn_down a {
		font-size: 100%;
	}
}

/*------------------------------------------------------------
	ページTOPへ
------------------------------------------------------------*/
.pagetop {
    position: fixed;
    right: 32px;
    bottom: 10px;
    display: none;
	z-index: 100;
    opacity: 0.6;
}

@media screen and (max-width: 738px) {
    .pagetop {
        right: 1.90625vw;
        bottom: 3.9375vw;
    }
}

.pagetop__link {
    display: block;
    overflow: hidden;
    padding-top: 85px;
    width: 91px;
    height: 0;
    background: url(/img/common/page_top.png) 0 0 no-repeat;
}

@media screen and (max-width: 738px) {
    .pagetop__link {
        padding-top: 12.28125vw;
        width: 19.28125vw;
        background-size: cover;
    }
}
/*------------------------------------------------------------
	吹き出しカウンター（カート、お問い合わせ）
------------------------------------------------------------*/
.balloon-count {
    position: absolute;
    width:0px;
    height:0px;
    vertical-align:top;
}
.balloon-count span,
.balloon-count span:after {
    border-color: #E61D1D transparent transparent;
    background-color: #E61D1D;
}
.balloon-count span{
    top:-15px;
    left:13px;
    border:none;
    position: absolute;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    line-height:20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 34px;
    height: 19px;
    /*z-index: 1;*/
    display:block;
    padding:0 1px 0 0;
}
/*
.balloon-count span:after {
    background:none;
    border-image: none;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}
*/
@media only screen and (max-width: 767.98px) {
	.balloon-count span {top: 4px;}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.top-wrapper {
	background:url(../img/common/headerBg.png)no-repeat center center;
	background-size: cover;
}

.wrapper {
	background:#efefef;
	/*height: 210px;*/
    height:230px;
}

.header {
	background-color: rgba(255,255,255,0.70);
	height: 110px;
}
.headerIn {
	margin: 0 auto;
	width: 1020px;
	height:110px;
	display: flex;
	position:relative;
	/* align-items:center; */
	flex-wrap: wrap;
}
.logo {
	/*float: left;*/
	display: flex;
	width: 300px;
	margin-bottom:15px;
	padding: 30px 0 0 0;
}
.logo img {
	/*float: left;*/
	margin: 0 10px 0 0;
}
/*.logo h1 {
	font-size: 0.7em;
	padding: 15px 0 0 0;
}*/
.logo h2 {
	font-size: 0.7em;
	padding: 15px 0 0 0;
}
.header_menu {
	/*float:right;*/
	text-align: right;
	margin-left: auto;
    padding-top:10px;
}
.header_menu ul li {
	padding: 3px 10px;
    vertical-align: middle;
    display: inline-block;
}
.guide_menu {
	margin:0;
}
ul.guide_menu li {
	pading: 0 0;;
}
.guide_menu a{
	color:#000;
}
.member_menu {
	/* margin: 19px 0 0 0px; */
}
ul.member_menu li {
	padding: 0 30px 0 0;
}
ul.member_menu li:last-child,ul.member_menu li:nth-last-child(2){
	padding: 8px;
    padding-right:30px;
}

.top-form_area {
	text-align: center;
    margin: 70px auto;
    width: 600px;
	padding: 70px 0;
}
.top-form_area h2 {
	font-size: 1.6em;
	padding: 0 0 2% 0;
}
.top-form_area p {
	margin: 0 0 20px 0;
}
.form_area {
	text-align: center;
    margin: 20px auto;
    width: 600px;
}
.form_area h2 {
	font-size: 1.2em;
	padding: 0 0 2% 0;
	font-weight: normal;
}

/**/

	.dropdwn{
    display: flex;
	position: absolute;
	right:0;
    bottom:3px;
}


ul{
   /* text-align: center;*/
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    /* color: #fff; */
}
.dropdwn_menu li{
    /*max-width: calc(1200px/5);*/
    position: relative;
    padding: 5px;
    display: block;
    cursor: pointer;
}
.dropdwn>li{
	margin: 1px;
	display: inline;
	position: relative;
    padding: 10px 20px;
}
.dropdwn>li,.nodrop_menu a{
	color: #333;
	font-weight:bold;
}
.dropdwn>li:nth-child(-n+5){
	border-right: solid 1px #006dc3;
}
.dropdwn>li:first-of-type i{
    margin-left:20px;
}
.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    margin-left: -20px;
    margin-top: 10px;
    padding: 0;
	z-index:99;
    /*background: rgb(75, 100, 209);*/
	background-color:rgba(255,255,255,0.9);
}

.dropdwn_menu li{
    width: 100%;
	text-align: left;
}

.dropdwn_menu li a{
    padding: 5px 0;
    margin: -5px 5px -5px -10px;
    display: block;
    color: #333;
}
.dropdwn > li:hover{
	background-color:#005bb8;
	color:#fff;
}
.nodrop_menu a:hover{
	color:#fff;
	opacity: 1 !important;
}
.dropdwn_menu li a:hover{
    /*background: #b3d7ff;*/
    color:rgba(0,91,184,1);
	max-width: calc(1200px/5);
}
.nav_report{
	width:40em;
	padding:20px;
}
.repo_item_bx{
	display: flex;
	flex-wrap: wrap;
}
.repo_item_bx > li{
	width:48%;
	padding:10px 0
}
.repo_item_bx > li a{
	font-size:12px;
}
.repo_item_bx > li a i{
	font-size:12px;
	color:#005bb8;
	margin-left: 2em;
}
.guide_menu{
	text-align:right;
}
/**/

@media only screen and (max-width: 767.98px) {
	.headerIn {
		width: 100%;
	}
	.header_menu {
	display: none;
	}

	.top-wrapper {
	background:url(../img/common/headerBgSp.png)no-repeat center center;
	background-size: cover;
	height: 532px;
}
	
}

/*-----------------------------*/
/* 検索窓 */
/*-----------------------------*/
.search-container ._form {
  position: relative;
	top: 0;
    left: 0;
}
.search-container ._form ._input {
  height: 46px;
  border-radius: 3px;
  border: 2px solid #3E3E3E;
  padding: 0 0 0 0.7em;
  width: 97%;
  font-size: 15px;
}
.search-container ._form .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 3px 3px 0;
  background: #000 url(../img/common/icon_search.png)no-repeat center center;
	border: none;
}
.search-container ._form .btn .dashicons {
  color: #FFF;
  font-size: 26px;
}
.search-container ._form .btn:hover {
  background-color: #4d4d4d;
}
.search-container ._form .btn:active {
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.7);
  background-color: #2f2f2f;
}
.btn_category ul.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 900px;
    margin: 0 auto;
}
.btn_category ul.menu li a {
    display: block;
    color: #fff;
}
.btn_category ul.menu li a:hover {
    color: #ff0;
	text-decoration: underline;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 50;
}
.btn_category ul.menu > li:hover {
    background: #ff0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.btn_category ul.menu__second-level li {
    line-height: 1.4;
	font-size: 0.9em;
	width: 230px;
    padding: 0 15px 0 15px;
}

.btn_category li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: -170px;
    box-sizing: border-box;
    width: 850px;
    padding: 20px 20px 0 20px;
    background: #026dc3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
}

.btn_category li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.btn_category li.menu__mega ul.menu__second-level h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 3px 0;
}
.btn_category li.menu__mega ul.menu__second-level > li {
    /*float: left;
    width: 32%;
    border: none;*/
	text-align: left;
	color: #fff;
}

.btn_category li.menu__mega ul.menu__second-level li ul {
        margin: 0px 0 20px 0;
}

.btn_category a.menu_title {
    margin: -50px -80px 0 0;
    width: 120px;
    border-radius: 3px;
    background: #000 url(../img/common/icon_3line.png)no-repeat right 8px center;
    border: none;
    float: right;
	padding: 16px 18px 16px 0;
	color: #fff;
}

.btn_category a.menu_title:hover {
	color: #fff!important;
	background-color: #026dc3;
	text-decoration: none!important;
}
@media only screen and (max-width: 767.98px) {
	.btn_category {
		display: none;
	}
	.search-container .cp_ipselect {
		display: none;
	}
	.search-container ._form {
  	position: relative;
	top: 0;
    left: 0;
}
}

/*---------------------------------------------------------*/
/* 検索窓フォーム */
/*---------------------------------------------------------*/
input[type="text"],
input[type="mail"],
input[type="checkbox"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
  font-size: 14px;
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  border: 1px solid #cacaca;
  background-color: transparent;
}

input[type="radio"] {
  margin: 0;
  padding: 0;
}

input[type="file"] {
  border: 1px solid #cacaca;
  border-radius: 3px;
}
/*
select {
  padding: 0 0 0 10px;
  background-color: #FFF;
  font-size: 12px;
position: absolute;
    top: 8%;
    right: 11%;
    width: 146px;
    height: 40px;
	border: none;
}
.cp_ipselect {
	padding: 0 0 0 10px;
  	background-color: #FFF;
  	font-size: 12px;
	position: absolute;
    top: 8%;
    right: 11%;
    width: 146px;
    height: 40px;
	border: none;

}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {

}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.4em;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 12px 18px 8px 8px;
	color: #666666;
	direction: rtl;
}
*/
@media only screen and (max-width: 767.98px) {
	.top-form_area {
		width: 90%;
		margin: 0 auto;
		padding: 260px 0;
	}
	.form_area {
		width: 90%;
		margin: 0 auto;
		padding: 80px 0;2
	}

	.search-container ._form ._input {
    width: 95%;
	}
}
/*---------------------------------------------------------*/
/* フッター、会員登録 */
/*---------------------------------------------------------*/
#signinBox {
	background: linear-gradient(135deg,#307daa, #5caec0);
}
#signinBox_in {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
}
#footer {
	background:linear-gradient(#005bb8, #0082d9);
	clear: both;
}
#footer_content {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
}
#footer_content ul {
	width: 220px;
	float: left;
}
#footer_content ul ol {
	padding: 40px 0 10px 0;
    font-size: 1.2em;
    letter-spacing: -1px;
    border-bottom: 1px solid #fff;
    margin: 0 10px 0 10px;
}
#footer_content ul li {
	padding: 10px 0 10px 10px;
	/*letter-spacing: 0.1em;*/
}
#footer_content ul li a {
	color: #fff;
}
#footer_content ul li a:hover {
	color: #83b0da;
}
/*フッター矢印*/
/*.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.icon_arrow::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #3fa1b9;
}
.icon_arrow::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
*/
.copy {
	width: 1020px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
.copy p {
	font-size: 80%;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 767.98px) {
	.footer_signin {
		float: none;
		margin: 0 0 30px 0;
	}
	#signinBox_in {
		width: 100%;
		padding: 20px 0 40px 0;
	}
	#footer_content {
		width: 98%;
    	line-height: 1.6;
	}
	#footer_content ul {
		width: 50%;
	}
	.copy {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	#signinBox_in {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
}

/*------------------------------------------------------------
	ハンバーガーメニュー
------------------------------------------------------------*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media only screen and (max-width: 767.98px){
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
		background-color: rgba(255,255,255,0.9);
    }
	#mobile-head img {
		width: 70px;
    	padding: 2% 3%;
	}
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -496px;
        background: #e3f2ff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: left;
        position: static;
		border-bottom: 1px solid #719def;
		width: 50%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a  {
        width: 100%;
        display: block;
        color: #006dc3;
        padding: 18px 0;
    }
    #global-nav input {
        width: 100%;
        height: 14px;
        display: block;
        color: #006dc3;
        padding: 18px 5px 18px 5px;
        background-color: transparent;
        font-size: 14px;
        border-left: none;
        border-right: :none;
        border-bottom:none;
        border-top:none;
        align-items: center;
        font-weight:100;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.breadcrumb {
	line-height: 1.3;
	padding: 6px 0;
	margin: 0 auto;
	font-size: 12px;
	width: 1024px;
}

.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb ul {
	padding: 0 3%;
}
.breadcrumb ul li {
	float: left;
	list-style: none;
	margin-bottom: 5px;
}

.breadcrumb ul li a {
	position: relative;
	padding-right: 18px;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
.breadcrumb ul li a::before {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	right: 8px;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb ul li.home {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

.breadcrumb ul li.home::before {
	content: '';
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	top:1px;
	left: 0px;
	border: 6px solid transparent;
	border-bottom-color: #808080;
	border-top: 0;
}

.breadcrumb ul li.home::after {
	content: '';
	height: 4px;
	width: 4px;
	display: block;
	position: absolute;
	top: 7px;
	left: 0px;
	border: 4px #808080 solid;
	border-bottom: 0;
}

@media only screen and (max-width: 767.98px){
	.breadcrumb {
		width: 100%;
	}
}
/*------------------------------------------------------------
	カート、お問い合わせヘッダー
------------------------------------------------------------*/
.header_form .wrapper {
	height:250px;
	background: #f7f7f7;
}

.step {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
  justify-content:         center;
    margin: 50px auto;
	width: 820px;

}
.step div {
	margin: -50px 0 0 0;
    width: 29%;
}
.step_on {
    background: #006dc3;
	color: #fff;
    padding: 30px 0;
    margin: 0 10px;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
}
.step_no_on {
    padding: 13px 10px;
    background: #006dc3;
	border-radius: 60px;
    color: #fff;
    position: relative;
    top: 20px;
	width: 25px;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
}
.step_off {
    background: #e3e3e3;
    padding: 30px 0;
    margin: 0 10px;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
}
.step_no_off {
    padding: 13px 10px;
    background: #e3e3e3;
	color: #000;
	border-radius: 60px;
    position: relative;
    top: 20px;
	width: 25px;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
}
@media only screen and (max-width: 767.98px){
.step {
	width: 100%;
    margin: 60px 0 0 0;
	}
	.header_form .wrapper {
		height: auto;
	}
	.step div {
		margin: 0 0 20px 0;
		width: 29%;
	}
	.step_off,.step_on{
		padding: 20px 0;
	}
}


.carts_btn_area{
  display: flex;
}
.btn-form-cart{
	background: #fff;
	border: 2px solid #006dc3;
	border-radius: 60px;
	color: #006dc3;
	font-size: 1.1em;
	padding: 21px 30px;
	position: relative;
	display: block;
	width: 15em;
	text-align: center;
  	margin:1.2em auto;
  	font-size:1.3em;
}
.btn-form-cart:hover {
	cursor:pointer;
	color: #fff;
	background: #006dc3;
	border: 2px solid #006dc3;
}





/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	旧表示20210119まで　からのスタイル引継ぎ
------------------------------------------------------------*/

.report_discription ul {
	list-style-type:disc;
	margin-left:1.0em;
}

.report_discription li {
	margin-bottom: 0.3em;
}

.report_discription .details table {
	border-collapse:collapse; 
	border-spacing:0px; 
	/*width:100%;*/
}
.report_discription .details table th {
	background-color: #006dc3; background-color:lightblue;
}

.report_discription .details table th,
.report_discription .details table td {
	 
}

.mu_table table {
	border:none;
	border:0;
}

.mu_table tbody {
	border:none;
	border:0;
}

.mu_table tbody th {
	border:none;
	border:0;
}

.mu_table tbody tr {
	border:none;
	border:0;
}

.mu_table tbody td {
	border:none;
	border:0;
}

.align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.rfp_mar-t05 {
	margin-top:0.5em;
}

.rfp_mar-b05 {
	margin-bottom:0.5em;
}

.rfp_mar-b1 {
	margin-bottom:1em;
}

.rfp_mar-b15 {
	margin-bottom:1.5em;
}

.rfp_mar-l-0 {
	margin-left: 0em;
}

.rfp_mar-l-1 {
	margin-left: -1.0em;
}

.rfp_mar-l-2 {
	margin-left: -2.0em;
}

.rfp_mar-l05 {
	margin-left: 0.5em;
}

.rfp_mar-l10 {
	margin-left: 1.0em;
}

.rfp_mar-l15 {
	margin-left: 1.5em;
}

.rfp_mar-l20 {
	margin-left: 2.0em;
}


.rfp_typenone {
	list-style-type: none;
}


.rfpOL_text-indent-15 {
	list-style-type: none;
	margin-left: 0em;
	text-indent: -1.5em;
}

/*-- gナビ修正、他レイアウト関連 --*/
.btn_toiawase{
    background: linear-gradient(#ed8617,#dd9941);
    padding: 7px 10px;
    border-radius:30px;
    color:#fff;
}

.pdbtm_no{
    padding-bottom:10px !important;
}

.spm_txt{
    color: #333;
    margin:5px 0;
    display: inline-block;
}
#company_gaiyou{
    margin-top:60px;
}

@media only screen and (max-width: 767.98px) {
        #company_gaiyou{
            width:92%;
            margin-right: auto;
            margin-left: auto;
        }
    }

    /*-- 文字センター適応　ulたち　--*/
    .contact_list,.merit_flex{
        text-align: center;
    }