@charset "utf-8";
/* CSS Document */

/*------------------------

背景

------------------------*/

html {
	font-size: 62.5%; 
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #fff;
	word-wrap: break-word;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	color:#000;
	font-weight: 400;
	line-height: 1.61;
	-webkit-text-size-adjust: 100%;
}

.wrap {
	max-width: 1000px;
	height: auto;
	min-height: 100%;
	margin: auto;
	padding: 0;
}

ul{
	display:block;
	list-style:none;
	margin:0;
	}

header, header .wrap, #header .head-nav, div.contents, #footer {
	min-width: 1096px;
}

header.group.login-header {
    position: relative;
    margin-bottom: -150px;
}


/*------------------------

ヘッダー

------------------------*/

header {
	position: fixed;
	z-index: 100;
	transition: .3s;
	height: 100px;
	border-top: 15px solid #0c3282;
	top: 0;
	left: 0;
	width: 100%;
}
div#header_sp{
    display: none;
}
header.normal{
	position: relative;
	margin-bottom: -114px;
}

header .float-left{
	padding-top: 28px;
}

header .float-right{
	display: flex;
	justify-content: flex-start;
	text-align: right;
}

header .head-info{
	display: inline-block;
	margin-top: 22px;
	margin-left: 32px;
}

header .head-info span{
	display: inline-block;
	margin-right: 35px;
	vertical-align: middle;
}

header .head-info img{
	display: block;
}

header .head-btn{
	display: inline-block;
    vertical-align: middle;
}

header .head-btn:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

header ul.menu{
	width: 420px;
	margin-top: 15px;
	font-weight: bold;
}

header ul.menu li{
	width: 100%;
	display: inline-block;
	position: relative;
}

header ul.menu li:nth-child(2),
header ul.menu li:nth-child(3){
}

header ul.menu li.search-window{
	width: 260px;
	margin-top: 10px;
}

header ul.menu li a{
	display: inline-block;
	font-size: 1.39rem;
	color: #1d449b;
	text-decoration: none;
	height: 24px;
	text-align: center;
	padding-top: 2.15px;
}

header ul.menu li a:hover{
	text-decoration: underline;
}
/*
header ul.menu li a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
*/
header ul.menu li.contact + li:before,
header ul.menu li.contact:before,
header ul.menu li.search-window:before{
	display: none;
}

.serch-window-in form{
	margin-bottom: 0;
	margin-top: -3px;
}

ul.menu li .serch-window-in input{
	margin-top: -2px;
}

.serch-window-in input[type="search"]{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #0c3282;
	border-radius: 0;
	width: 200px;
	height: 34px;
	padding: 8px 17px;
	font-size: 1.38rem;
    vertical-align: middle;
	box-shadow: none;
	-webkit-box-shadow: none:
}

.serch-window-in input[type="search"]:focus{
	background-color: #DDE7FB;
}

.serch-window-in input[type="search"]::-webkit-input-placeholder {
}
.serch-window-in input[type="search"]::-moz-placeholder {
	opacity: 1;
}
.serch-window-in input[type="search"]:-ms-input-placeholder {
}

.serch-window-in input[type="submit"]{
	background-color: #0c3282;
	width: 60px;
	height: 34px;
	color: #ffffff;
	margin-left: -6px;
	cursor: pointer;
    vertical-align: middle;
	border-radius: 0;
	-webkit-appearance: none;
	font-weight: bold;
}

.serch-window-in input[type="submit"]:hover{
	background-color: #dde8ff;
	border: 1px solid #0c3282;
	color: #0c3282;
}

header ul.menu li.contact{
	width: 130px;
	margin-top: 10px;
	margin-left: 20px;
}

header ul.menu li.contact a{
	width: 130px;
    height: 35px;
    border: 1px solid #0c3282;
    padding-top: 4px;
    border-radius: 4px;
    padding-left: 8px;
    line-height: 1.81;
}

header ul.menu li.contact a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #dde8ff;
	text-decoration: none;
}

header ul.menu li.contact a:after{
	display: inline-block;
	content: "";
	background: url(../img/icon-contact-blue.png) no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	margin-top: 4px;
	margin-left: 8px;
	vertical-align: middle;
}

header ul.menu li.contact a:hover:after{
	background: url(../img/icon-contact-blue.png) no-repeat;
	background-size: 24px auto;
}
#header.fixed{
	position: static !important;
}

#header header {
	position: absolute;
}

#header .head-nav {
	position: absolute;
	top:95px;
	left:0;
	right:0;
	z-index: 80;
	background-color: #ffffff;
}

#header.fixed .head-nav {
	position: fixed;
	top: 0px;
}

#header .head-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/
}
#header .head-nav li {
	/*height: 35px;*/
	height: 75px;
	flex: 1 0 auto;
	display: flex;
	/*border-right: 2px solid #b2c4ed;*/
	letter-spacing: 0.2em;
}

#header .head-nav li:last-child {
	border-right: none;
}

#header .head-nav li a {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: bold;
	color: #5673b7;
	border-right: 2px solid #b2c4ed;
	margin: 20px 0;

}

#header .head-nav li .pc_child a,
#header .head-nav li .parent a {
	margin: 0;
}

#header .head-nav li a.linenon,
#header .head-nav li .parent a,
#header .head-nav li .menu_open_pc .pc_child a,
#header .head-nav li .menu_open_pc .pc_grand_link a{
	border-right: none;
}


#header .head-nav li a span {
	padding: 6px 0;
}
#header .head-nav li a:hover span{
	padding-bottom: 4px;
	border-bottom: 2px solid #5673b7;
}

div.contents{
	margin-top: 212px !important;
}

.search_in {
    display: none;
    padding: 15px 4.8% 0 4.8%;
    position: absolute;
    top: 65px;
    z-index: 10;
    background: #fff;
    width: 100%;
    border-top: solid 1px #B2C4ED;
}


div#header_sp .serch-window-in input[type="search"] {
    width: 80%;
}

div#header_sp .serch-window-in input[type="submit"] {
    width: 20%;
}

.menu_in {
    display: none;
    /* position: absolute; */
    top: 0px;
    z-index: 10;
    /* background: #fff; */
    width: 100%;
    border-top: solid 1px #B2C4ED;
    overflow: auto;
    height: calc(100vh - 65px);
    /* overflow-y: scroll; */
}
.menu_parent {
    position: relative;
}

.menu_open {
    display: none;
	padding: 0 5%;
}


.menu_in .menu_cat li a.icon, .menu_in .menu_cat li a.icon-no {
    padding: 15px 5%;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: bold;
	cursor: pointer;
}

.menu_in .menu_cat li a.icon.active, .menu_in .menu_cat li a.icon-no.active {
    color: #808080;
}

.menu_in .menu_cat li a.icon.active:after {
    content: "▲";
	font-size: 10px;
	padding-top: 4px;
}

.menu_in .menu_cat li a.icon:after {
    content: "▼";
    color: #808080;
    position: absolute;
    right: 4%;
	font-size: 10px;
	padding-top: 4px;
}

.menu_in .menu_btn a {
    text-decoration: none;
    font-size: 13px;
    border: solid 1px #111;
    padding: 12px 0;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    width: 47%;
    text-align: center;
}

.menu_in .menu_btn {
    padding: 0px 5% 40px 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.menu_open .parent {
    padding: 0 40px 15px 10px;
    background-image: url(../img/head_sp6.png);
    background-position: right 15px;
    background-repeat: no-repeat;
	background-size: 30px;
}

.menu_open .parent a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;

}

.menu_open .child {
    border: solid 1px #3458A7;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.menu_open .child:hover {
    background: #DDE8FF;
}

.child a:hover {
    color: #0962a7;
}

.child a:hover img {
    opacity: 1;
}

.child a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.child .child_text {
    padding: 0 10px;
    width: 65%;
}

.child .child_thumbnail {
    width: 114px;
	height: 64px;
}
.child .child_thumbnail img {
	height: 100%;
}
.menu_open .grand {
    padding: 0 10px;
	margin-bottom: 20px;
}

.grand .grand_link {
    margin-bottom: 10px;
}

.grand .grand_link a {
    text-decoration: none;
    font-size: 14px;
}

.grand .grand_link:before {
	content: "ー";
	color: #0962a7;
}

.acodion_back.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 5;
}
.acodion_back2.active {

    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 5;
}

/*↓↓PCアコーディオン用↓↓*/
.menu_open_pc {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 75px;
	border-top: solid 3px #0C3282;
    	max-height: calc(80vh - 75px);
    	/*height: calc(100vh - 75px);*/
        overflow-y: auto;
	letter-spacing: normal;
}

.menu_open_pc .center {
    width: 100%;
	margin: 0 auto;
    padding: 30px 0 0;
    background: #fff;
    overflow: auto;
}

.acodion_back_pc.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    top: 100px;
    z-index: 5;
}


.menu_open_pc .parent a {justify-content: unset !important;display: inline-block !important;font-size: 36px !important;color: #0C3282 !important;transition: unset;height: 58px;}
.menu_open_pc .parent a:hover {
    border-bottom: solid 2px #5E77AC;
}

.menu_open_pc .parent {
	width: 940px;
    margin: 0 auto 30px;
    background-image: url(../img/head_sp6.png);
    background-position: center right;
    background-repeat: no-repeat;
    display: table;
    padding: 0 60px 0 0px;
}

.menu_open_pc .cover {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	width: 940px;
    margin: 0 auto;
}
.menu_open_pc .column {
    width: 300px;
    margin-bottom: 20px;
	margin-right: 20px;
}

.menu_open_pc .column:nth-child(3n) {
	margin-right: 0;
}

.menu_open_pc .pc_child {
    border: solid #3458A7 1px;
    border-radius: 3px;
    padding: 10px;
    transition: 0.4s;
}



.menu_open_pc .pc_grand_link {
    margin-bottom: 5px;
    /* margin-bottom: 2px; */
}

.menu_open_pc .pc_grand {
    margin-top: 10px;
}

.menu_open_pc .pc_grand_link:before {
    content: "ー";
    color: #0962a7;
}

.menu_open_pc .pc_grand_link a {
    display: inline !important;
    font-weight: normal !important;
    color: #0962a7 !important;
}

.menu_open_pc .pc_grand_link a:hover {color: #e6002d !important;}

.menu_open_pc .pc_child_thumbnail {
    width: 114px;
	height: 64px;
    float: left;
    margin-right: 8px;
}
.menu_open_pc .pc_child_thumbnail img {
	height: 100%;
}
.menu_open_pc .pc_child_text {
    float: right;
    width: 155px;
}

.menu_open_pc a {

    justify-content: unset !important;
}

.menu_open_pc .pc_child a:hover img {
    opacity: 1;
}

.menu_open_pc .pc_child:hover {
    background: #DDE8FF;
}

#header .head-nav li a span.border {
    padding-bottom: 4px !important;
    border-bottom: 2px solid #5673b7 !important;
}
.head_icon_new:before {
    content: "NEW";
    background-color: #e6002d;
    font-weight: 500;
    padding: .1em .4em;
    text-align: center;
    font-size: 1.1rem;
    margin-right: 4px;
	margin-left: 4px;
    float: left;
    color: #ffffff;
	letter-spacing: 0;
}

.head_icon_new.small:before {
    font-size: 0.8rem;
}

.head_icon_new.large:before {
    font-size: 1.8rem;
    position: relative;
    top: 12px;
}

/*IE*/
@media all and (-ms-high-contrast: none){
	.head_icon_new:before{
		    padding: .15em .75em .1em .75em;
	}
	.head_icon_new.small:before{
		padding: .15em .75em .1em .75em;
	}
	.head_icon_new.large:before {
 
	}
}
/*firefox*/
@-moz-document url-prefix(){
.head_icon_new.small:before {
    padding: .28em .75em .1em .75em;
}
.head_icon_new.large:before {
 
}
}
/*------------------------

顧客配布禁止

------------------------*/
#prohibited-distribution {
	width: 878px;
	height: 442px;
	margin: 0;
	padding: 40px 20px 0;
	border: 4px solid #e82645;
	background: #fff;
	border-radius: 9px;
	position: fixed;
	display: none;
	z-index: 200;
	text-align: center;
}

#prohibited-distribution h1{
font-size: 3.1rem;
font-weight: bold;
color: #e6002d;
line-height: 1;
margin-bottom: 2.25em;
margin-left: 7.5px;
}

#prohibited-distribution h1 em{
	font-size: 4.8rem;
}

#prohibited-distribution h1:before{
	display: block;
	content: "";
	background: url(../../common/img/caution-icon.png) no-repeat;
	width: 92px;
    height: 76px;
    margin: 0 auto 48px;
}
  
#modal-overlay {
	z-index: 150 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.8 ) ;
}

.modal-close{
	display:inline-block;
	background:url(../../common/img/btnicon-left.png) no-repeat 20px 25px,#999999;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 280px;
	height: 70px;
	border: 1px solid #666666;
	border-radius: 35px;
	padding-top: 18.5px;
	cursor: pointer;
}

.modal-close:hover{
	background:url(../../common/img/btnicon-left.png) no-repeat 20px 25px,#666666;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.btn_next{
	display:inline-block;
	background:url(../../common/img/btnicon-right-off.png) no-repeat 250px 25px,#fcd9e0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #e6002d;
	text-align: center;
	text-decoration: none;
	width: 280px;
	height: 70px;
	border: 1px solid #ec9fae;
	border-radius: 35px;
	padding-top: 18.5px;
	margin-left: 35px;
	cursor: pointer;
}

.btn_next:hover{
	background:url(../../common/img/btnicon-right-on.png) no-repeat 250px 25px,#e6002d;
	color: #ffffff;
	border: 1px solid #e6002d;
}

/*------------------------

トップページポップアップ

------------------------*/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	display:none;
	position:fixed;
	width: 100%;
    height: 120%;
	z-index:150;
	top:0;
	left:0;	
	/*cursor: pointer;*/
	background-color: rgba( 0,0,0, 0.8 );
}
	
.layer_board {
	width: 90%;
	max-width: 878px;
    margin: 0 auto;
    padding: 60px 20px;
    border: 4px solid #e82645;
    background: #fff;
    border-radius: 9px;
    position: fixed;
    display: none;
    z-index: 200;
    text-align: center;
	left: 0;
	right: 0;
}

.layer_board h1{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4.65em;
	margin-left: 7.5px;
}

.layer_board h1 em{
	color: #e6002d;
}

.layer_board h1:before{
	display: block;
	content: "";
	background: url(../../common/img/caution-icon.png) no-repeat;
	width: 92px;
    height: 76px;
    margin: 0 auto 58px;
}

.layer_board .btn_next {
    background: url(../../common/img/btnicon-right-off.png) no-repeat 93% 25px,#fcd9e0;
	width: 100%;
    max-width: 320px;
    margin-left: 0;
	display: inline-block;
}

.layer_board .btn_next:hover{
	background:url(../../common/img/btnicon-right-on.png) no-repeat 93% 25px,#e6002d;
}


/*------------------------

中面-共通

------------------------*/
div.contents{
	position: relative;
	background-image: url(../img/bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    min-width: 1096px;
	min-height: 550px;
	margin-top: 170px !important;
	margin-bottom: 150px;
	padding: 0 4%;
	width: 100%;
	zoom: 1;
}
.right-column{
	padding-bottom: 38px;
}
/*
.wrap.pl{
	padding-left: 240px;
}
*/

#new,
#document,
#tweet,
#monthlyreport,
#video{
	margin-top:-125px;
    padding-top:125px;
}

/*------------------------

ページトップへ戻る

------------------------*/

#page-top {
	position: fixed;
	z-index: 50;
	right: 32px;
    bottom: 32px;
	margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
#page-top {
	right: 10px;
    bottom: 20px;
}
}
#page-top a {
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
}

#page-top a:hover {
	text-decoration: none;
}

/*------------------------


フッター

------------------------*/
#footer {position: relative;}
footer#footer:before {
	content: "";
    position: absolute;
    display: block;
    background-image: url(../img/bg-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    min-height: 116px;
    min-width: 1096px;
	margin-top: -116px;
	}
body.top footer#footer {
	margin-top: 0;
}
body.top footer#footer:before {
	display: none;
}
.foot-caution ul.wrap{
	padding: 40px 20px 40px 0;
}

.foot-caution li{
	font-size: 1.38rem;
	color: #333333;
	text-indent: -1.05em;
	padding-left: 1.05em;
	line-height: 1.55;
	max-height: 999999px;
}

.foot-caution li:before {
	content: "・";
}

.foot-info {
	background-color: #08287f;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot-info em {
	font-size: 1.6rem;
	font-style: normal;
	color: #fff;
}
.foot-info p {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 0;
}

.copy {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.copy small{
	color: #999999;
	font-size: 1.5rem;
}

.footer_rule{
    margin-top: -10px;
    padding-bottom: 10px;
}


/*------------------------

リンク

------------------------*/
a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color, background-image, border;
  transition-property: color, background-color, background-image, border;
}

/*------------------------

テーブル

------------------------*/

table td {
	word-break: break-all;
}

@media (max-width: 767px) {

th,
 td {
	width: 100%;
	display: block;
}

th {
	width: 100%;
	display: block;
	background-color: #eee;
}

table .width-90,
 table .width-80,
 table .width-75,
 table .width-70,
 table .width-66,
 table .width-65,
 table .width-60,
 table .width-50,
 table .width-40,
 table .width-35,
 table .width-33,
 table .width-30,
 table .width-25,
 table .width-20,
 table .width-10 {
	width: 100%;
}
}

/*------------------------

リスト

------------------------*/

.list-flat {
	margin-bottom: 0;
}

.list-flat li {
	margin-bottom: 1em;
}

.list-flat li:last-child {
	margin-bottom: 0;
}

.list-left li {
	margin-right: 1em;
	float: left;
}

.list-left li:last-child {
	margin-right: 0;
}

.link {
	margin: 0;
}

.link li {
	list-style: none;
	line-height: 1.35;
}

.link li a {
	margin-left: 1em;
	display: block;
	text-decoration: none;
	text-indent: -1em;
}

.link li a:before {
	margin-right: .5em;
	content: '\f0da';
	color: #e60013;
	font: normal normal normal 14px/1 FontAwesome;
}

.list-center {
	display: inline-block;
	zoom: 1;
}

.list-before li {
	padding-left: 1em;
	display: block;
}

.list-before li:before {
	width: 1em;
	margin-left: -1em;
	padding: .5em 0;
	display: block;
	float: left;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-before li.second:before {
	width: 1em;
	margin-left: 0;
	padding: .5em 0;
	display: block;
	float: left;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-after li {
	padding-right: 15px;
	position: relative;
}

.list-after li:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
}

.list-centered {
	text-align: center;
}

.list-centered ul {
	display: inline-block;
	zoom: 1;
}

/*------------------------

画像

------------------------*/

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

a.thumb:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

img.left {
	margin-right: 1em;
}

img.right {
	margin-left: 1em;
}

/*------------------------

レイアウト

------------------------*/

.v-bottom {
	position: absolute !important;
	right: 0;
	bottom: 0;
}

.v-center {
	width: 100%;
	display: table;
}

.v-center p,
.v-center > div,
.v-center img {
	padding: 0 .5em;
	display: table-cell;
	vertical-align: middle;
}

img {
	vertical-align: bottom;
}

.img-centered img {
	margin: 0 auto;
	display: block;
}

.btn-centered {
	text-align: center;
}

/*------------------------

Typography

------------------------*/

i {
	margin: 0 .5em;
	color: #005eae;
}

em,
i {
	font-style: normal;
}

.red {
	color: #c3000f;
}
.blue{
	color: #0a50a0;
}
ul.red{
	color: #ed5565;
}

strong{
	font-weight: normal;
	line-height: normal;
}

/*------------------------

余白

------------------------*/
.mt-05{
	margin-top:-5px;
	}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt70 {
	margin-top: 70px;
}
.mt100 {
	margin-top: 100px;
}
.mt_20 {
	margin-top: -20px;
}
.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.pt40 {
	padding-top: 40px;
}

/*------------------------

clearfix

------------------------*/

.clearfix:before,
.clearfix:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
} /* IE < 8 */

/*------------------------------------768px~979pxここから------------------------------------*/
@media only screen and (max-width: 979px) and (min-width: 768px){
	div.contents, 	div.contents:after, #footer {
		min-width: 100%;
		margin-top: 65px!important;
	}
	div.contents {
	    background-image: url("../img/top_img1.png");
		min-height: 500px;
	}
	.foot-caution ul.wrap, .foot-info {
		padding-left: 4%;
		padding-right: 4%;
	}
	body.top footer#footer:before {
		display: none;
	}
	body.top footer#footer {
		margin-top: 0 !important;
	}
	
/*------------------------

ログインページ

------------------------*/
header.group.login-header {
    margin-bottom: 0;
    min-width: 100%;
	height: 65px;
    background: #fff;
    padding: 0 2%;
	border-top: none;
}
header.group.login-header .wrap {
    min-width: 100%;
}
header.group.login-header .float-left {
	padding-top: 5px;
}
div.contents.login {
	margin-top: 0 !important;
}
/*------------------------

配付禁止（モーダルウィンドウ）

------------------------*/
#prohibited-distribution{
	width: 91%;
}
	
#prohibited-distribution h1{
line-height: 45px;
}
	
.modal-close{
}
.btn_next{
}	
	
#prohibited-distribution h1:before{
}
/*------------------------

header

------------------------*/
div#header{
	display: none;
}
div#header_sp {
    display: block;
    position: fixed;
    top: 0;
    z-index: 60;
    width: 100%;
}
nav.sp_left {
    padding: 5px 5%;
    float: left;
}

nav.sp_right {
    display: flex;
    justify-content: flex-end;
}	
	
nav.sp_right img {
    width: 65px;
}
div#header_sp .cover {
    display: flex;
    justify-content: space-between;
    background: #fff;
}	
.menu_in .menu_cat li {
    border-bottom: solid 1px #C5D3F1;
}

.menu_in .menu_cat {
    padding-bottom: 40px;
    background: #fff;
}
.menu_in .menu_tel {
    text-align: center;
    padding-bottom: 60px;
    background: #fff;
}
.menu_in .menu_tel img {
	width: 40%;
}
.menu_in .menu_icon {
    border-top: solid 1px #B2C4ED;
    text-align: center;
    padding: 30px 0;
    background: #fff;
}
.acodion_back.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
}
.acodion_back2.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
}
	
.menu_in .menu_btn{
padding: 0px 5% 40px 5%;
}
	
.acodion_back_pc {
    display: none;
}
.acodion_back_pc.active {
    display: none;
}
.head_icon_new.small:before {
position: relative;
    top: -1px;
}
.head_icon_new:before {
    position: relative;
    top: 3px;
}
.head_icon_new.large:before {
    font-size: 1.2rem;
    position: relative;
    top: 0px;
}
/*------------------------

footer

------------------------*/
footer#footer {
    margin-top: 10vh!important;
}

footer#footer:before{
	background-image: url(../img/bg-bottom-tab.png);
    background-size: cover;
    min-width: 100%;
}	

}
/*-----------------------------------768px~979pxここまで------------------------------------*/
/*------------------------------------0~767pxここから------------------------------------*/
@media only screen and (max-width: 767px) {
	div.contents{
		min-width: 100%;
		min-height: 440px;
		padding-top: 8%;
		background-image: url(../img/top_img1sp.png);
		margin-top: 65px!important;
	}
	body.top footer#footer:before {
		display: none;
	}
	body.top footer#footer {
		margin-top: 0 !important;
	}
	#footer {
		min-width: 100%;
		margin-top: 0;
	}
	.foot-caution ul.wrap, .foot-info {
		padding-left: 4%;
		padding-right: 4%;
	}
	.copy {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.copy small {
		font-size: 1.2rem;
	}
	
/*------------------------

ログインページ

------------------------*/
header.group.login-header {
    margin-bottom: 0;
    min-width: 100%;
	border-top: none;
    background: #fff;
    height: 65px;
    padding: 0 2%;
}
header.group.login-header .wrap {
    min-width: 100%;
}
header.group.login-header .float-left {
	padding-top: 5px;
	width: 55%;
}header.group.login-header .float-right {
	width: 45%;
	display: block;
}
header.group.login-header .head-info {
	margin-left: 15px;
}
div.contents.login {
	margin-top: 0 !important;
}

/*------------------------

配付禁止（モーダルウィンドウ）

------------------------*/
#prohibited-distribution{
width: 91%;
padding: 20px 20px 0;
}
	
#prohibited-distribution h1{
line-height: 45px;
margin-bottom: 1em;
font-size: 2rem;
}
.modal-close{
display: block;
width: 100%;
margin-bottom: 2%;
}
.btn_next{
display: block;
width: 100%;
margin: 0;
}	

#prohibited-distribution h1:before{
margin: 0 auto 25px;
}
#prohibited-distribution h1 em{
font-size: 2.8rem;
}
	
/*------------------------

header

------------------------*/
div#header{
	display: none;
}
div#header_sp {
    display: block;
    position: fixed;
    top: 0;
    z-index: 60;
    width: 100%;
}
nav.sp_left {
    padding: 5px 4%;
    float: left;
}

nav.sp_right {
    display: flex;
    justify-content: flex-end;
}		
	
nav.sp_right img {
    width: 65px;
}
	
div#header_sp .cover {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.menu_in .menu_cat li {
    border-bottom: solid 1px #C5D3F1;
}
.menu_in .menu_cat {
    padding-bottom: 40px;
    background: #fff;
}
.menu_in .menu_tel {
    width: 100%;
    margin: auto;
    padding-bottom: 8%;
    text-align: center;
    background: #fff;
}
.menu_in .menu_tel img {
	width: 60%;
}
.menu_in .menu_icon {
    border-top: solid 1px #B2C4ED;
    text-align: center;
    padding: 4.1% 0;
    background: #fff;
}
.menu_in .menu_icon .center {
    width: 60%;
    margin: auto;
}
.acodion_back.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
}
.acodion_back2.active {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
}
.menu_in .menu_btn{
padding: 0px 5% 40px 5%;
}
.acodion_back_pc {
    display: none;
}
.acodion_back_pc.active {
    display: none;
}
	
.head_icon_new:before {
    position: relative;
    top: 3px;
}
.head_icon_new.small:before {
position: relative;
    top: -1px;
}
.head_icon_new.large:before {
    font-size: 1.2rem;
    position: relative;
    top: 0px;
}
/*------------------------

footer

------------------------*/
footer#footer:before{
	background-image: url(../img/bg-bottom-sp.png);
    background-size: cover;
    min-width: 100%;
}	
.foot-info p {
	font-size: 1.4rem;
}


.footer_rule{
    padding-left: 4%;
    padding-right: 4%;
}

}	
/*-----------------------------------0~767pxここまで------------------------------------*/

