@charset "utf-8";
html{
/*overflow-x: hidden;*/
}
/* ボディ設定*/
body {
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
 	font-size: 18px;
	line-height: 26px;
	color: #000000;
  	text-align:left;
  	margin: 0;
  	padding: 0;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl, dt, dd{
  	margin: 0;
  	padding: 0;
}
li img,dt img,dd img{
	vertical-align:bottom;
}
ol, ul {
	list-style:none;
}
img{
	max-width: 100%;
	height: auto;
	border:0px;
	vertical-align:middle;
	transition: 1.0s ;
}
a:hover img{
    opacity: 0.7;
}
* {
	box-sizing: border-box;
}

/* リンクの色 */
A {
	COLOR: #003b82;
	text-decoration: none;
}
A:link {
	COLOR: #003b82;
}
A:visited {
	COLOR: #003b82;
}
A:active {
	COLOR: #547cab;
}
A:hover {
	COLOR: #547cab;
}

/*Clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*全体の枠
---------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	background-color: #fff;
	border-top: 10px solid #0b104c;
	border-bottom: 10px solid #0b104c;
	padding: 20px 0;
}

/* 下からふわ
---------------------------------------------------------------------------*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*スクロールアップ*/
.scroll_up {
  transition: 1.0s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* 写真(画像)にキラリと光る効果
---------------------------------------------------------------------------*/
.reflection img{
vertical-align: bottom; /* 画像の下に余白ができないように */
}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*ヘッダー
---------------------------------------------------------------------------*/
.header-box{
	width: 1200px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 1300px) {
.header-box{
	width:96%;
    text-align: center;
}
}
h1{
	margin: 0;
}

/*メイン画像
---------------------------------------------------------------------------*/
.main-photo-box{
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.dsp_pc{}
.dsp_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .dsp_pc{
        display: none;
    }
    .dsp_sp{
        display: inline;
    }
}
/*フッダー
---------------------------------------------------------------------------*/
.footer-box{
	width: 100%;
	margin: 50px auto 20px;
	padding-top: 30px;
	text-align: center;
	border-top: 5px solid #0b104c;
}
.copy_center{
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
}


/*全体
---------------------------------------------------------------------------*/

h2{
	text-align: center;
	margin-bottom: 50px;
}
h3{
	background-color: #0b104c;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 10px 3em;
	text-indent: -1em;
}
@media screen and (max-width: 560px){
h3{
	padding: 10px 2em;
	clear: both;
}
}

/*改行*/
@media screen and (max-width: 560px){
.br-pc {display: none; }
}
@media screen and (min-width: 560px){
.br-sp {display: none; }
}
/*インデント*/
.txt-indent{
	padding-left: 1em;
	text-indent: -1em;
}


/*セクション
---------------------------------------------------------------------------*/
.form-box{
	width: 1200px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
.form-box{
	width:96%;
}
}


/*フォーム
---------------------------------------------------------------------------*/
.kotaeru-box{
	width: 1000px;
	margin: 0 auto 50px;
	text-align: left;
	clear: both;
}
@media screen and (max-width: 1000px) {
.kotaeru-box{
	width:96%;
}
}
.kotaeru-box p{
	margin-bottom: 20px;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
/*---------------------------------------------------------------------*/

input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 12px;
}
.radio-box-good {
    display: flex; /* Flexboxを使用 */
    align-items: center; /* 縦方向中央揃え */
    border: 1px solid #cccccc; /* 線の色 */
    border-radius: 4px; /* 角を丸くする */
    padding: 10px; /* 内側の余白 */
    margin-bottom: 10px; /* 下部の余白 */
    cursor: pointer; /* カーソルをポインタに変更 */
	background-color: #fff;
}

.radio-box-good input {
    margin-right: 10px; /* ラジオボタンとテキストの間の余白 */
    display: inline-block; /* ラジオボタンをインラインブロックに */
    vertical-align: middle; /* 垂直方向の揃えを中央に */
}
/*---------------------------------------------------------------------*/

/* ラジオボタン1つの大枠, ラジオボタンの大きさを調整 */
.radio-btn {
  width: 100%;
  height: 60px;
	margin-bottom: 20px;
	clear: both;
}

/* プリセットのラジオボタンを削除 */
.radio-btn input {
  display: none;
}

/* 未選択状態のラジオボタンの背景色やボーダーの指定 */
.radio-btn label {
  display: flex; /* 中の文字の上下中央揃えを行うための設定 */
  width: 100%; /* ラジオボタンを大枠いっぱいに広げるための設定 */
  height: 100%; /* ラジオボタンを大枠いっぱいに広げるための設定 */
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  align-items: center; /* 中の文字の上下中央揃えを行うための設定 */
  position: relative; /* 疑似要素の位置調整のための設定 */
}

/* 中の文字列の位置調整 */
.radio-btn span {
  display: block; /* ラジオボタン内の文字の上下中央揃えを行うための設定 */
  width: 100%;
  padding-left: 26px; /* 左側のボタン設置スペース確保のための設定 */
  padding-right: 4px; /* 文字列が右側にギリギリにならないようにするための設定 */
}

/* 選択/未選択時の両方に存在する白い丸を作成 */
.radio-btn label::before,
.radio-btn input:checked + label::before {
  content: "";
  width: 16px; /* 白い丸の横の長さ */
  height: 16px; /* 白い丸の縦の長さ */
  border-radius: 50%; /* 丸くするための設定 */
  background-color: #fff; /* 丸の色の設定 */
  position: absolute; /* 位置調整の起点をlabelの左上の角とするための設定 */
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%); /* topとleftが丸の中心を基準とするための設定 */
  z-index: 10;
	border: 1px solid #cccccc;
}

/* 選択時のみに存在する青い丸を作成, 基本は白い丸とすべて同じ */
.radio-btn input:checked + label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0b104c;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  z-index: 11; /* 白い丸より確実に前面に配置されるように調整 */
}

/* 選択時のみのlabelのデザイン指定 */
.radio-btn input:checked + label {
  color: #0b104c;
  font-weight: bold;
  background-color: #ffffdd;
  z-index: 8;
}
/*---------------------------------------------------------------------*/

.setsumei-box{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	line-height: 26px;
}
.setsumei-box-img{
	float: left;
	width: 15%;
	margin-bottom: 30px;
}
.setsumei-box-txt{
	float: right;
	width: 83%;
	color: #666666;
	margin-bottom: 30px;
}

.hissu-box{
	color: #b0004a;
	font-size: 0.7em;
	font-weight: 700;
	vertical-align: top;
	padding-left: 0.5em;
}

label, input[type="checkbox"], input[type="radio"] {
    background-color: #ffffcc;
}

textarea,select{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	width: 100%;
	padding: 8px;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
	margin-bottom: 23px;
}
input{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	padding: 8px;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
	margin-bottom: 23px;
}

.form-line{
	width: 100%;
}
.yoko100{
	width: 100%;
}
.kakunin-box{
	text-align: center;
}
.kakunin-bo{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	padding: 10px;
	border-radius: 0;
	border: none;
	margin-bottom: 0px;
}
.toi-p{
	width: 90%;
	text-align: center;
	margin:0 auto 50px;
}

/*プラン---------------------------------------------------------------------*/
.plan-text-box{
    width: 800px;
    margin: 0 auto 40px;    
}

.osusume-plan-box{
    width: 800px;
    margin: 50px auto 40px;
}
.osusume-plan-koumoku{
    float: left;
    width: 31%;
    margin: 0 1% 30px;
}


/*930以下 690 文字サイズ変わる*/
@media all and (max-width:992px){
    .plan-text-box{
        width: 96%;
    }
    .osusume-plan-box{
        width: 96%;
    }
}
/*690以下 510*/
@media all and (max-width:768px){
    .osusume-plan-koumoku{
        float: left;
        width: 46%;
        margin: 0 2% 30px;
    }
}
/*510以下 92%*/
@media all and (max-width:576px){
}
/*タイトル前の色---------------------------------------------------------------------*/
.title-kigou{
    color: #ffff00;
    margin-right: 8px;
}

