@charset "utf-8";

/* reset */
*{
    box-sizing:border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: bottom;
}



body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
}


html,body{
   width: 100%;
}


.mr50 {
	margin-right: 50px;
}

header {
	margin: 0 auto;
}


a:link {
    text-decoration:none;
	 color: #003a75;
}
a:visited {
    text-decoration:none;
	 color: #003a75;
}
a:hover {
    text-decoration:none;
	 color: #003a75;
}

a:hover img {opacity: 0.7;
}

.baseline {
  vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6{
 margin: 0;
}


p {
	line-height: 1.7em;
	text-align: center;
}

ol, ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* reset　end */

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}


/* チェックマーク付き見出し */
.checkmark {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 2.0;
color: #5ab9ff;
font-size: 20px;
}

.checkmark:before{ font-family: "Font Awesome 5 Free";
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/
}

/* フォント */
.HanSerif{
 font-family: "SourceHanSerif-Medium", sans-serif;
}


.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}


.font16 {
	font-size: 16px;
}

.font115 {
	font-size: 115%;
}

.font150 {
	font-size: 150%;
	font-weight: bold;
}
.font170 {
	font-size: 170%;
}
.font40 {
	font-size: 40px;
}
.font38px {
	font-size: 38px;
}
.fontred38px {
	font-size: 40px;
		color: #FF0004;
}
.font60 {
	font-size: 60px;
}

.fontwhite {
color: #FFFFFF;
}
.fontred {
	color: #D70205;
}

.orange_30 {
	font-size: 30px;
	color: #e95513;
}
.fontredbold {
	color: #FF0004;
	font-weight: bold;
}

.fontblue {
	color: #308BF8;
}

.fontgreen {
	color: #1E8A0D;
}

.fontyellow {
	color: #ae9c4c;
}

.fontbluebold {
	color: #308BF8;
	font-weight: bold;
}

.yellowmaker {
	background-color: #ffff00;
}

.bold {
	font-weight: bold;
}

.keshisen {
	text-decoration: line-through;
}
/* フォントここまで */

.mt50 {
	margin-top: 50px;
}

.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb5 {
	margin-bottom: 5px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}
.line {
	border-bottom: #000000 1px dotted;
	width: 100%;
}

.doubleline {
	margin: 0 auto;
	width: 500px;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	font-size: 32px;
}


.text_center {
	text-align: center;
}

.redtext {
	color: #D70205;
	font-size: 30px;
	font-weight: bold;
	vertical-align: -2%;
}
.redtext_pdf {
	font-size: 20px;
	color: #D70205;
	vertical-align: -2%;
}

.blue_30 {
 color: #000;
 font-size: 30px;
	font-weight: bold;
}
.blue_30_1 {
 color: #003a75;
 font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}


.blue_25 {
 color: #003a75;
 font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
}

.text_left {
	text-align: left;
}



.flex {
	display: flex;
}

.flex_around{
	display: flex;
	justify-content: space-around;
}



.gaiyowaku {
	text-align: left;
}

.gaiyowaku table { width: 100%;
	line-height: 1.5em;
}
.gaiyowaku th, .gaiyowaku td  { padding: 10px; border: 1px solid #ddd; }
.gaiyowakutd  { background: #eeeeee; width: 300px;}
.gaiyowaku th  { width: 30%; text-align: left; 
}
.form-a {
	width: 80%;
}

header,footer {
	background: #eee9e0;
	text-align: center;
	width: 100%;
	color: #000;
	font-size: 25px;
	padding: 50px 0px 20px;
}
.uv03 {
	padding: 50px 0px 20px;
}
.uv03_inner{
	width: 800px;
	margin: 0 auto;	
	padding: 50px 0 30px;
}
.uv02 {
	background: #eee9e0;
	padding: 50px 0px 50px;
}
.uv02_inner{
	width: 800px;
	margin: 0 auto;	
	border: #000000 1px solid;
	padding: 50px;
}
.hajimemasita{ 
	width: 100%; 
	height: 100%;
}

/* 画面外にいる状態 */

.fade-up {
  transition: opacity 1s;
  transition: transform 1s;
}

.h2_orange {
	font-size: 40px;
	font-weight: bold;
	color: #e95513;
}

.textbox {
	padding: 20px 0;
	
}

.uv {
	text-align: center;
	margin: 50px auto;
}

.info {
	border-radius:10px;
	padding: 50px 10px;
	width: 500px;
	margin: 10px auto;
	border: #003a75 1px solid;
}

/*=========================追加分=========================*/
.container{
	width:1000px;
	margin:0 auto;
}

.in-container{
	width:800px;
	margin:0 auto;
}

.poster-area{
	padding-bottom:100px;
}
.poster-area li{
	border-bottom:1px solid #555;
	padding:50px 100px;
	display:flex;
	justify-content: space-between;
}

.poster-area li:first-child{
border-top:1px solid #555;
}

.poster-area li:last-child{
	border-bottom:none;
	}
	

.left , .right{
	width:47%;
}

.right p{
	text-align:left !important;
}

.right h1{
	font-size:30px;
	font-weight:bold;
}

.right h2{
	margin-top:5px;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
}

.right h2 span{
	display:block;
	font-weight:normal;
	font-size:14px;
	color:red;
	margin-top:5px;
	line-height:1.6em;
}

.right .content{
	margin-top:25px;
}

.right h3{
	margin-top:2.5px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}

.explain{
	font-size:14px !important;
	line-height:1.4em;
}

.explain span{
	color:red;
}

.left p img{
	width:100%;
}

.cartjs_product_table table{
	width:100% !important;
}

.cartjs_cart_in input{
	width:100% !important;
	border-radius:0px !important;
	background:#333 !important;
	font-weight:bold !important;
}

.cartjs_box{
	padding-bottom:0px !important;
}

.download-area{
	background: #eee9e0;
	padding: 50px 0px 50px;
}

.download-area h1{
	font-size:26px;
	margin-bottom:15px;
	text-align:center;
}

.download-area ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:50px;
}

.download-area li{
	width:30%;
	margin-bottom:50px;
}

.download-area li a{
	display:block;
	width:200px;
	margin:15px auto;
	text-align:center;
	background:#fff;
	color:#353535;
	font-weight:bold;
	font-size:16px;
	padding:10px 20px;
	border:2px solid #c7000a;
}

.download-area ul li img{
	width:100%;
}

footer{
	background:#E1D000;
	padding:40px;
}

footer img{
	max-width:471px;
}

footer small a{
	font-size:16px;
	display:block;
	color:#353535 !important;
}
/*=======================================================*/

@media screen and (max-width:485px) {

	
body {
    margin:0 auto;
	padding: 10px;
	font-size: 12px;
	}
	
.gaiyo th,
.gaiyo td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo tr:first-child th { 
	border-top: 1px solid #ddd;
	}

.gaiyo2 th,
.gaiyo2 td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo2 tr:first-child th { 
	border-top: 1px solid #ddd;
	}
	

img {
	max-width: 100%;
	height: auto;
	}

header,nav,div,article,section,footer,.uv02_inner,.uv03_inner{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	}
.info {
	border-radius:10px;
	padding: 50px 10px;
	width: 100%;
	margin: 10px auto;
	border: #003a75 1px solid;
}

img {
	width: 70%;
	height: auto;
	}
.h2_orange {
	font-size: 25px;
	font-weight: bold;
	color: #e95513;
}
.blue_30 {
 color: #003a75;
 font-size: 20px;
	font-weight: bold;
}
.blue_30_1{
 color: #003a75;
 font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}
	
.blue_25 {
 color: #003a75;
 font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}
.w150 {
	width: 100%;
	height: auto;
	}
.uv02_inner,.uv03_inner {
		padding: 10px;
	}
.mt50 {
	margin-top: 20px;
	}
header,footer {
	font-size: 20px;
	padding: 30px 0px 20px;
}
.uv03,.uv02 {
	padding: 30px 0px 20px;
}
.redtext {
	font-size: 18px;
}
.mt20 {
	margin-top: 10px;
}

/*=============追加分==========*/

.container,.in-container {
	width: 100%;
	margin: 0 auto;
}

.poster-area li {
	border-bottom: 1px solid #555;
	padding: 30px 10px;
	display: block;
	justify-content: space-between;
}
.poster-area li .left,.poster-area li .right{
	width:100%;
	text-align:left !important;
}

.right h1 {
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

.right .content {
	margin-top: 15px;
	font-size:14px;
}

.right br {
	display:none;
}

.poster-area {
	padding-bottom: 20px;
}

.right h3 {
	margin-top: 2.5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.in-container{
	padding:10px;
}

.download-area h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

.download-area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.download-area li {
	width: 48%;
	margin-bottom: 20px;
}

.download-area li a {
	display: block;
	width: 100%;
	margin: 15px auto;
	text-align: center;
	background: #fff;
	color: #353535;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 20px;
	border: 2px solid #c7000a;
}

.download-area {
	background: #eee9e0;
	padding: 50px 0px 0px;
}

footer {
	padding: 10px 10px 10px;
}

footer small a{
	margin-top:10px;
	font-size:12px;
}

/*=============================*/
}
