div#FooterBox ul.f_waku {
    display: none;
}

#SideBar {display: none;}

/* Guide List
===============================================================*/
.guide_list {
    margin:-15px 0 40px;
}

.guide_list h2 {
    color: #462709;
    font-size: 16px;
    padding: 7px 10px 8px 15px;
	font-weight: normal;
	border-bottom:#e6ddd1 1px solid;
}
.guide_list h2.no_under {
    padding: 0 10px 0 0;
}
.guide_list h2.no_under a {
    display: block;
    color: #462709;
    padding: 7px 0 8px 15px;
    background-size: 6px 11px;
    text-decoration: none !important;
}

.guide_list ul li {
	width:100%;
    font-size: 15px;
	border-bottom:#e6ddd1 1px solid;
}
.guide_list ul li a {
    display: block;
    color: #462709;
    padding: 7px 10px 7px 24px;
    background: #f7f6f3;
	text-decoration: none !important;
}
.guide_list ul li a span {
    display: block;
    background-size: 6px 11px;
    padding-right: 10px;
}




/* First
===============================================================*/
#first{
    margin-bottom: 15px;
}

#first .pagetit{
    width: 100%;
    height: 0;
    padding-top: 56.4%;
    background: url(/sp/images2/guide/first_main.jpg) no-repeat 0 0;
    background-size: contain;
    border: none;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
/*    margin-top: 136px; */
    position: relative;
}

#first .pagetit h1{
    background: none;
    border: none;
    position: absolute;
    bottom: 30%;
    left: 20px;
    color: #fff;
    font-size: 5vw;
    width: 315px;
    font-family: 'Noto Sans JP';
}

#first .pagetit p{
    background: none;
    border: none;
    position: absolute;
    bottom: 6%;
    left: 50%;
    font-size: 2.4vw;
    transform: translateX(-50%);
    color: #fff;
    width: calc(100% - 40px);
    line-height: 1.5;
    font-family: 'Noto Sans JP';
}

#first section.area{
    padding: 30px 15px;
    margin-bottom: 5px;
}

#first section.area h2{
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
}
#first section.area h2 span{
    font-size: 25px;
    font-family: serif;
    position: relative;
    top: 2px;
}

#first section.area dl dt{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

#first section.area dl dt span{
    font-size: 22px;
    position: relative;
    top: 3px;
    font-family: serif;
}

#first section.area dl dd{
    color: #717171;
    margin-bottom: 20px;
    margin-left: 33px;
}

#first section.area dl dd.ph{
    width: 80%;
}

#first section.area dl dd.ph img{
    width: 100%;
}

#first section.area dl dd a{
    color: #a0a4a7;
}

#first section.area_1st{
    background: #eaf4fe;
}

#first section.area_1st h2,
#first section.area_1st dl dt{
    color: #3A92FF;
}

#first section.area_2nd{
    background: #f6f6f6;
}

#first section.area_2nd h2,
#first section.area_2nd dl dt{
    color: #44423B;
}

#first section.area_2nd a{
    text-decoration: underline;
}

#first section.area_3rd{
    background: #fefaf0;
}

#first section.area_3rd h2,
#first section.area_3rd dl dt{
    color: #e68b1f;
}


/* support
===============================================================*/
#support{
    margin-bottom: 15px;
/*    margin-top: 128px; */
}

#support .pagetit{
    width: 100%;
    height: 0;
    padding-top: 56.4%;
    background: url(/sp/images2/guide/support_main.jpg) no-repeat 0 0;
    background-size: contain;
    border: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

#support .pagetit h1{
    background: none;
    border: none;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 30px #fff;
    color: #646464;
    font-size: 6vw;
    letter-spacing: 0.05em;
    width: 160px;
}

#support .pagetit p{
    background: none;
    border: none;
    position: absolute;
    bottom: 9%;
    left: 50%;
    line-height: 1.3;
    font-size: 2.6vw;
    transform: translateX(-50%);
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    color: #646464;
    width: calc(100% - 40px);
}

#support .area{
    padding: 30px 15px;
    margin-bottom: 5px;
    background: #f6f6f6;
}

#support h2{
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    color: #44423B;
}
#support h2 span{
    font-size: 25px;
    font-family: serif;
    position: relative;
    top: 2px;
}

#support h2.second{
    margin: 30px 0 15px;
}

#support .area dl dt{
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    letter-spacing: -0.03em;
    margin-bottom: 2px;
}

#support .area dl dt{
    letter-spacing: -0.07em;
}

#support .area dl dt span{
    font-size: 22px;
    position: relative;
    top: 3px;
    font-family: serif;
}

#support .area dl dd{
    color: #717171;
    margin-bottom: 20px;
    margin-left: 33px;
}

#support .area dl dd.ph{
    width: 60%;
    margin: 0 auto 35px;
}

#support .area dl dd.ph_glo{
    width: 60%;
    margin: 0 auto 20px;
}

#support .area dl dd.ph img{
    width: 100%;
}

#support .area dl dd a{
    display: block;
    color: #a0a4a7;
}


#support .area2{
    background: #eaf4fe;
}
#support .area2 h2,
#support .area2 dl dt{
    color: #58a0fc;
}


#support .support_area{
    background: #fff6f0;
    padding-bottom: 50px;
}

#support .support02{
    background: #eef7ff;
}

#support .support03{
    background: #fefeed;
}

#support .support_area h3 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 25px;
	text-align: center;
}

#support .support_area .flexbox figure{
    margin: 0 0 15px;
    text-align: center;
}

#support .support_area .flexbox dl {margin-bottom: 20px;}

#support .support_area .flexbox dl dt{
	font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

#support .support_area .flexbox dl dd{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-left: 0;
}

#support .support_area p { font-size: 14px;}

#support p.contact a img{
    width: 100%;
}




/* Guide
===============================================================*/
/*
.guide {
    margin: 0 15px;
}
*/

.guide.faq {
    margin: 0 23px;
}

.guide img {
	width:100%;
	height:auto;
	vertical-align:top;
}

.guide h2 {
    color: #52381e;
    font-weight: normal;
    background: #f7f6f6;
    padding:3px 8px 3px;
    margin: 0 -23px 1em;
    font-size: 16px;
}
.guide h2.tokutei {
    padding: 3px 0 3px 5px;
    margin: 0 -5px 5px;
	border-bottom: #d9cec4 1px solid;
    background: none;
    /* font-weight: bold; */
    font-size: 14px;
}

.guide h3 {
/*    font-size: 16px;*/
    font-weight: normal;
	color: #52381e;
    padding: 3px 8px 3px;
    margin: 0 0px 5px;
	border-bottom: #d9cec4 1px solid;
}

.guide h4 {
    color: #52381e;
    margin-bottom: 5px;
}

.guide p {
    color: #525252;
}
.guide p a ,
.guide dl dd a {
    color: #525252;
	text-decoration:underline;
}
.guide p a.noborder ,
.guide dl dd a.noborder {
	text-decoration:none;
}

.guide .kome {
	display:block;
    text-indent: -1.3em;
    margin-left: 1.3em;
}
.guide .kome2 {
	display:block;
    text-indent: -1em;
    margin-left: 1em;
}

.guide p.ph {
    margin-top: 1em;
}

.guide p.oversea {
    margin-top: 1.5em;
	letter-spacing: -0.03em;
}
.guide p.oversea span {
    display: block;
    margin-bottom: 5px;
}

.guide dl{
    width: 100%;
    display: table;
}
.guide dl dt {
    display: table-cell;
    vertical-align: top;
    color: #525252;
    width: 88px;
}
.guide_can dl dt {
    width: 40px;
}
.guide dl dd {
    display: table-cell;
    vertical-align: top;
    color: #525252;
}

.guide_point dl dt {
    display: block;
	color: #52381e;
    width:100%;
}
.guide_point dl dd {
    display: block;
    width:100%;
    margin-bottom: 1em;
}

/*
.guide ul {
    margin-top: 1.5em;
}
.guide ul li {
    text-indent: -1em;
    margin-left: 1em;
    color: #525252;
}
*/

.guide .guide_inner {
    padding: 0 0px 26px;
}

.guide .guide_inner p span{
    font-weight: 600;
}

.guide .guide_inner p span.yellow{
    background: linear-gradient(transparent 50%, #fff476 50%);
}

.guide .mt {
	margin-top:1em;
}
.guide .mt_half {
	margin-top:0.5em;
}
.guide .no_mt {
	margin-top:0;
}
.guide .mb {
	margin-bottom:1em;
}



/* FAQ
===============================================================*/
.pagetit2 h1{
    font-size: 16px;
    margin: 20px 15px 15px;
    padding-bottom: 5px;
    font-weight: 500;
    color: #52381e;
    border-bottom: 1px solid #e6ddd1;
}

.faq h2 {margin: 0 0 1em;}

.faq p {margin: 0 8px;}

.faq p.kome2 {margin-left: calc(8px + 1em);}

.faq p.img {margin: 10px 8px;}

.faq .guide_index h3 {
	font-weight:bold;
}

.guide_index p.list_tl {
    color: #52381e;
    font-weight: 400;
    margin: 25px 0px 12px;
    padding-left: 8px;
    margin-bottom:12px;
    font-size: 16px;
}

.guide_index p.list_tl:first-of-type{
    margin-top: 0px;
}

.guide_index ul.faq_list {
    margin:-0.5em 0 30px;
}
.guide_index ul.faq_list_last {
    margin-bottom:60px;
}

.guide_index ul.faq_list li {
    margin: 0 0px 7px;
    text-indent: 0;
    background: #f5f5f5;
}
.guide_index ul.faq_list li a {
	display: block;
    color: #272727;
    padding:8px 8px 8px 8px;
	background-size:20px 6px;
    text-decoration: none;
}

.guide_inner h3{
    font-weight: 700;
    font-size: 14px;
}


a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}


.faq table {
    border-collapse: collapse;
    margin: 25px 8px;
}

.faq table th {
    font-size: 10px;
    color: #402001;
    background: #f5f2ed;
    border: 1px solid #e6ddd1;
    padding: 5px 7px 5px 15px;
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
}

.faq table td {
    color: #402001;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e6ddd1;
    padding: 10px 17px;
}

.faq table td.small1{
    border-right: none;
    padding: 5px 0;
}
.faq table td.small2{
    border-left: none;
    padding: 5px 0;
}




/* Privacy Policy
===============================================================*/
.privacy dl {
	margin-bottom:1em;
}
.privacy dl dt {
    width: 36px;
}

.privacy .security {
    margin:0 9px 50px;
}
.privacy .security p {
    margin: 0;
}
.privacy .security p.ph {
    width: 56%;
    margin: 0 auto 1em;
}




/* Company
===============================================================*/
.company .comtable {
	margin: 0 5px 40px;
}
.company .comtable table {
	width:100%;
    border: #cdc3ba 1px solid;
    border-bottom: none;
}
.company table tr th {
    width: 90px;
    background: #f9f5f1;
    border-bottom: #cdc3ba 1px solid;
    color: #454545;
	font-weight:normal;
}
.company table tr td {
	background:#FFFFFF;
    padding:7px 15px 7px 15px;
    color: #454545;
    border-bottom: #cdc3ba 1px solid;
}
.company table tr td a.border {
	text-decoration:underline;
}


.company .president {
    margin: 0 13px 40px;
    display: table;
}

.company .president .ph {
    text-align: center;
    width: 153px;
    margin: 0 auto 20px;
}
.company .president .ph p span {
    display: block;
    margin-top: 7px;
}

.company .president .txt p.sign {
    text-align: right;
    margin-top: 1em;
}


.company .staff {
    margin: 0 5px 20px;
	padding: 0 4px 20px;
    border-bottom: #c8bdb2 1px solid;
}
.company .staff:last-child {
    border-bottom:none;
}

.company .staff h3 {
	border: none;
    color: #525252;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.company .staff h3 span.small {
    font-size: 12px;
}

.company .staff .ph {
    width: 100%;
    display: table;
    margin-bottom: 1em;
}
.company .staff .ph p {
	display:table-cell;
	vertical-align:middle;
    width: 125px;
}
.company .staff .ph h3 {
	display:table-cell;
	vertical-align:middle;
	padding-left:18px;
}





/* Media
===============================================================*/
.pagetit h1.media_tit {
    color: #52381e;
    font-size: 16px;
    line-height: 22px;
    font-family: "A-OTF 新ゴ Pro M", A-OTF Shin Go Pro M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin: 30px 15px 20px;
    font-weight: 500;
    border-bottom: #d9d6d3 1px solid;
    padding-bottom: 5px;
}

.mediabox h2 {
    color: #52381e;
    font-weight: normal;
    margin: 0 15px 10px;
    border-bottom: #d9d6d3 1px solid;
    padding: 4px 4px 4px 0px;
    font-size: 16px;
}

.mediabox .media {
	width:100%;
	clear:both;
	overflow:hidden;
    padding:0 15px 10px 15px;
	box-sizing:border-box;
}
.mediabox .media ul {
	float: left;
    width: 32%;
    margin-bottom:20px;
    margin-right: 2%;
}

.mediabox .media ul.konkura {
    width: 83%;
}
.mediabox .media ul.three {
    margin-right: 0;
}
.mediabox .media ul.one {
    clear: left;
}

.mediabox .media ul li {
    line-height: 20px;
	color:#525252;
}
.mediabox .media ul li img {
	width:100%;
	height:auto;
    margin-bottom: 7px;
}

.mediabox .media ul li.btn {
    margin-top: 7px;
}
.mediabox .media ul li.btn a {
	display:block;
	width:44px;
	height:18px;
	text-indent:-9999px;
	background:url(/images2/media/sp_btn.jpg) no-repeat 0 0;
	background-size:44px 18px;
}





/* Contact
===============================================================*/
.contact {
    padding: 0 13px 40px;
    color: #525252;
}

.contact h2 {
    color: #52381e;
    font-weight: normal;
    padding: 3px 0 3px 5px;
    margin: 0 -5px 5px;
	border-bottom: #d9cec4 1px solid;
}

.contact p.kome {
    margin:1em 0 2em 1em;
    text-indent: -1em;
}
.contact p.kome a {
    color: #004f9f;
    text-decoration: underline;
}
/*
.contact p.tel {
    width: 65%;
    margin: 0 auto;
}
*/
.contact p.tel img {
    width: 100%;
	height:auto;
	vertical-align:top;
}

.contact dl {
    margin-bottom: 20px;
}

.contact dl dd input ,
.contact dl dd textarea {
    width: 100%;
    height: 27px;
    box-sizing: border-box;
	font-size: 16px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    border: #a8acad 1px solid;
    padding: 0 5px;
}
.contact dl dd textarea {
	font-family: Arial, sans-serif;
	height:150px;
    padding:5px;
}

.contact dl dd span.red {
    display: block;
    color: #cc3636;
    margin-top: 5px;
}


.contact .submit {
    padding: 0 0 30px;
}
.contact .submit p {
	text-align:center;
}

.contact .submit p a {
    display: block;
    text-indent: -9990px;
    width: 199px;
    height: 38px;
	margin:0 auto;
}
.contact .submit p a {
	background-size:199px 76px;
}





/* Contact Conf
===============================================================*/
.contact_conf {
    padding: 0 13px 40px;
    color: #525252;
}

.contact_conf dl {
	width:100%;
	margin:22px 0 28px;
}

.contact_conf dl dt {
/*	font-weight:bold;*/
}


.contact_conf ul.btns {
	width:100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.contact_conf ul.btns li {
    float: left;
    width: 48% !important;
}

.contact_conf ul.btns li a {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background: -moz-linear-gradient(to bottom, #ffad81, #f27a1e 52%, #ec6d0c);
    background: -webkit-gradient(to bottom, #ffad81, #f27a1e 52%, #ec6d0c);
    background: linear-gradient(to bottom, #ffad81, #f27a1e 52%, #ec6d0c);
}
.contact_conf ul.btns li a span {
    display: block;
    height: 38px;
    background-size: 17px 38px;
}

.contact_conf ul.btns li.back a {
    background: -moz-linear-gradient(to bottom, #ffffff, #eeece9);
    background: -webkit-gradient(to bottom, #ffffff, #eeece9);
    background: linear-gradient(to bottom, #ffffff, #eeece9);
	border: #b4ab9b 1px solid;
    box-sizing: border-box;
}
.contact_conf ul.btns li.back a span {
    background-size: 5px 9px;
}
.contact_conf ul.btns li.back a span.modoru {
    background-size: 48px 13px;
}


.contact_conf ul.btns li.send {
	float:right;
}
.contact_conf ul.btns li.send a span.soshin {
    background-size:113px 38px;
}





/* Contact End
===============================================================*/
.contact_end {
    margin:0 10px 50px;
    color: #525252;
}

.contact_end h2 {
    margin-bottom: 20px;
}
.contact_end p {
    margin-bottom: 1em;
}
.contact_end p a {
    text-decoration:underline;
}

.contact_end .submit {
	margin-top:30px;
}
.contact_end .submit p {
	text-align:center;
}

.contact_end .submit p.txtlink {
	margin-bottom:0;
}
.contact_end .submit p.txtlink a {
    color: #004f9f;
}
