@charset "utf-8";

/* =======================================

	style.css
	Last Up Date 2015/01/18

 -----------------------------------------
	INDEX
 -----------------------------------------
	0. common style
 
	1. #headerWrap, #header, #navContainer
	
	2. .wideImgWrap
	
	3. .cont
	
	4. #footerWrap
	
	5. //orderPage
	
	6. //inquiryPage
	
	7. //privacyPage
	
	8. Media Queries

========================================== */

body{
	background-color: #fff;
	color: #818181;
	font-size: 12px;
}

/*
 * a link
 */
a{
	color: #818181;
	text-decoration: underline;
}
a:visited {
	color: #818181;
	text-decoration: underline;
}
a:hover{
	color: #0BACC3;
	text-decoration: underline;
}
a.btn {
	text-decoration: none;
}
a.btn:visited {
	color: #fff;
	text-decoration: none;
}
a.btn:hover {
	color: #fff;
	text-decoration: none;
}

textarea {
	line-height: 1.5em;
	padding: 3px 6px;
	border-radius: 3px;
	border: solid 1px #ccc;
	font-size: 14px;
	color: #818181;
	margin-right: .5em;
	height: 7.5em;
}
textarea.wide {
	width: 100%;
	margin-right: 0;
}

input[type="text"] {
	line-height: 1.5em;
	padding: 3px 6px;
	border-radius: 3px;
	border: solid 1px #ccc;
	font-size: 14px;
	color: #818181;
	margin-right: .5em;
}
input[type="text"].wide {
	width: 100%;
	margin-right: 0;
}
input[type="text"].mid2 {
	width: 75%;
}
input[type="text"].mid1 {
	width: 50%;
}
input[type="text"].mid {
	width: 35%;
}
input[type="text"].short {
	width: 10em;
}
input[type="text"].min {
	width: 5em;
}
.inputSet {
	margin-right: 1em;
}
input[type="radio"] {
	margin-right: .5em;
}

a.iconHelp {
	padding: 6px;
	background-color: #0AAABE;
	display: inline-block;
	border-radius: 50%;
	font-size: 12px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-left: .5em;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
a.iconHelp:hover {
	background-color: #EFC84C;
}

img.stepFlowImg {
	margin-top: 30px;
}

/*
 * btn
 */
.pressBtn {
	display: inline-block;
}
.pressBtn a.btn {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	display: block;
	background-color: #0D99B2;
	-moz-box-shadow: 0px 5px 0px #066A78;
	-webkit-box-shadow: 0px 5px 0px #066A78;
	box-shadow: 0px 5px 0px #066A78;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#066A78,Positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#066A78,Positive=true);
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}
.pressBtn a.btn.type2 {
	background-color: #EFC84C;
	-moz-box-shadow: 0px 5px 0px #AF8526;
	-webkit-box-shadow: 0px 5px 0px #AF8526;
	box-shadow: 0px 5px 0px #AF8526;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#AF8526,Positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#AF8526,Positive=true);
}
.pressBtn.small a.btn.press {
	width: 180px;
	height: 45px;
	line-height: 45px;
}
.pressBtn.large a.btn.press {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.cont.btnContainer.btn2 {
	margin: 40px auto 85px;
}
.cont.btnContainer.btn2 .pressBtn {
	width: 600px;
	margin: 0 auto;
}
.cont.btnContainer.btn2 .pressBtn a.btn {
	float: left;
}
.cont.btnContainer.btn2 .pressBtn a.btn.right {
	margin-left: 60px;
}

/*
 * pageLinkNext
 */
.pageLinkNext {
	position: absolute;
	left: 50%;
	bottom: -24px;
}
.pageLinkNext img {
	margin-left: -24px;
}

/*
 * contWrap cont
 */
.contWrap {
	width: 100%;
	min-width: 1020px;
	background-color: #fff;
}
.contWrap.gray {
	background-color: #F3F3F3;
}
.contWrap.faq {
	background-color: #9AAABE;
}
.contWrap.order {
	/* background-color: #EFC84C; */
	background-color: #9AAABE;
}
.contWrap.kiyaku,
.contWrap.privacy {
	background-color: #D6CEC8;
}
.cont {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}

/*============================
#headerWrap
============================*/
#headerWrap {
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	background-color: rgba(255,255,255,0.9);
}


/*============================
#header
============================*/
#header {
	background-color: #0D99B2;
	height: 30px;
}
#header .head {
	width: 1020px;
	margin: 0 auto;
	color: #fff;
	line-height: 30px;
}
#header .head a.btn.login {
	float: right;
	display: inline-block;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #EFC84C;
	color: #fff;
}

/*============================
#navContainer
============================*/
#navContainer {
	width: 1020px;
	margin: 0 auto;
	padding: 19px 0 36px;
}
#navContainer .logo {
	float: left;
}
#navContainer .nav {
	float: left;
	margin: 22px 0 0 36px;
}
#navContainer .nav li {
	float: left;
	height: 30px;
	border-right: solid 1px #AAA;
}
#navContainer .nav li.right {
	border-right: none;
}
#navContainer .nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#navContainer .nav li.right a {
	color: #EFC84C;
}
#navContainer .pressBtn {
	float: right;
	margin-top: 12px;
}

/*============================
#strong.wideImgWrap
============================*/
.wideImgWrap {
	text-align: center;
	background-size: cover;
}
.wideImgContainer {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#strong.wideImgWrap {
	margin-top: 142px;
	height: 462px;
	background: url('../img/top/wideImgWrap1_bg.png') no-repeat top center;
	background-size: cover;
	min-width: 1020px;
}
#strong.wideImgWrap .wideImgContainer {
	height: 462px;
}
#strong.wideImgWrap .wideImgContainer .ttlWrap {
	position: absolute;
	top: 85px;
	left: 45px;
	text-align: left;
}
#strong.wideImgWrap .wideImgContainer .ttlWrap .pressBtn {
	margin-top: 40px;
}

/*
#strong.wideImgWrap .wideImgContainer .imgBox {
	position: absolute;
	top: 48px;
	left: 50%;
}
*/
/*
#strong.wideImgWrap .wideImgContainer .imgBox {
	position: absolute;
	top: 48px;
	left: 50%;
	width: 510px;
	height: 393px;
}
#strong.wideImgWrap .wideImgContainer .imgBox .imgBoxIn {
	overflow: visible;
	height: 100%;
}
#strong.wideImgWrap .wideImgContainer .imgBox span.imgBoxImg:before {
	content: " ";
	background-image: url('../img/top/wideImgWrap1_imgBox.png');
	background-repeat: no-repeat;
	background-size: 681px 393px;
	height: 393px;
	width: 681px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
*/

#flow.wideImgWrap {
	height: 350px;
	background: url('../img/top/wideImgWrap2_bg.png') no-repeat top center;
	background-size: cover;
	min-width: 1020px;
}
#flow.wideImgWrap .wideImgContainer {
	height: 350px;
}
#flow.wideImgWrap .wideImgContainer .ttlWrap {
	position: absolute;
	top: 113px;
	left: 0;
	text-align: left;
}

#price.wideImgWrap {
	height: 350px;
	background: url('../img/top/wideImgWrap3_bg.png') no-repeat top center;
	background-size: cover;
	min-width: 1020px;
}
#price.wideImgWrap .wideImgContainer {
	height: 350px;
}
#price.wideImgWrap .wideImgContainer .ttlWrap {
	position: absolute;
	top: 108px;
	left: 0;
	text-align: left;
}

/*============================
#cont1.cont
============================*/
#cont1.cont {
	padding: 80px 0;
}
#cont1.cont .txt {
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.8em;
}

/*============================
#point3
============================*/
#point3 {
	padding: 40px 0;
}
#point3 .col3 {
	width: 821px;
	margin: 0 auto;
}
#point3 .col3 li {
	float: left;
	width: 221px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 120px;
}
#point3 .col3 li.list1 {
	background-image: url(../img/top/icon01.png);
}
#point3 .col3 li.list2 {
	background-image: url(../img/top/icon02.png);
	margin: 0 79px;
}
#point3 .col3 li.list3 {
	background-image: url(../img/top/icon03.png);
}
#point3 .col3 li .ttl {
	font-size: 20px;
	color: #0AAABE;
	margin: 20px 0 18px;
}
#point3 .col3 li .txt {
	line-height: 1.8em;
}

/*============================
#cont2.cont
============================*/
#cont2.cont {
	padding: 80px 0;
}
#cont2.cont .txt {
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.8em;
}

/*============================
#step3
============================*/
#step3 {
	padding: 40px 0;
}
#step3 .col4 {
	width: 1020px;
	margin: 0 auto;
}
#step3 .col4 li {
	float: left;
}
#step3 .col4 li .txt {
	width: 222px;
	margin-top: 20px;
	line-height: 1.8em;
	text-align: left;
}
#step3 .col4 li.list4 .txt {
	color: #0C99B2;
}
#step3 .stepTerm {
	text-align: left;
	margin: 20px 0 0 100px;
}

/*============================
#cont3.cont
============================*/
#cont3.cont {
	padding: 80px 0 0;
}
#cont3.cont .ttl {
	text-align: left;
}
#cont3.cont .txt {
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.8em;
}

/*============================
table.charge
============================*/
table.charge {
	width: 100%;
	border-collapse: collapse;
}
table.charge th,
table.charge td {
	border: solid 2px #fff;
}

table.charge thead #thHead {
	vertical-align: top;
	padding-top: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
}
table.charge thead #thHead p {
	width: 375px;
	font-size: 14px;
	line-height: 1.8em;
}

table.charge thead #thHead1 {
	border-top: none;
	border-left: none;
	background-color: #EFC84C;
}
table.charge thead #thHead2 {
	border-top: none;
	border-right: none;
	background-color: #9AAABE;
}
table.charge thead #thHead1,
table.charge thead #thHead2 {
	vertical-align: top;
}

table.charge tbody {
	font-size: 16px;
}
table.charge tbody th,
table.charge tbody td {
	padding: 17px 30px;
}
table.charge tbody .thCell {
	border-left: none;
	border-right: none;
}
table.charge tbody .thCell_L {
	border-left: none;
}
table.charge tbody .thCell_R {
	border-right: none;
	text-align: left;
}
table.charge tbody .thCell,
table.charge tbody .thCell_L,
table.charge tbody .thCell_R {
	background-color: #E3E3E3;
}
table.charge tbody .chargeNum {
	border-left: none;
	border-right: none;
}
table.charge tbody .chargeNum_L {
	border-left: none;
}table.charge tbody .chargeNum_R {
	border-right: none;
}
table.charge tbody .chargeNum,
table.charge tbody .chargeNum_L,
table.charge tbody .chargeNum_R {
	background-color: #F3F3F3;
}
table.charge tbody tr td.thSub.thCell {
}
table.charge tbody tr th.thCell span.subTxt {
	margin-left: 1em;
	font-size: 12px;
	color: #0C99B2;
}

/*============================
.chargeCautionContainer
============================*/
.chargeCautionContainer {
	width: 960px;
	padding: 17px 30px;
	background-color: #D6CEC8;
	text-align: left;
}
.chargeCautionContainer .chargeCautionTxt li {
	line-height: 1.8em;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 0.6em;
}
.chargeCautionContainer .chargeCautionTxt li.top {
	margin-top: 0;
}

/*============================
#cont4.cont
============================*/
.contWrap.faq {
	position: relative;
}
#cont4.cont {
	padding: 80px 0;
}
#cont4.cont .ttl {
	font-size: 30px;
	color: #fff;
}
#cont4.cont .txt {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}

/*============================
#cont5.cont
============================*/
#cont5.cont {
	padding: 40px 0 0;
}
#cont5.cont .ttl {
	font-size: 30px;
	color: #fff;
}
#cont5.cont .txt {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}

/*============================
.faqList
============================*/
.faqList {
	text-align: left;
	cursor: pointer;
}
.faqList {
	background-color: #F5F5F5;
	margin-bottom: 20px;
}
.faqList .qestTxt {
	font-size: 16px;
	padding: 20px 30px 20px 60px;
	line-height: 1.8em;
}
.faqList .qestTxt:before {
	content: "Q";
	display: inline-block;
	margin: 0 20px 0 -30px;
}
.faqList .ansTxt {
	display: none;
	font-size: 16px;
	padding: 10px 30px;
	line-height: 1.8em;
	background-color: #fff;
	border: solid 30px #F5F5F5;
	border-top: none;
}

/*============================
#footerWrap #footer
============================*/
#footerWrap {
	background-color: #065F6D;
	padding: 40px 0 80px;
	min-width: 1020px;
}
#footer {
	width: 1020px;
	margin: 0 auto;
}
.contentsLink {
	float: left;
	margin-left: 30px;
	width: 222px;
}
.contentsLink li {
	line-height: 1.8em;
}
.contentsLink li:before {
	content: "-";
	color: #fff;
	padding-right: 1em;
}
.contentsLink li a {
	color: #fff;
	text-decoration: none;
}
.contentsLink li.ttl {
	font-size: 14px;
}

/*============================
#addressWrap address
============================*/
#addressWrap {
	width: 100%;
	min-width: 1020px;
	height: 60px;
	background-color: #0A3A44;
}
#addressWrap address {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	color: #fff;
}




/*============================
// orderPage
============================*/
#orderCont {
	margin-top: 142px;
}
#orderPage_cont1 {
	padding: 80px 0;
}
#orderPage_cont1.cont .txt {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}

#orderPage_cont2 {
	padding: 40px 0 0;
}

#orderPage .selfChkContainer {
	width: 960px;
	padding: 37px 30px;
	background-color: #F3F3F3;
	text-align: left;
	font-size: 14px;
}

#orderPage .selfChkContainer .selfChkTtl {
	font-size: 20px;
	color: #0AAABE;
	margin: 0 0 10px;
}
#orderPage .selfChkContainer p.txt {
	color: #0AAABE;
	margin-bottom: 30px;
}
#orderPage .selfChkContainer .selfChkList li {
	/* font-size: 16px; */
	line-height: 1.4em;
	margin-bottom: 5px;
}
#orderPage .selfChkContainer .selfChkList li label {
	display: table;
}
#orderPage .selfChkContainer .selfChkList li input[type="checkbox"] {
	display: table-cell;
	margin-right: 15px;
}
#orderPage .selfChkContainer .selfChkList li .chkTxt {
	display: table-cell;
}
#orderPage .selfChkContainer .selfChkList li .subTxt {
	display: block;
}

.agreementCont {
	margin: 40px auto 85px;
	font-size: 16px;
	line-height: 1.8em;
}
.agreementCont input[type="checkbox"] {
	margin-right: 15px;
}

.cautionListContainer {
	width: 960px;
	padding: 30px;
	margin-bottom: 85px;
	background-color: #D6CEC8;
	text-align: left;
}
.cautionListTtl {
	font-size: 16px;
}
.cautuonListLeft {
	float: left;
	width: 465px;
	padding-right: 15px;
}
.cautuonListRight {
	float: right;
	width: 420px;
	padding: 15px 30px 30px;
	background: #F3F3F3;
}
.cautuonList .listType {
	line-height: 1.8em;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.cautuonList p {
	font-weight: bold;
	margin: 16px 0 8px;
}

.orderTableContainer {
	width: 960px;
	padding: 37px 30px 0;
	text-align: left;
}
.orderTableContainer .orderTableTtl {
	font-size: 20px;
	color: #0AAABE;
	margin: 0 0 10px;
}
.orderTableContainer p {
	color: #0AAABE;
	font-size: 14px;
	margin-bottom: 30px;
}
.orderTableContainer table.order {
	font-size: 16px;
	width: 960px;
	table-layout: auto;
}
.orderTableContainer table.order th .thTtl,
.orderTableContainer table.order td {
	padding: 17px 30px 17px 0;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
.orderTableContainer table.order tr.bg td {
	background-color: #F3F3F3;
}
.orderTableContainer table.order td.ttl {
	padding-left: 16px;
	width: 274px;
}
.orderTableContainer table.order th .thTtl {
	padding-left: 15px;
	font-size: 16px;
	border-left: solid 1px #0AAABE; 
	color: #0AAABE;
	margin-top: 30px;
}
.orderTableContainer table.order th.top .thTtl {
	margin-top: 0;
}

.orderTableContainer table.order .iconCaution {
	float: right;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #D6101F;
	border-radius: 3px;
	padding: 1px 6px;
}
.orderTableContainer table.order .subTxt {
	font-size: 12px;
}
.orderTableContainer table.order .dispBlk {
	display: block;
}
.orderTableContainer table.order .cautionTxt {
	font-size: 12px;
	color: #0AAABE;
	display: block;
	margin-top: 5px;
}




/*============================
// inquiryPage
============================*/

.orderTableContainer table.order .iconCaution.type2 {
	background-color: #0D99B2;
}




/*============================
// privacyPage
============================*/

#privacyCont {
	margin-top: 142px;
}
#privacyPage_cont1 {
	padding: 40px 0;
}
#privacyPage_cont1 h3.ttl {
	font-size: 24px;
	color: #fff;
}
#privacyPage_cont1.cont .txt {
	font-size: 14px;
	margin-top: 5px;
	color: #fff;
}
#privacyPage_cont2 {
	padding: 40px 0;
	text-align: left;
	font-size: 14px;
	width: 960px;
}
#privacyPage_cont2 p.ttl {
	font-size: 14px;
}
#privacyPage_cont2 h4.ttl {
	font-size: 16px;
	margin-top: 2em;
}
#privacyPage_cont2 h4.ttl.top {
	margin-top: 0;
}
#privacyPage_cont2 p.txt {
	margin-top: 1em;
	line-height: 1.8em;
	padding: 0 2.3em;
}
#privacyPage_cont2 h5.ttl {
	margin-top: 2em;
	font-size: 16px;
	border-top: solid 1px #ccc;
	padding-top: .8em;
}
table.privacy {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}
table.privacy th,
table.privacy td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
}
table.privacy th {
	background-color: #F3F3F3;
}

.privacyContactContainer {
	width: 960px;
	padding: 30px;
	margin-bottom: 85px;
	background-color: #F3F3F3;
	text-align: left;
}
.privacyContactTtl {
	font-size: 16px;
}
.privacyContactContainer p.txt {
	font-size: 14px;
	margin: 0 0 16px;
}
.privacyContactContainer dl {
	padding: 18px 30px;
	background-color: #fff;
}
.privacyContactContainer dl dt {
	font-weight: bold;
	margin: 0 0 .5em;
}
.privacyContactContainer dl dd {
	margin-bottom: 1em;
}
.privacyContactContainer dl dd.last {
	margin-bottom: 0;
}
.txtSign {
	text-align: right;
	font-size: 14px;
	margin-bottom: 40px;
	width: 960px;
}




/*============================
// companyPage
============================*/

#companyCont {
	margin-top: 142px;
}
#companyPage_cont1 {
	padding: 40px 0;
}
#companyPage_cont1 h3.ttl {
	font-size: 24px;
	color: #fff;
}
#companyPage_cont2 {
	padding: 40px 0 0;
	text-align: left;
	font-size: 14px;
	width: 960px;
	margin-bottom: 85px;
}
table.company {
	font-size: 16px;
	width: 960px;
	table-layout: auto;
	border-collapse: collapse;
}
table.company th.ttl {
	padding-left: 16px;
	width: 224px;
}
table.company th.ttl,
table.company td {
	padding: 17px 30px 17px 16px;
	/* border-top: solid 1px #ccc; */
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
table.company tr.bg th,
table.company tr.bg td {
	background-color: #F3F3F3;
}




/*============================
// tokusyouhouPage
============================*/

#tokusyouhouCont {
	margin-top: 142px;
}
#tokusyouhouPage_cont1 {
	padding: 40px 0;
}
#tokusyouhouPage_cont1 h3.ttl {
	font-size: 24px;
	color: #fff;
}
#tokusyouhouPage_cont2 {
	padding: 40px 0 0;
	text-align: left;
	font-size: 14px;
	width: 960px;
	margin-bottom: 85px;
}
table.tokusyouhou {
	font-size: 16px;
	width: 960px;
	table-layout: auto;
	border-collapse: collapse;
}
table.tokusyouhou th.ttl {
	padding-left: 16px;
	width: 224px;
}
table.tokusyouhou th.ttl,
table.tokusyouhou td {
	padding: 17px 30px 17px 16px;
	/* border-top: solid 1px #ccc; */
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
table.tokusyouhou tr.bg th,
table.tokusyouhou tr.bg td {
	background-color: #F3F3F3;
}




/*============================
// kiyakuPage
============================*/

#kiyakuCont {
	margin-top: 142px;
}
#kiyakuPage_cont1 {
	padding: 40px 0;
}
#kiyakuPage_cont1 h3.ttl {
	font-size: 24px;
	color: #fff;
}
#kiyakuPage_cont1.cont .txt {
	font-size: 14px;
	margin-top: 5px;
	color: #fff;
}
#kiyakuPage_cont2 {
	padding: 40px 0;
	text-align: left;
	font-size: 14px;
	width: 960px;
}
#kiyakuPage_cont2 p.ttl {
	font-size: 14px;
}
#kiyakuPage_cont2 h4.ttl {
	font-size: 16px;
	margin-top: 2em;
}
#kiyakuPage_cont2 h4.ttl.top {
	margin-top: 0;
}
#kiyakuPage_cont2 p.txt {
	margin-top: 1em;
	line-height: 1.8em;
	padding: 0 2.3em;
}
#kiyakuPage_cont2 h5.ttl {
	margin-top: 2em;
	font-size: 16px;
	border-top: solid 1px #ccc;
	padding-top: .8em;
}
table.kiyaku {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}
table.kiyaku th,
table.kiyaku td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
}
table.kiyaku th {
	background-color: #F3F3F3;
}

.kiyakuContactContainer {
	width: 960px;
	padding: 30px;
	margin-bottom: 85px;
	background-color: #F3F3F3;
	text-align: left;
}
.kiyakuContactTtl {
	font-size: 16px;
}
.kiyakuContactContainer p.txt {
	font-size: 14px;
	margin: 0 0 16px;
}
.kiyakuContactContainer dl {
	padding: 18px 30px;
	background-color: #fff;
}
.kiyakuContactContainer dl dt {
	font-weight: bold;
	margin: 0 0 .5em;
}
.kiyakuContactContainer dl dd {
	margin-bottom: 1em;
}
.kiyakuContactContainer dl dd.last {
	margin-bottom: 0;
}
#kiyakuPage .txtSign {
	margin-bottom: 85px;
}

/*============================
// manualPage
============================*/

#manualCont {
	margin-top: 142px;
}
#manualPage_cont1 {
	padding: 40px 0;
}
#manualPage_cont1 h3.ttl {
	font-size: 24px;
	color: #fff;
}
#manualPage_cont2 {
	padding: 40px 0 0;
	text-align: left;
	font-size: 14px;
	width: 960px;
	margin-bottom: 85px;
}
#manualListBox{
	margin: 1rem 0;
}
.manualList{
	list-style-type: disc;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 3rem;
}
#manualInfo{
	margin: 2rem 0;
	border: solid 1px #aaa;
	padding: 1rem;
	margin: 2rem 0;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);

}h4{
	font-weight: bold;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-shadow: 1px 1px 0 black;
}
h5{
	margin-top: 1rem;
	margin-bottom: 0.2rem;
	font-weight: bold;
}
h5 + p{
	margin-top: 0;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}
.contentBox{
	border: solid 1px #aaa;
	padding: 1rem;
	margin: 2rem 0;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);

}
.url{
	word-wrap: break-word;
	font-size: 1.2rem;
	font-family: 'Bitter', serif;
}
div.flex{
	width: 85%;
	margin: auto;
}
li{
	font-size: 0.8rem;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
div.flex ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.flex ul li.cell_1{
	box-sizing: border-box;
	flex: 1;
	border :1px solid #ccc;
	border-top: none;
	border-right: none;
	text-align: center;
	word-break : break-all;
}
div.flex ul li.cell_2{
	box-sizing: border-box;
	flex: 3;
	border :1px solid #ccc;
	border-top: none;
	font-weight: bold;
	padding: 0.2rem;
	word-break : break-all;
}
div.flex ul li.cell_3{
	box-sizing: border-box;
	flex: 2;
	border :1px solid #ccc;
	border-top: none;
	border-left: none;
	padding: 0.2rem;
	word-break : break-all;
}
div.flex ul li.cell_4{
	box-sizing: border-box;
	flex: 7;
	border :1px solid #ccc;
	border-top: none;
	border-left: none;
	padding: 0.2rem;
	word-break : break-all;
}
div.flex ul li.cell_5{
	box-sizing: border-box;
	flex: 2;
	border :1px solid #ccc;
	border-top: none;
	border-left: none;
	text-align: center;
	padding: 0.2rem;
	word-break : break-all;
	font-size: 0.6rem;
}
div.flex ul li.cell_6{
	box-sizing: border-box;
	flex: 1;
	border :1px solid #ccc;
	border-top: none;
	border-left: none;
	text-align: center;
	padding: 0.2rem;
	word-break : break-all;
	font-size: 0.6rem;
}
div.flex ul.th li{
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 0.8rem;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
.paraP li{
	color: white;
	text-shadow: 1px 1px 1px black;
	background: #FDD835;
}
.paraR li{
	color: white;
	text-shadow: 1px 1px 1px black;
	background: #009688;
}
.paraI li{
	color: white;
	text-shadow: 1px 1px 1px black;
	background: #ff80ab;
}
.list_item{
	display:list-item;
	list-style-type: square;
	margin-left: 1.5rem;
}
.text-indent{
	text-indent: 1rem;
	padding: 0.5rem;
}
/*エディタ風*/
ol.code-writer{ /* クラス名は任意（以下同）*/
	position:relative;
	margin-left: 0px;
	padding:10px 20px 10px 45px;
	border:none;
	background:#2F3437;
}
ol.code-writer li{ /* 行番号とコードの間のライン */
	padding-left:15px;
	border-left:1.5px solid #000000;
	color: #fff;
	list-style-type: decimal;
}
.border_URL{
	border-bottom: solid 2px #ff80ab;
}
.border_HENSU{
	border-bottom: solid 2px #4dd0e1;
}
.border_ATAI{
	border-bottom: solid 2px #fdd835;
}
.edit_URL{
	color: #ff80ab;
}
.edit_HENSU{
	color: #4dd0e1;
}
.edit_ATAI{
	color: #fdd835;
}
.edit_comment{
	color: #a9a9a9;
}
.strong{
	color: #ef5350;
}
.border_strong{
	border-bottom: solid 2px #ef5350;
}
.edit_method{
	color: #cddc39;
}
.border_method{
	border-bottom: solid 2px #cddc39;
}
.border_POST{
	border-bottom: solid 2px #FDD835;
}
.border_reParam{
	border-bottom: solid 2px #009688;
}
.edit_POST{
	color: #FDD835;
}
.edit_reParam{
	color: #009688;
}




/*============================
// Media Queries
============================*/

@media screen and (max-width: 1019px) {
	#headerWrap {
		width: 1020px;
		position: static;
	}
	#strong.wideImgWrap {
		margin-top: 0;
	}
}




